|
System Preprocessors
|
#include <syspro_impl.h>
Data Fields | |
| int | cookie |
| char * | name |
| PetscBool | userchoices |
| SalsaTransformObject * | transformobjects |
| PetscErrorCode(* | suitabilityctxtester )(void *) |
| int | alloc_objects |
| int | n_objects |
| int * | aprioriselection |
| int | n_annotate_c |
| char ** | annotations_c |
| int | n_annotate_i |
| char ** | annotations_i |
Definition at line 32 of file syspro_impl.h.
Definition at line 37 of file syspro_impl.h.
Referenced by NewTransform(), and NewTransformObject().
Definition at line 38 of file syspro_impl.h.
Referenced by DeregisterTransform(), SysProDefineCharAnnotation(), and TransformCharAnnotationGetIndex().
Definition at line 39 of file syspro_impl.h.
Referenced by DeregisterTransform(), SysProDefineIntAnnotation(), TransformIntAnnotationGetIndex(), and TransformObjectGetIntAnnotation().
Definition at line 37 of file syspro_impl.h.
Referenced by DeregisterTransform(), NewTransform(), PreprocessorApplyAprioriSelection(), and PreprocessorSaveAprioriSelection().
Definition at line 33 of file syspro_impl.h.
Referenced by NewTransform().
Definition at line 38 of file syspro_impl.h.
Referenced by SysProDefineCharAnnotation(), and TransformCharAnnotationGetIndex().
Definition at line 39 of file syspro_impl.h.
Referenced by SysProDefineIntAnnotation(), TransformIntAnnotationGetIndex(), and TransformObjectGetIntAnnotation().
Definition at line 37 of file syspro_impl.h.
Referenced by ContinueRetrievingAllPreprocessors(), DeregisterTransform(), NewTransform(), NewTransformObject(), PreprocessorApplyAprioriSelection(), PreprocessorSaveAprioriSelection(), PreprocessorSpecificSetup(), SalsaTransformIntegrityTest(), TransformGetNextUnmarkedItem(), TransformGetNUnmarked(), TransformGetObjects(), TransformObjectGetByName(), TransformObjectsGetNames(), TransformObjectsMarkAll(), TransformObjectsUnmarkAll(), TransformReportEnabled(), and TransformReportTeXTable().
| char* SalsaTransform_::name |
Definition at line 34 of file syspro_impl.h.
Referenced by NewTransform(), TransformGetName(), TransformItemDescribeLong(), TransformItemDescribeShort(), TransformItemOptionMark(), TransformObjectGetTransformName(), and TransformObjectsUseOnly().
| PetscErrorCode(* SalsaTransform_::suitabilityctxtester)(void *) |
Definition at line 36 of file syspro_impl.h.
Referenced by SalsaTransformIntegrityTest(), SetSuitabilityContextTester(), and TestSuitabilityContext().
Definition at line 35 of file syspro_impl.h.
Referenced by DeregisterTransform(), NewTransform(), NewTransformObject(), PreprocessorApplyAprioriSelection(), PreprocessorSaveAprioriSelection(), PreprocessorSpecificSetup(), SalsaTransformIntegrityTest(), TransformGetNextUnmarkedItem(), TransformGetNUnmarked(), TransformGetObjects(), TransformObjectGetByName(), TransformObjectsGetNames(), TransformObjectsMarkAll(), TransformObjectsUnmarkAll(), TransformReportEnabled(), and TransformReportTeXTable().
| PetscBool SalsaTransform_::userchoices |
Definition at line 34 of file syspro_impl.h.
Referenced by TransformGetUserChoices(), and TransformSetUserChoices().
1.7.6.1