16 #ifndef vtkWrapPythonMethod_h
17 #define vtkWrapPythonMethod_h
26 FunctionInfo *wrappedFunctions[],
int numberOfWrappedFunctions,
int fnum,
27 int is_vtkobject,
int do_constructors);
All the entries from a hierarchy file.
void vtkWrapPython_DeclareVariables(FILE *fp, ClassInfo *data, FunctionInfo *theFunc)
void vtkWrapPython_ReturnValue(FILE *fp, ClassInfo *data, ValueInfo *val, int static_call)
void vtkWrapPython_GetSingleArgument(FILE *fp, ClassInfo *data, int i, ValueInfo *arg, int call_static)
ValueInfo is for typedefs, constants, variables, function parameters, and return values.
FunctionInfo is for functions and methods.
ClassInfo is for classes, structs, unions, and namespaces.
void vtkWrapPython_GenerateOneMethod(FILE *fp, const char *classname, ClassInfo *data, HierarchyInfo *hinfo, FunctionInfo *wrappedFunctions[], int numberOfWrappedFunctions, int fnum, int is_vtkobject, int do_constructors)