Blender
V3.3
|
#include "BPy_UnaryFunction1DEdgeNature.h"
#include "../BPy_Convert.h"
#include "../BPy_IntegrationType.h"
#include "../BPy_Interface1D.h"
#include "UnaryFunction1D_Nature_EdgeNature/BPy_CurveNatureF1D.h"
Go to the source code of this file.
Functions | |
int | UnaryFunction1DEdgeNature_Init (PyObject *module) |
static int | UnaryFunction1DEdgeNature___init__ (BPy_UnaryFunction1DEdgeNature *self, PyObject *args, PyObject *kwds) |
static void | UnaryFunction1DEdgeNature___dealloc__ (BPy_UnaryFunction1DEdgeNature *self) |
static PyObject * | UnaryFunction1DEdgeNature___repr__ (BPy_UnaryFunction1DEdgeNature *self) |
static PyObject * | UnaryFunction1DEdgeNature___call__ (BPy_UnaryFunction1DEdgeNature *self, PyObject *args, PyObject *kwds) |
PyDoc_STRVAR (integration_type_doc, "The integration method.\n" "\n" ":type: :class:`IntegrationType`") | |
static PyObject * | integration_type_get (BPy_UnaryFunction1DEdgeNature *self, void *UNUSED(closure)) |
static int | integration_type_set (BPy_UnaryFunction1DEdgeNature *self, PyObject *value, void *UNUSED(closure)) |
Variables | |
static char | UnaryFunction1DEdgeNature___doc__ [] |
static PyGetSetDef | BPy_UnaryFunction1DEdgeNature_getseters [] |
PyTypeObject | UnaryFunction1DEdgeNature_Type |
|
static |
Definition at line 133 of file BPy_UnaryFunction1DEdgeNature.cpp.
References BPy_IntegrationType_from_IntegrationType(), and self.
|
static |
Definition at line 138 of file BPy_UnaryFunction1DEdgeNature.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 101 of file BPy_UnaryFunction1DEdgeNature.cpp.
References BPy_Nature_from_Nature(), Interface1D_Type, and self.
|
static |
Definition at line 89 of file BPy_UnaryFunction1DEdgeNature.cpp.
References UnaryFunction1D_Type.
|
static |
Definition at line 64 of file BPy_UnaryFunction1DEdgeNature.cpp.
References IntegrationType_from_BPy_IntegrationType(), and IntegrationType_Type.
|
static |
Definition at line 95 of file BPy_UnaryFunction1DEdgeNature.cpp.
References self.
int UnaryFunction1DEdgeNature_Init | ( | PyObject * | module | ) |
Definition at line 25 of file BPy_UnaryFunction1DEdgeNature.cpp.
References CurveNatureF1D_Type, module, and UnaryFunction1DEdgeNature_Type.
Referenced by UnaryFunction1D_Init().
|
static |
Definition at line 150 of file BPy_UnaryFunction1DEdgeNature.cpp.
|
static |
Definition at line 49 of file BPy_UnaryFunction1DEdgeNature.cpp.
PyTypeObject UnaryFunction1DEdgeNature_Type |
Definition at line 161 of file BPy_UnaryFunction1DEdgeNature.cpp.
Referenced by UnaryFunction1DEdgeNature_Init().