|
Blender V4.5
|
#include "BPy_UnaryFunction0D.h"#include "UnaryFunction0D/BPy_UnaryFunction0DDouble.h"#include "UnaryFunction0D/BPy_UnaryFunction0DEdgeNature.h"#include "UnaryFunction0D/BPy_UnaryFunction0DFloat.h"#include "UnaryFunction0D/BPy_UnaryFunction0DId.h"#include "UnaryFunction0D/BPy_UnaryFunction0DMaterial.h"#include "UnaryFunction0D/BPy_UnaryFunction0DUnsigned.h"#include "UnaryFunction0D/BPy_UnaryFunction0DVec2f.h"#include "UnaryFunction0D/BPy_UnaryFunction0DVec3f.h"#include "UnaryFunction0D/BPy_UnaryFunction0DVectorViewShape.h"#include "UnaryFunction0D/BPy_UnaryFunction0DViewShape.h"Go to the source code of this file.
Functions | |
| int | UnaryFunction0D_Init (PyObject *module) |
| PyDoc_STRVAR (UnaryFunction0D___doc__, "Base class for Unary Functions (functors) working on\n" ":class:`Interface0DIterator`. A unary function will be used by\n" "invoking __call__() on an Interface0DIterator. In Python, several\n" "different subclasses of UnaryFunction0D are used depending on the\n" "types of functors' return values. For example, you would inherit from\n" "a :class:`UnaryFunction0DDouble` if you wish to define a function that\n" "returns a double value. Available UnaryFunction0D subclasses are:\n" "\n" "* :class:`UnaryFunction0DDouble`\n" "* :class:`UnaryFunction0DEdgeNature`\n" "* :class:`UnaryFunction0DFloat`\n" "* :class:`UnaryFunction0DId`\n" "* :class:`UnaryFunction0DMaterial`\n" "* :class:`UnaryFunction0DUnsigned`\n" "* :class:`UnaryFunction0DVec2f`\n" "* :class:`UnaryFunction0DVec3f`\n" "* :class:`UnaryFunction0DVectorViewShape`\n" "* :class:`UnaryFunction0DViewShape`\n") | |
| static void | UnaryFunction0D___dealloc__ (BPy_UnaryFunction0D *self) |
| static PyObject * | UnaryFunction0D___repr__ (BPy_UnaryFunction0D *) |
| PyDoc_STRVAR (UnaryFunction0D_name_doc, "The name of the unary 0D function.\n" "\n" ":type: str") | |
| static PyObject * | UnaryFunction0D_name_get (BPy_UnaryFunction0D *self, void *) |
Variables | |
| static PyGetSetDef | BPy_UnaryFunction0D_getseters [] |
| PyTypeObject | UnaryFunction0D_Type |
| PyDoc_STRVAR | ( | UnaryFunction0D___doc__ | , |
| "Base class for Unary Functions (functors) working on\n" ":class:`Interface0DIterator`. A unary function will be used by\n" "invoking __call__() on an Interface0DIterator. In | Python, | ||
| several\n" "different subclasses of UnaryFunction0D are used depending on the\n" "types of functors' return values. For | example, | ||
| you would inherit from\n" "a :class:`UnaryFunction0DDouble` if you wish to define a function that\n" "returns a double value. Available UnaryFunction0D subclasses are:\n" "\n" " *:class:`UnaryFunction0DDouble`\n" " *:class:`UnaryFunction0DEdgeNature`\n" " *:class:`UnaryFunction0DFloat`\n" " *:class:`UnaryFunction0DId`\n" " *:class:`UnaryFunction0DMaterial`\n" " *:class:`UnaryFunction0DUnsigned`\n" " *:class:`UnaryFunction0DVec2f`\n" " *:class:`UnaryFunction0DVec3f`\n" " *:class:`UnaryFunction0DVectorViewShape`\n" " *:class:`UnaryFunction0DViewShape`\n" | ) |
References PyDoc_STRVAR().
| PyDoc_STRVAR | ( | UnaryFunction0D_name_doc | , |
| "The name of the unary 0D function.\n" "\n" ":type: str" | ) |
References PyDoc_STRVAR().
|
static |
Definition at line 76 of file BPy_UnaryFunction0D.cpp.
References UnaryFunction0D___dealloc__().
Referenced by UnaryFunction0D___dealloc__().
|
static |
Definition at line 81 of file BPy_UnaryFunction0D.cpp.
References UnaryFunction0D___repr__().
Referenced by UnaryFunction0D___repr__().
| int UnaryFunction0D_Init | ( | PyObject * | module | ) |
Definition at line 27 of file BPy_UnaryFunction0D.cpp.
References UnaryFunction0D_Init(), UnaryFunction0D_Type, UnaryFunction0DDouble_Init(), UnaryFunction0DEdgeNature_Init(), UnaryFunction0DFloat_Init(), UnaryFunction0DId_Init(), UnaryFunction0DMaterial_Init(), UnaryFunction0DUnsigned_Init(), UnaryFunction0DVec2f_Init(), UnaryFunction0DVec3f_Init(), UnaryFunction0DVectorViewShape_Init(), and UnaryFunction0DViewShape_Init().
Referenced by Freestyle_Init(), and UnaryFunction0D_Init().
|
static |
Definition at line 95 of file BPy_UnaryFunction0D.cpp.
References UnaryFunction0D_name_get().
Referenced by UnaryFunction0D_name_get().
|
static |
Definition at line 100 of file BPy_UnaryFunction0D.cpp.
| PyTypeObject UnaryFunction0D_Type |
Definition at line 111 of file BPy_UnaryFunction0D.cpp.
Referenced by Integrator_integrate(), UnaryFunction0D_Init(), UnaryFunction0DDouble___dealloc__(), UnaryFunction0DEdgeNature___dealloc__(), UnaryFunction0DFloat___dealloc__(), UnaryFunction0DId___dealloc__(), UnaryFunction0DMaterial___dealloc__(), UnaryFunction0DUnsigned___dealloc__(), UnaryFunction0DVec2f___dealloc__(), UnaryFunction0DVec3f___dealloc__(), UnaryFunction0DVectorViewShape___dealloc__(), and UnaryFunction0DViewShape___dealloc__().