Blender
V3.3
|
#include "BPy_UnaryFunction1DVectorViewShape.h"
#include "../BPy_Convert.h"
#include "../BPy_IntegrationType.h"
#include "../BPy_Interface1D.h"
#include "UnaryFunction1D_vector_ViewShape/BPy_GetOccludeeF1D.h"
#include "UnaryFunction1D_vector_ViewShape/BPy_GetOccludersF1D.h"
#include "UnaryFunction1D_vector_ViewShape/BPy_GetShapeF1D.h"
Go to the source code of this file.
Functions | |
int | UnaryFunction1DVectorViewShape_Init (PyObject *module) |
static int | UnaryFunction1DVectorViewShape___init__ (BPy_UnaryFunction1DVectorViewShape *self, PyObject *args, PyObject *kwds) |
static void | UnaryFunction1DVectorViewShape___dealloc__ (BPy_UnaryFunction1DVectorViewShape *self) |
static PyObject * | UnaryFunction1DVectorViewShape___repr__ (BPy_UnaryFunction1DVectorViewShape *self) |
static PyObject * | UnaryFunction1DVectorViewShape___call__ (BPy_UnaryFunction1DVectorViewShape *self, PyObject *args, PyObject *kwds) |
PyDoc_STRVAR (integration_type_doc, "The integration method.\n" "\n" ":type: :class:`IntegrationType`") | |
static PyObject * | integration_type_get (BPy_UnaryFunction1DVectorViewShape *self, void *UNUSED(closure)) |
static int | integration_type_set (BPy_UnaryFunction1DVectorViewShape *self, PyObject *value, void *UNUSED(closure)) |
Variables | |
static char | UnaryFunction1DVectorViewShape___doc__ [] |
static PyGetSetDef | BPy_UnaryFunction1DVectorViewShape_getseters [] |
PyTypeObject | UnaryFunction1DVectorViewShape_Type |
|
static |
Definition at line 156 of file BPy_UnaryFunction1DVectorViewShape.cpp.
References BPy_IntegrationType_from_IntegrationType(), and self.
|
static |
Definition at line 163 of file BPy_UnaryFunction1DVectorViewShape.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 116 of file BPy_UnaryFunction1DVectorViewShape.cpp.
References BPy_ViewShape_from_ViewShape(), Interface1D_Type, self, and v.
|
static |
Definition at line 104 of file BPy_UnaryFunction1DVectorViewShape.cpp.
References UnaryFunction1D_Type.
|
static |
Definition at line 79 of file BPy_UnaryFunction1DVectorViewShape.cpp.
References IntegrationType_from_BPy_IntegrationType(), IntegrationType_Type, and Freestyle::UnaryFunction1D< T >::py_uf1D.
|
static |
Definition at line 110 of file BPy_UnaryFunction1DVectorViewShape.cpp.
References self.
int UnaryFunction1DVectorViewShape_Init | ( | PyObject * | module | ) |
Definition at line 27 of file BPy_UnaryFunction1DVectorViewShape.cpp.
References GetOccludeeF1D_Type, GetOccludersF1D_Type, GetShapeF1D_Type, module, and UnaryFunction1DVectorViewShape_Type.
Referenced by UnaryFunction1D_Init().
|
static |
Definition at line 175 of file BPy_UnaryFunction1DVectorViewShape.cpp.
|
static |
Definition at line 63 of file BPy_UnaryFunction1DVectorViewShape.cpp.
PyTypeObject UnaryFunction1DVectorViewShape_Type |
Definition at line 186 of file BPy_UnaryFunction1DVectorViewShape.cpp.
Referenced by UnaryFunction1DVectorViewShape_Init().