Blender
V3.3
|
#include "../BPy_UnaryFunction1D.h"
Go to the source code of this file.
Classes | |
struct | BPy_UnaryFunction1DVoid |
Macros | |
#define | BPy_UnaryFunction1DVoid_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1DVoid_Type)) |
Functions | |
int | UnaryFunction1DVoid_Init (PyObject *module) |
Variables | |
PyTypeObject | UnaryFunction1DVoid_Type |
#define BPy_UnaryFunction1DVoid_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1DVoid_Type)) |
Definition at line 19 of file BPy_UnaryFunction1DVoid.h.
int UnaryFunction1DVoid_Init | ( | PyObject * | module | ) |
Definition at line 27 of file BPy_UnaryFunction1DVoid.cpp.
References ChainingTimeStampF1D_Type, IncrementChainingTimeStampF1D_Type, module, TimeStampF1D_Type, and UnaryFunction1DVoid_Type.
Referenced by UnaryFunction1D_Init().
|
extern |
Definition at line 173 of file BPy_UnaryFunction1DVoid.cpp.
Referenced by Operators_chain(), and UnaryFunction1DVoid_Init().