VTK
|
Go to the source code of this file.
Functions | |
int | vtkWrapPython_WrapOneClass (FILE *fp, const char *classname, ClassInfo *data, FileInfo *file_info, HierarchyInfo *hinfo, int is_vtkobject) |
const char * | vtkWrapPython_GetSuperClass (ClassInfo *data, HierarchyInfo *hinfo) |
int | vtkWrapPython_HasWrappedSuperClass (HierarchyInfo *hinfo, const char *classname, int *is_external) |
void | vtkWrapPython_ClassDoc (FILE *fp, FileInfo *file_info, ClassInfo *data, HierarchyInfo *hinfo, int is_vtkobject) |
int vtkWrapPython_WrapOneClass | ( | FILE * | fp, |
const char * | classname, | ||
ClassInfo * | data, | ||
FileInfo * | file_info, | ||
HierarchyInfo * | hinfo, | ||
int | is_vtkobject | ||
) |
const char* vtkWrapPython_GetSuperClass | ( | ClassInfo * | data, |
HierarchyInfo * | hinfo | ||
) |
int vtkWrapPython_HasWrappedSuperClass | ( | HierarchyInfo * | hinfo, |
const char * | classname, | ||
int * | is_external | ||
) |
void vtkWrapPython_ClassDoc | ( | FILE * | fp, |
FileInfo * | file_info, | ||
ClassInfo * | data, | ||
HierarchyInfo * | hinfo, | ||
int | is_vtkobject | ||
) |