|
Blender V4.3
|
#include "BPy_UnaryFunction0DFloat.h"#include "../BPy_Convert.h"#include "../Iterator/BPy_Interface0DIterator.h"#include "UnaryFunction0D_float/BPy_GetCurvilinearAbscissaF0D.h"#include "UnaryFunction0D_float/BPy_GetParameterF0D.h"#include "UnaryFunction0D_float/BPy_GetViewMapGradientNormF0D.h"#include "UnaryFunction0D_float/BPy_ReadCompleteViewMapPixelF0D.h"#include "UnaryFunction0D_float/BPy_ReadMapPixelF0D.h"#include "UnaryFunction0D_float/BPy_ReadSteerableViewMapPixelF0D.h"Go to the source code of this file.
Functions | |
| int | UnaryFunction0DFloat_Init (PyObject *module) |
| PyDoc_STRVAR (UnaryFunction0DFloat___doc__, "Class hierarchy: :class:`UnaryFunction0D` > :class:`UnaryFunction0DFloat`\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 | UnaryFunction0DFloat___init__ (BPy_UnaryFunction0DFloat *self, PyObject *args, PyObject *kwds) |
| static void | UnaryFunction0DFloat___dealloc__ (BPy_UnaryFunction0DFloat *self) |
| static PyObject * | UnaryFunction0DFloat___repr__ (BPy_UnaryFunction0DFloat *self) |
| static PyObject * | UnaryFunction0DFloat___call__ (BPy_UnaryFunction0DFloat *self, PyObject *args, PyObject *kwds) |
Variables | |
| PyTypeObject | UnaryFunction0DFloat_Type |
| PyDoc_STRVAR | ( | UnaryFunction0DFloat___doc__ | , |
| "Class hierarchy: :class:`UnaryFunction0D` | , | ||
| :class:`UnaryFunction0DFloat`\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 118 of file BPy_UnaryFunction0DFloat.cpp.
References Interface0DIterator_Type, and self.
|
static |
Definition at line 107 of file BPy_UnaryFunction0DFloat.cpp.
References self, and UnaryFunction0D_Type.
|
static |
Definition at line 93 of file BPy_UnaryFunction0DFloat.cpp.
References self.
|
static |
Definition at line 113 of file BPy_UnaryFunction0DFloat.cpp.
References self.
| int UnaryFunction0DFloat_Init | ( | PyObject * | module | ) |
Definition at line 31 of file BPy_UnaryFunction0DFloat.cpp.
References GetCurvilinearAbscissaF0D_Type, GetParameterF0D_Type, GetViewMapGradientNormF0D_Type, module, ReadCompleteViewMapPixelF0D_Type, ReadMapPixelF0D_Type, ReadSteerableViewMapPixelF0D_Type, and UnaryFunction0DFloat_Type.
Referenced by UnaryFunction0D_Init().
| PyTypeObject UnaryFunction0DFloat_Type |
Definition at line 147 of file BPy_UnaryFunction0DFloat.cpp.
Referenced by UnaryFunction0DFloat_Init().