VTK
|
Go to the source code of this file.
Functions | |
int | vtkWrapPython_IsEnumWrapped (HierarchyInfo *hinfo, const char *enumname) |
void | vtkWrapPython_GenerateEnumType (FILE *fp, const char *classname, EnumInfo *data) |
void | vtkWrapPython_AddEnumType (FILE *fp, const char *indent, const char *dictvar, const char *objvar, const char *scope, EnumInfo *cls) |
void | vtkWrapPython_AddPublicEnumTypes (FILE *fp, const char *indent, const char *dictvar, const char *objvar, NamespaceInfo *data) |
int vtkWrapPython_IsEnumWrapped | ( | HierarchyInfo * | hinfo, |
const char * | enumname | ||
) |
void vtkWrapPython_GenerateEnumType | ( | FILE * | fp, |
const char * | classname, | ||
EnumInfo * | data | ||
) |
void vtkWrapPython_AddEnumType | ( | FILE * | fp, |
const char * | indent, | ||
const char * | dictvar, | ||
const char * | objvar, | ||
const char * | scope, | ||
EnumInfo * | cls | ||
) |
void vtkWrapPython_AddPublicEnumTypes | ( | FILE * | fp, |
const char * | indent, | ||
const char * | dictvar, | ||
const char * | objvar, | ||
NamespaceInfo * | data | ||
) |