Blender
V3.3
|
#include "BPy_UnaryFunction1DVec3f.h"
#include "../BPy_Convert.h"
#include "../BPy_IntegrationType.h"
#include "../BPy_Interface1D.h"
#include "UnaryFunction1D_Vec3f/BPy_Orientation3DF1D.h"
Go to the source code of this file.
Functions | |
int | UnaryFunction1DVec3f_Init (PyObject *module) |
static int | UnaryFunction1DVec3f___init__ (BPy_UnaryFunction1DVec3f *self, PyObject *args, PyObject *kwds) |
static void | UnaryFunction1DVec3f___dealloc__ (BPy_UnaryFunction1DVec3f *self) |
static PyObject * | UnaryFunction1DVec3f___repr__ (BPy_UnaryFunction1DVec3f *self) |
static PyObject * | UnaryFunction1DVec3f___call__ (BPy_UnaryFunction1DVec3f *self, PyObject *args, PyObject *kwds) |
PyDoc_STRVAR (integration_type_doc, "The integration method.\n" "\n" ":type: :class:`IntegrationType`") | |
static PyObject * | integration_type_get (BPy_UnaryFunction1DVec3f *self, void *UNUSED(closure)) |
static int | integration_type_set (BPy_UnaryFunction1DVec3f *self, PyObject *value, void *UNUSED(closure)) |
Variables | |
static char | UnaryFunction1DVec3f___doc__ [] |
static PyGetSetDef | BPy_UnaryFunction1DVec3f_getseters [] |
PyTypeObject | UnaryFunction1DVec3f_Type |
|
static |
Definition at line 130 of file BPy_UnaryFunction1DVec3f.cpp.
References BPy_IntegrationType_from_IntegrationType(), and self.
|
static |
Definition at line 135 of file BPy_UnaryFunction1DVec3f.cpp.
References BPy_IntegrationType_Check, and IntegrationType_from_BPy_IntegrationType().
PyDoc_STRVAR | ( | integration_type_doc | , |
"The integration method.\n" "\n" ":type: :class:`IntegrationType`" | |||
) |
|
static |
Definition at line 98 of file BPy_UnaryFunction1DVec3f.cpp.
References Interface1D_Type, self, and Vector_from_Vec3f().
|
static |
Definition at line 87 of file BPy_UnaryFunction1DVec3f.cpp.
References UnaryFunction1D_Type.
|
static |
Definition at line 63 of file BPy_UnaryFunction1DVec3f.cpp.
References IntegrationType_from_BPy_IntegrationType(), and IntegrationType_Type.
|
static |
Definition at line 93 of file BPy_UnaryFunction1DVec3f.cpp.
References self.
int UnaryFunction1DVec3f_Init | ( | PyObject * | module | ) |
Definition at line 25 of file BPy_UnaryFunction1DVec3f.cpp.
References module, Orientation3DF1D_Type, and UnaryFunction1DVec3f_Type.
Referenced by UnaryFunction1D_Init().
|
static |
Definition at line 147 of file BPy_UnaryFunction1DVec3f.cpp.
|
static |
Definition at line 48 of file BPy_UnaryFunction1DVec3f.cpp.
PyTypeObject UnaryFunction1DVec3f_Type |
Definition at line 158 of file BPy_UnaryFunction1DVec3f.cpp.
Referenced by UnaryFunction1DVec3f_Init().