Blender
V3.3
|
#include "BPy_UnaryFunction1DVec2f.h"
#include "../BPy_Convert.h"
#include "../BPy_IntegrationType.h"
#include "../BPy_Interface1D.h"
#include "UnaryFunction1D_Vec2f/BPy_Normal2DF1D.h"
#include "UnaryFunction1D_Vec2f/BPy_Orientation2DF1D.h"
Go to the source code of this file.
Functions | |
int | UnaryFunction1DVec2f_Init (PyObject *module) |
static int | UnaryFunction1DVec2f___init__ (BPy_UnaryFunction1DVec2f *self, PyObject *args, PyObject *kwds) |
static void | UnaryFunction1DVec2f___dealloc__ (BPy_UnaryFunction1DVec2f *self) |
static PyObject * | UnaryFunction1DVec2f___repr__ (BPy_UnaryFunction1DVec2f *self) |
static PyObject * | UnaryFunction1DVec2f___call__ (BPy_UnaryFunction1DVec2f *self, PyObject *args, PyObject *kwds) |
PyDoc_STRVAR (integration_type_doc, "The integration method.\n" "\n" ":type: :class:`IntegrationType`") | |
static PyObject * | integration_type_get (BPy_UnaryFunction1DVec2f *self, void *UNUSED(closure)) |
static int | integration_type_set (BPy_UnaryFunction1DVec2f *self, PyObject *value, void *UNUSED(closure)) |
Variables | |
static char | UnaryFunction1DVec2f___doc__ [] |
static PyGetSetDef | BPy_UnaryFunction1DVec2f_getseters [] |
PyTypeObject | UnaryFunction1DVec2f_Type |
|
static |
Definition at line 137 of file BPy_UnaryFunction1DVec2f.cpp.
References BPy_IntegrationType_from_IntegrationType(), and self.
|
static |
Definition at line 142 of file BPy_UnaryFunction1DVec2f.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 105 of file BPy_UnaryFunction1DVec2f.cpp.
References Interface1D_Type, self, and Vector_from_Vec2f().
|
static |
Definition at line 94 of file BPy_UnaryFunction1DVec2f.cpp.
References UnaryFunction1D_Type.
|
static |
Definition at line 70 of file BPy_UnaryFunction1DVec2f.cpp.
References IntegrationType_from_BPy_IntegrationType(), and IntegrationType_Type.
|
static |
Definition at line 100 of file BPy_UnaryFunction1DVec2f.cpp.
References self.
int UnaryFunction1DVec2f_Init | ( | PyObject * | module | ) |
Definition at line 26 of file BPy_UnaryFunction1DVec2f.cpp.
References module, Normal2DF1D_Type, Orientation2DF1D_Type, and UnaryFunction1DVec2f_Type.
Referenced by UnaryFunction1D_Init().
|
static |
Definition at line 154 of file BPy_UnaryFunction1DVec2f.cpp.
|
static |
Definition at line 55 of file BPy_UnaryFunction1DVec2f.cpp.
PyTypeObject UnaryFunction1DVec2f_Type |
Definition at line 165 of file BPy_UnaryFunction1DVec2f.cpp.
Referenced by UnaryFunction1DVec2f_Init().