VTK
Functions
vtkWrapPythonOverload.h File Reference
#include "vtkParse.h"
#include "vtkParseData.h"
#include "vtkParseHierarchy.h"
Include dependency graph for vtkWrapPythonOverload.h:

Go to the source code of this file.

Functions

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)
 
intvtkWrapPython_ArgCountToOverloadMap (FunctionInfo **wrappedFunctions, int numberOfWrappedFunctions, int fnum, int is_vtkobject, int *nmax, int *overlap)
 

Function Documentation

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 
)