|
Blender V4.3
|
#include "BPy_UnaryFunction0DDouble.h"#include "../BPy_Convert.h"#include "../Iterator/BPy_Interface0DIterator.h"#include "UnaryFunction0D_double/BPy_Curvature2DAngleF0D.h"#include "UnaryFunction0D_double/BPy_DensityF0D.h"#include "UnaryFunction0D_double/BPy_GetProjectedXF0D.h"#include "UnaryFunction0D_double/BPy_GetProjectedYF0D.h"#include "UnaryFunction0D_double/BPy_GetProjectedZF0D.h"#include "UnaryFunction0D_double/BPy_GetXF0D.h"#include "UnaryFunction0D_double/BPy_GetYF0D.h"#include "UnaryFunction0D_double/BPy_GetZF0D.h"#include "UnaryFunction0D_double/BPy_LocalAverageDepthF0D.h"#include "UnaryFunction0D_double/BPy_ZDiscontinuityF0D.h"Go to the source code of this file.
Functions | |
| int | UnaryFunction0DDouble_Init (PyObject *module) |
| PyDoc_STRVAR (UnaryFunction0DDouble___doc__, "Class hierarchy: :class:`UnaryFunction0D` > :class:`UnaryFunction0DDouble`\n" "\n" "Base class for unary functions (functors) that work on\n" ":class:`Interface0DIterator` and return a float value.\n" "\n" ".. method:: __init__()\n" "\n" " Default constructor.\n") | |
| static int | UnaryFunction0DDouble___init__ (BPy_UnaryFunction0DDouble *self, PyObject *args, PyObject *kwds) |
| static void | UnaryFunction0DDouble___dealloc__ (BPy_UnaryFunction0DDouble *self) |
| static PyObject * | UnaryFunction0DDouble___repr__ (BPy_UnaryFunction0DDouble *self) |
| static PyObject * | UnaryFunction0DDouble___call__ (BPy_UnaryFunction0DDouble *self, PyObject *args, PyObject *kwds) |
Variables | |
| PyTypeObject | UnaryFunction0DDouble_Type |
| PyDoc_STRVAR | ( | UnaryFunction0DDouble___doc__ | , |
| "Class hierarchy: :class:`UnaryFunction0D` | , | ||
| :class:`UnaryFunction0DDouble`\n" "\n" "Base class for unary functions(functors) that work on\n" ":class:`Interface0DIterator` and return a float value.\n" "\n" ".. method::__init__()\n" "\n" " Default constructor.\n" | ) |
|
static |
Definition at line 138 of file BPy_UnaryFunction0DDouble.cpp.
References Interface0DIterator_Type, and self.
|
static |
Definition at line 127 of file BPy_UnaryFunction0DDouble.cpp.
References self, and UnaryFunction0D_Type.
|
static |
Definition at line 113 of file BPy_UnaryFunction0DDouble.cpp.
References self.
|
static |
Definition at line 133 of file BPy_UnaryFunction0DDouble.cpp.
References self.
| int UnaryFunction0DDouble_Init | ( | PyObject * | module | ) |
Definition at line 35 of file BPy_UnaryFunction0DDouble.cpp.
References Curvature2DAngleF0D_Type, DensityF0D_Type, GetProjectedXF0D_Type, GetProjectedYF0D_Type, GetProjectedZF0D_Type, GetXF0D_Type, GetYF0D_Type, GetZF0D_Type, LocalAverageDepthF0D_Type, module, UnaryFunction0DDouble_Type, and ZDiscontinuityF0D_Type.
Referenced by UnaryFunction0D_Init().
| PyTypeObject UnaryFunction0DDouble_Type |
Definition at line 167 of file BPy_UnaryFunction0DDouble.cpp.
Referenced by Operators_recursive_split(), and UnaryFunction0DDouble_Init().