Go to the source code of this file.
|
void | vtkWrapPython_OverloadMethodDef (FILE *fp, const char *classname, ClassInfo *data, int *overloadMap, FunctionInfo **wrappedFunctions, int numberOfWrappedFunctions, int fnum, int numberOfOccurrences, int all_legacy) |
|
void | vtkWrapPython_OverloadMasterMethod (FILE *fp, const char *classname, int *overloadMap, int maxArgs, FunctionInfo **wrappedFunctions, int numberOfWrappedFunctions, int fnum, int is_vtkobject, int all_legacy) |
|
int * | vtkWrapPython_ArgCountToOverloadMap (FunctionInfo **wrappedFunctions, int numberOfWrappedFunctions, int fnum, int is_vtkobject, int *nmax, int *overlap) |
|
void vtkWrapPython_OverloadMethodDef |
( |
FILE * |
fp, |
|
|
const char * |
classname, |
|
|
ClassInfo * |
data, |
|
|
int * |
overloadMap, |
|
|
FunctionInfo ** |
wrappedFunctions, |
|
|
int |
numberOfWrappedFunctions, |
|
|
int |
fnum, |
|
|
int |
numberOfOccurrences, |
|
|
int |
all_legacy |
|
) |
| |
void vtkWrapPython_OverloadMasterMethod |
( |
FILE * |
fp, |
|
|
const char * |
classname, |
|
|
int * |
overloadMap, |
|
|
int |
maxArgs, |
|
|
FunctionInfo ** |
wrappedFunctions, |
|
|
int |
numberOfWrappedFunctions, |
|
|
int |
fnum, |
|
|
int |
is_vtkobject, |
|
|
int |
all_legacy |
|
) |
| |
int* vtkWrapPython_ArgCountToOverloadMap |
( |
FunctionInfo ** |
wrappedFunctions, |
|
|
int |
numberOfWrappedFunctions, |
|
|
int |
fnum, |
|
|
int |
is_vtkobject, |
|
|
int * |
nmax, |
|
|
int * |
overlap |
|
) |
| |