Blender
V3.3
|
#include "BPy_UnaryFunction0DId.h"
#include "../BPy_Convert.h"
#include "../Iterator/BPy_Interface0DIterator.h"
#include "UnaryFunction0D_Id/BPy_ShapeIdF0D.h"
Go to the source code of this file.
Functions | |
int | UnaryFunction0DId_Init (PyObject *module) |
static int | UnaryFunction0DId___init__ (BPy_UnaryFunction0DId *self, PyObject *args, PyObject *kwds) |
static void | UnaryFunction0DId___dealloc__ (BPy_UnaryFunction0DId *self) |
static PyObject * | UnaryFunction0DId___repr__ (BPy_UnaryFunction0DId *self) |
static PyObject * | UnaryFunction0DId___call__ (BPy_UnaryFunction0DId *self, PyObject *args, PyObject *kwds) |
Variables | |
static char | UnaryFunction0DId___doc__ [] |
PyTypeObject | UnaryFunction0DId_Type |
|
static |
Definition at line 80 of file BPy_UnaryFunction0DId.cpp.
References BPy_Id_from_Id(), Interface0DIterator_Type, and self.
|
static |
Definition at line 69 of file BPy_UnaryFunction0DId.cpp.
References UnaryFunction0D_Type.
|
static |
Definition at line 57 of file BPy_UnaryFunction0DId.cpp.
|
static |
Definition at line 75 of file BPy_UnaryFunction0DId.cpp.
References self.
int UnaryFunction0DId_Init | ( | PyObject * | module | ) |
Definition at line 24 of file BPy_UnaryFunction0DId.cpp.
References module, ShapeIdF0D_Type, and UnaryFunction0DId_Type.
Referenced by UnaryFunction0D_Init().
|
static |
Definition at line 47 of file BPy_UnaryFunction0DId.cpp.
PyTypeObject UnaryFunction0DId_Type |
Definition at line 108 of file BPy_UnaryFunction0DId.cpp.
Referenced by UnaryFunction0DId_Init().