Blender
V3.3
|
#include "../BPy_UnaryFunction1D.h"
Go to the source code of this file.
Classes | |
struct | BPy_UnaryFunction1DFloat |
Macros | |
#define | BPy_UnaryFunction1DFloat_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1DFloat_Type)) |
Functions | |
int | UnaryFunction1DFloat_Init (PyObject *module) |
Variables | |
PyTypeObject | UnaryFunction1DFloat_Type |
#define BPy_UnaryFunction1DFloat_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1DFloat_Type)) |
Definition at line 19 of file BPy_UnaryFunction1DFloat.h.
int UnaryFunction1DFloat_Init | ( | PyObject * | module | ) |
Definition at line 23 of file BPy_UnaryFunction1DFloat.cpp.
References module, and UnaryFunction1DFloat_Type.
Referenced by UnaryFunction1D_Init().
|
extern |
Definition at line 150 of file BPy_UnaryFunction1DFloat.cpp.
Referenced by UnaryFunction1DFloat_Init().