|
Blender
V3.3
|
#include "BPy_UnaryFunction1D.h"#include "UnaryFunction1D/BPy_UnaryFunction1DDouble.h"#include "UnaryFunction1D/BPy_UnaryFunction1DEdgeNature.h"#include "UnaryFunction1D/BPy_UnaryFunction1DFloat.h"#include "UnaryFunction1D/BPy_UnaryFunction1DUnsigned.h"#include "UnaryFunction1D/BPy_UnaryFunction1DVec2f.h"#include "UnaryFunction1D/BPy_UnaryFunction1DVec3f.h"#include "UnaryFunction1D/BPy_UnaryFunction1DVectorViewShape.h"#include "UnaryFunction1D/BPy_UnaryFunction1DVoid.h"Go to the source code of this file.
Functions | |
| int | UnaryFunction1D_Init (PyObject *module) |
| static void | UnaryFunction1D___dealloc__ (BPy_UnaryFunction1D *self) |
| static PyObject * | UnaryFunction1D___repr__ (BPy_UnaryFunction1D *) |
| PyDoc_STRVAR (UnaryFunction1D_name_doc, "The name of the unary 1D function.\n" "\n" ":type: str") | |
| static PyObject * | UnaryFunction1D_name_get (BPy_UnaryFunction1D *self, void *UNUSED(closure)) |
Variables | |
| static char | UnaryFunction1D___doc__ [] |
| static PyGetSetDef | BPy_UnaryFunction1D_getseters [] |
| PyTypeObject | UnaryFunction1D_Type |
| PyDoc_STRVAR | ( | UnaryFunction1D_name_doc | , |
| "The name of the unary 1D function.\n" "\n" ":type: str" | |||
| ) |
|
static |
Definition at line 71 of file BPy_UnaryFunction1D.cpp.
|
static |
Definition at line 76 of file BPy_UnaryFunction1D.cpp.
| int UnaryFunction1D_Init | ( | PyObject * | module | ) |
Definition at line 27 of file BPy_UnaryFunction1D.cpp.
References module, UnaryFunction1D_Type, UnaryFunction1DDouble_Init(), UnaryFunction1DEdgeNature_Init(), UnaryFunction1DFloat_Init(), UnaryFunction1DUnsigned_Init(), UnaryFunction1DVec2f_Init(), UnaryFunction1DVec3f_Init(), UnaryFunction1DVectorViewShape_Init(), and UnaryFunction1DVoid_Init().
Referenced by Freestyle_Init().
|
static |
Definition at line 88 of file BPy_UnaryFunction1D.cpp.
|
static |
Definition at line 93 of file BPy_UnaryFunction1D.cpp.
|
static |
Definition at line 53 of file BPy_UnaryFunction1D.cpp.
| PyTypeObject UnaryFunction1D_Type |
Definition at line 104 of file BPy_UnaryFunction1D.cpp.
Referenced by UnaryFunction1D_Init(), UnaryFunction1DDouble___dealloc__(), UnaryFunction1DEdgeNature___dealloc__(), UnaryFunction1DFloat___dealloc__(), UnaryFunction1DUnsigned___dealloc__(), UnaryFunction1DVec2f___dealloc__(), UnaryFunction1DVec3f___dealloc__(), UnaryFunction1DVectorViewShape___dealloc__(), and UnaryFunction1DVoid___dealloc__().