Blender
V3.3
|
#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) |
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 *UNUSED(closure)) |
Variables | |
static char | UnaryFunction0D___doc__ [] |
static PyGetSetDef | BPy_UnaryFunction0D_getseters [] |
PyTypeObject | UnaryFunction0D_Type |
PyDoc_STRVAR | ( | UnaryFunction0D_name_doc | , |
"The name of the unary 0D function.\n" "\n" ":type: str" | |||
) |
|
static |
Definition at line 77 of file BPy_UnaryFunction0D.cpp.
|
static |
Definition at line 82 of file BPy_UnaryFunction0D.cpp.
int UnaryFunction0D_Init | ( | PyObject * | module | ) |
Definition at line 29 of file BPy_UnaryFunction0D.cpp.
References module, 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().
|
static |
Definition at line 94 of file BPy_UnaryFunction0D.cpp.
|
static |
Definition at line 99 of file BPy_UnaryFunction0D.cpp.
|
static |
Definition at line 57 of file BPy_UnaryFunction0D.cpp.
PyTypeObject UnaryFunction0D_Type |
Definition at line 110 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__().