|
Blender
V3.3
|
#include "BPy_UnaryFunction0DVec2f.h"#include "../BPy_Convert.h"#include "../Iterator/BPy_Interface0DIterator.h"#include "UnaryFunction0D_Vec2f/BPy_Normal2DF0D.h"#include "UnaryFunction0D_Vec2f/BPy_VertexOrientation2DF0D.h"Go to the source code of this file.
Functions | |
| int | UnaryFunction0DVec2f_Init (PyObject *module) |
| static int | UnaryFunction0DVec2f___init__ (BPy_UnaryFunction0DVec2f *self, PyObject *args, PyObject *kwds) |
| static void | UnaryFunction0DVec2f___dealloc__ (BPy_UnaryFunction0DVec2f *self) |
| static PyObject * | UnaryFunction0DVec2f___repr__ (BPy_UnaryFunction0DVec2f *self) |
| static PyObject * | UnaryFunction0DVec2f___call__ (BPy_UnaryFunction0DVec2f *self, PyObject *args, PyObject *kwds) |
Variables | |
| static char | UnaryFunction0DVec2f___doc__ [] |
| PyTypeObject | UnaryFunction0DVec2f_Type |
|
static |
Definition at line 89 of file BPy_UnaryFunction0DVec2f.cpp.
References Interface0DIterator_Type, self, and Vector_from_Vec2f().
|
static |
Definition at line 78 of file BPy_UnaryFunction0DVec2f.cpp.
References UnaryFunction0D_Type.
|
static |
Definition at line 64 of file BPy_UnaryFunction0DVec2f.cpp.
|
static |
Definition at line 84 of file BPy_UnaryFunction0DVec2f.cpp.
References self.
| int UnaryFunction0DVec2f_Init | ( | PyObject * | module | ) |
Definition at line 25 of file BPy_UnaryFunction0DVec2f.cpp.
References module, Normal2DF0D_Type, UnaryFunction0DVec2f_Type, and VertexOrientation2DF0D_Type.
Referenced by UnaryFunction0D_Init().
|
static |
Definition at line 54 of file BPy_UnaryFunction0DVec2f.cpp.
| PyTypeObject UnaryFunction0DVec2f_Type |
Definition at line 117 of file BPy_UnaryFunction0DVec2f.cpp.
Referenced by UnaryFunction0DVec2f_Init().