Go to the source code of this file.
|
void | vtkWrapPython_GenerateOneMethod (FILE *fp, const char *classname, ClassInfo *data, HierarchyInfo *hinfo, FunctionInfo *wrappedFunctions[], int numberOfWrappedFunctions, int fnum, int is_vtkobject, int do_constructors) |
|
void | vtkWrapPython_DeclareVariables (FILE *fp, ClassInfo *data, FunctionInfo *theFunc) |
|
void | vtkWrapPython_GetSingleArgument (FILE *fp, ClassInfo *data, int i, ValueInfo *arg, int call_static) |
|
void | vtkWrapPython_ReturnValue (FILE *fp, ClassInfo *data, ValueInfo *val, int static_call) |
|