VTK
|
This is the complete list of members for vtkPythonUtil, including all inherited members.
AddClassToMap(PyTypeObject *pytype, PyMethodDef *methods, const char *classname, vtknewfunc constructor) | vtkPythonUtil | static |
AddEnumToMap(PyTypeObject *o) | vtkPythonUtil | static |
AddNamespaceToMap(PyObject *o) | vtkPythonUtil | static |
AddObjectToMap(PyObject *obj, vtkObjectBase *anInstance) | vtkPythonUtil | static |
AddSpecialTypeToMap(PyTypeObject *pytype, PyMethodDef *methods, PyMethodDef *constructors, vtkcopyfunc copyfunc) | vtkPythonUtil | static |
BuildDocString(const char *docstring[]) | vtkPythonUtil | static |
FindClass(const char *classname) | vtkPythonUtil | static |
FindEnum(const char *name) | vtkPythonUtil | static |
FindNamespace(const char *name) | vtkPythonUtil | static |
FindNearestBaseClass(vtkObjectBase *ptr) | vtkPythonUtil | static |
FindSpecialType(const char *classname) | vtkPythonUtil | static |
GetObjectFromObject(PyObject *arg, const char *type) | vtkPythonUtil | static |
GetObjectFromPointer(vtkObjectBase *ptr) | vtkPythonUtil | static |
GetPointerFromObject(PyObject *obj, const char *classname) | vtkPythonUtil | static |
GetPointerFromSpecialObject(PyObject *obj, const char *result_type, PyObject **newobj) | vtkPythonUtil | static |
ManglePointer(const void *ptr, const char *type) | vtkPythonUtil | static |
PythonicClassName(const char *classname) | vtkPythonUtil | static |
RegisterPythonCommand(vtkPythonCommand *) | vtkPythonUtil | static |
RemoveNamespaceFromMap(PyObject *o) | vtkPythonUtil | static |
RemoveObjectFromMap(PyObject *obj) | vtkPythonUtil | static |
SIPGetObjectFromPointer(const void *ptr, const char *classname, bool is_new) | vtkPythonUtil | static |
SIPGetPointerFromObject(PyObject *obj, const char *classname) | vtkPythonUtil | static |
StripModule(const char *tpname) | vtkPythonUtil | static |
UnmanglePointer(char *ptrText, int *len, const char *type) | vtkPythonUtil | static |
UnRegisterPythonCommand(vtkPythonCommand *) | vtkPythonUtil | static |
VariantHash(const vtkVariant *variant) | vtkPythonUtil | static |
vtkPythonUtilCreateIfNeeded() | vtkPythonUtil | friend |
vtkPythonUtilDelete() | vtkPythonUtil | friend |