VTK
|
This is the complete list of members for vtkPythonArgs, including all inherited members.
ArgCountError(int n, const char *name) | vtkPythonArgs | static |
ArgCountError(int m, int n) | vtkPythonArgs | protected |
ArrayHasChanged(const T *a, const T *b, int n) | vtkPythonArgs | inlinestatic |
BuildBytes(const char *v, int n) | vtkPythonArgs | inlinestatic |
BuildEnumValue(int v, const char *enumname) | vtkPythonArgs | inlinestatic |
BuildNone() | vtkPythonArgs | inlinestatic |
BuildSIPEnumValue(int v, const char *classname) | vtkPythonArgs | inlinestatic |
BuildSIPObject(const void *v, const char *classname, bool created) | vtkPythonArgs | inlinestatic |
BuildSpecialObject(const void *v, const char *classname) | vtkPythonArgs | inlinestatic |
BuildTuple(const float *v, int n) | vtkPythonArgs | static |
BuildTuple(const double *v, int n) | vtkPythonArgs | static |
BuildTuple(const bool *v, int n) | vtkPythonArgs | static |
BuildTuple(const signed char *v, int n) | vtkPythonArgs | static |
BuildTuple(const unsigned char *v, int n) | vtkPythonArgs | static |
BuildTuple(const short *v, int n) | vtkPythonArgs | static |
BuildTuple(const unsigned short *v, int n) | vtkPythonArgs | static |
BuildTuple(const int *v, int n) | vtkPythonArgs | static |
BuildTuple(const unsigned int *v, int n) | vtkPythonArgs | static |
BuildTuple(const long *v, int n) | vtkPythonArgs | static |
BuildTuple(const unsigned long *v, int n) | vtkPythonArgs | static |
BuildValue(const void *v) | vtkPythonArgs | inlinestatic |
BuildValue(const char *v) | vtkPythonArgs | inlinestatic |
BuildValue(const std::string &v) | vtkPythonArgs | inlinestatic |
BuildValue(const vtkUnicodeString &v) | vtkPythonArgs | inlinestatic |
BuildValue(char v) | vtkPythonArgs | inlinestatic |
BuildValue(double v) | vtkPythonArgs | inlinestatic |
BuildValue(bool v) | vtkPythonArgs | inlinestatic |
BuildValue(int v) | vtkPythonArgs | inlinestatic |
BuildValue(unsigned int v) | vtkPythonArgs | inlinestatic |
BuildValue(long v) | vtkPythonArgs | inlinestatic |
BuildValue(unsigned long v) | vtkPythonArgs | inlinestatic |
BuildVTKObject(const void *v) | vtkPythonArgs | inlinestatic |
CheckArgCount(int nmin, int nmax) | vtkPythonArgs | inline |
CheckArgCount(int n) | vtkPythonArgs | inline |
ErrorOccurred() | vtkPythonArgs | inlinestatic |
GetArgAsEnum(PyTypeObject *enumtype, bool &valid) | vtkPythonArgs | protected |
GetArgAsEnum(PyObject *o, PyTypeObject *enumtype, bool &valid) | vtkPythonArgs | protectedstatic |
GetArgAsPythonObject(bool &valid) | vtkPythonArgs | protected |
GetArgAsPythonObject(PyObject *o, bool &valid) | vtkPythonArgs | protectedstatic |
GetArgAsSIPEnum(const char *classname, bool &valid) | vtkPythonArgs | protected |
GetArgAsSIPEnum(PyObject *o, const char *classname, bool &valid) | vtkPythonArgs | protectedstatic |
GetArgAsSIPObject(const char *classname, bool &valid) | vtkPythonArgs | protected |
GetArgAsSIPObject(PyObject *o, const char *classname, bool &valid) | vtkPythonArgs | protectedstatic |
GetArgAsSpecialObject(const char *classname, PyObject **newobj) | vtkPythonArgs | protected |
GetArgAsSpecialObject(PyObject *o, const char *classname, PyObject **newobj) | vtkPythonArgs | protectedstatic |
GetArgAsVTKObject(const char *classname, bool &valid) | vtkPythonArgs | protected |
GetArgAsVTKObject(PyObject *o, const char *classname, bool &valid) | vtkPythonArgs | protectedstatic |
GetArgCount(PyObject *args) | vtkPythonArgs | inlinestatic |
GetArgCount(PyObject *self, PyObject *args) | vtkPythonArgs | inlinestatic |
GetArgSize(int i) | vtkPythonArgs | |
GetArray(float *v, int n) | vtkPythonArgs | |
GetArray(double *v, int n) | vtkPythonArgs | |
GetArray(bool *v, int n) | vtkPythonArgs | |
GetArray(char *v, int n) | vtkPythonArgs | |
GetArray(signed char *v, int n) | vtkPythonArgs | |
GetArray(unsigned char *v, int n) | vtkPythonArgs | |
GetArray(short *v, int n) | vtkPythonArgs | |
GetArray(unsigned short *v, int n) | vtkPythonArgs | |
GetArray(int *v, int n) | vtkPythonArgs | |
GetArray(unsigned int *v, int n) | vtkPythonArgs | |
GetArray(long *v, int n) | vtkPythonArgs | |
GetArray(unsigned long *v, int n) | vtkPythonArgs | |
GetEnumValue(T &v, PyTypeObject *enumtype) | vtkPythonArgs | inline |
GetEnumValue(PyObject *o, T &v, PyTypeObject *enumtype) | vtkPythonArgs | inlinestatic |
GetFunction(PyObject *&o) | vtkPythonArgs | |
GetFunction(PyObject *arg, PyObject *&o) | vtkPythonArgs | static |
GetNArray(float *v, int ndims, const int *dims) | vtkPythonArgs | |
GetNArray(double *v, int ndims, const int *dims) | vtkPythonArgs | |
GetNArray(bool *v, int ndims, const int *dims) | vtkPythonArgs | |
GetNArray(char *v, int ndims, const int *dims) | vtkPythonArgs | |
GetNArray(signed char *v, int ndims, const int *dims) | vtkPythonArgs | |
GetNArray(unsigned char *v, int ndims, const int *dims) | vtkPythonArgs | |
GetNArray(short *v, int ndims, const int *dims) | vtkPythonArgs | |
GetNArray(unsigned short *v, int ndims, const int *dims) | vtkPythonArgs | |
GetNArray(int *v, int ndims, const int *dims) | vtkPythonArgs | |
GetNArray(unsigned int *v, int ndims, const int *dims) | vtkPythonArgs | |
GetNArray(long *v, int ndims, const int *dims) | vtkPythonArgs | |
GetNArray(unsigned long *v, int ndims, const int *dims) | vtkPythonArgs | |
GetPythonObject(PyObject *&v) | vtkPythonArgs | inline |
GetPythonObject(PyObject *o, PyObject *&v) | vtkPythonArgs | inline |
GetSelfFromFirstArg(PyObject *self, PyObject *args) | vtkPythonArgs | protectedstatic |
GetSelfPointer(PyObject *self, PyObject *args) | vtkPythonArgs | inlinestatic |
GetSelfPointer(PyObject *self) | vtkPythonArgs | inlinestatic |
GetSIPEnumValue(T &v, const char *enumname) | vtkPythonArgs | inline |
GetSIPEnumValue(PyObject *o, T &v, const char *enumname) | vtkPythonArgs | inlinestatic |
GetSIPObject(T *&v, const char *classname) | vtkPythonArgs | inline |
GetSIPObject(PyObject *o, T *&v, const char *classname) | vtkPythonArgs | inlinestatic |
GetSpecialObject(T *&v, PyObject *&o, const char *classname) | vtkPythonArgs | inline |
GetSpecialObject(PyObject *arg, T *&v, PyObject *&o, const char *classname) | vtkPythonArgs | inlinestatic |
GetSpecialObject(T *&v, const char *classname) | vtkPythonArgs | inline |
GetSpecialObject(PyObject *o, T *&v, const char *classname) | vtkPythonArgs | inlinestatic |
GetValue(void *&v) | vtkPythonArgs | |
GetValue(PyObject *o, void *&v) | vtkPythonArgs | static |
GetValue(const void *&v) | vtkPythonArgs | |
GetValue(PyObject *o, const void *&v) | vtkPythonArgs | static |
GetValue(const char *&v) | vtkPythonArgs | |
GetValue(PyObject *o, const char *&v) | vtkPythonArgs | static |
GetValue(char *&v) | vtkPythonArgs | |
GetValue(PyObject *o, char *&v) | vtkPythonArgs | static |
GetValue(std::string &v) | vtkPythonArgs | |
GetValue(PyObject *o, std::string &v) | vtkPythonArgs | static |
GetValue(vtkUnicodeString &v) | vtkPythonArgs | |
GetValue(PyObject *o, vtkUnicodeString &v) | vtkPythonArgs | static |
GetValue(char &v) | vtkPythonArgs | |
GetValue(PyObject *o, char &v) | vtkPythonArgs | static |
GetValue(float &v) | vtkPythonArgs | |
GetValue(PyObject *o, float &v) | vtkPythonArgs | static |
GetValue(double &v) | vtkPythonArgs | |
GetValue(PyObject *o, double &v) | vtkPythonArgs | static |
GetValue(bool &v) | vtkPythonArgs | |
GetValue(PyObject *o, bool &v) | vtkPythonArgs | static |
GetValue(signed char &v) | vtkPythonArgs | |
GetValue(PyObject *o, signed char &v) | vtkPythonArgs | static |
GetValue(unsigned char &v) | vtkPythonArgs | |
GetValue(PyObject *o, unsigned char &v) | vtkPythonArgs | static |
GetValue(short &v) | vtkPythonArgs | |
GetValue(PyObject *o, short &v) | vtkPythonArgs | static |
GetValue(unsigned short &v) | vtkPythonArgs | |
GetValue(PyObject *o, unsigned short &v) | vtkPythonArgs | static |
GetValue(int &v) | vtkPythonArgs | |
GetValue(PyObject *o, int &v) | vtkPythonArgs | static |
GetValue(unsigned int &v) | vtkPythonArgs | |
GetValue(PyObject *o, unsigned int &v) | vtkPythonArgs | static |
GetValue(long &v) | vtkPythonArgs | |
GetValue(PyObject *o, long &v) | vtkPythonArgs | static |
GetValue(unsigned long &v) | vtkPythonArgs | |
GetValue(PyObject *o, unsigned long &v) | vtkPythonArgs | static |
GetVTKObject(T *&v, const char *classname) | vtkPythonArgs | inline |
GetVTKObject(PyObject *o, T *&v, const char *classname) | vtkPythonArgs | inline |
IsBound() | vtkPythonArgs | inline |
IsPureVirtual() | vtkPythonArgs | inline |
NoArgsLeft() | vtkPythonArgs | inline |
PureVirtualError() | vtkPythonArgs | protected |
RefineArgTypeError(int i) | vtkPythonArgs | protected |
Reset() | vtkPythonArgs | inline |
SaveArray(const T *a, T *b, int n) | vtkPythonArgs | inlinestatic |
SetArgValue(int i, const std::string &v) | vtkPythonArgs | |
SetArgValue(int i, const vtkUnicodeString &v) | vtkPythonArgs | |
SetArgValue(int i, char v) | vtkPythonArgs | |
SetArgValue(int i, float v) | vtkPythonArgs | |
SetArgValue(int i, double v) | vtkPythonArgs | |
SetArgValue(int i, bool v) | vtkPythonArgs | |
SetArgValue(int i, signed char v) | vtkPythonArgs | |
SetArgValue(int i, unsigned char v) | vtkPythonArgs | |
SetArgValue(int i, short v) | vtkPythonArgs | |
SetArgValue(int i, unsigned short v) | vtkPythonArgs | |
SetArgValue(int i, int v) | vtkPythonArgs | |
SetArgValue(int i, unsigned int v) | vtkPythonArgs | |
SetArgValue(int i, long v) | vtkPythonArgs | |
SetArgValue(int i, unsigned long v) | vtkPythonArgs | |
SetArray(int i, const float *v, int n) | vtkPythonArgs | |
SetArray(int i, const double *v, int n) | vtkPythonArgs | |
SetArray(int i, const bool *v, int n) | vtkPythonArgs | |
SetArray(int i, const char *v, int n) | vtkPythonArgs | |
SetArray(int i, const signed char *v, int n) | vtkPythonArgs | |
SetArray(int i, const unsigned char *v, int n) | vtkPythonArgs | |
SetArray(int i, const short *v, int n) | vtkPythonArgs | |
SetArray(int i, const unsigned short *v, int n) | vtkPythonArgs | |
SetArray(int i, const int *v, int n) | vtkPythonArgs | |
SetArray(int i, const unsigned int *v, int n) | vtkPythonArgs | |
SetArray(int i, const long *v, int n) | vtkPythonArgs | |
SetArray(int i, const unsigned long *v, int n) | vtkPythonArgs | |
SetNArray(int i, const float *v, int n, const int *d) | vtkPythonArgs | |
SetNArray(int i, const double *v, int n, const int *d) | vtkPythonArgs | |
SetNArray(int i, const bool *v, int n, const int *d) | vtkPythonArgs | |
SetNArray(int i, const char *v, int n, const int *d) | vtkPythonArgs | |
SetNArray(int i, const signed char *v, int n, const int *d) | vtkPythonArgs | |
SetNArray(int i, const unsigned char *v, int n, const int *d) | vtkPythonArgs | |
SetNArray(int i, const short *v, int n, const int *d) | vtkPythonArgs | |
SetNArray(int i, const unsigned short *v, int n, const int *d) | vtkPythonArgs | |
SetNArray(int i, const int *v, int n, const int *d) | vtkPythonArgs | |
SetNArray(int i, const unsigned int *v, int n, const int *d) | vtkPythonArgs | |
SetNArray(int i, const long *v, int n, const int *d) | vtkPythonArgs | |
SetNArray(int i, const unsigned long *v, int n, const int *d) | vtkPythonArgs | |
vtkPythonArgs(PyObject *self, PyObject *args, const char *methodname) | vtkPythonArgs | inline |
vtkPythonArgs(PyObject *args, const char *methodname) | vtkPythonArgs | inline |