#include <Python.h>
#include "../view_map/Functions0D.h"
Go to the source code of this file.
◆ BPy_UnaryFunction0D_Check
| #define BPy_UnaryFunction0D_Check |
( |
|
v | ) |
(PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0D_Type)) |
◆ UnaryFunction0D_Init()
| int UnaryFunction0D_Init |
( |
PyObject * |
module | ) |
|
Definition at line 43 of file BPy_UnaryFunction0D.cpp.
References module, UnaryFunction0D_Type, UnaryFunction0DDouble_Init(), UnaryFunction0DEdgeNature_Init(), UnaryFunction0DFloat_Init(), UnaryFunction0DId_Init(), UnaryFunction0DMaterial_Init(), UnaryFunction0DUnsigned_Init(), UnaryFunction0DVec2f_Init(), UnaryFunction0DVec3f_Init(), UnaryFunction0DVectorViewShape_Init(), and UnaryFunction0DViewShape_Init().
Referenced by Freestyle_Init().
◆ UnaryFunction0D_Type
| PyTypeObject UnaryFunction0D_Type |
|
extern |
Definition at line 124 of file BPy_UnaryFunction0D.cpp.
Referenced by Integrator_integrate(), UnaryFunction0D_Init(), UnaryFunction0DDouble___dealloc__(), UnaryFunction0DEdgeNature___dealloc__(), UnaryFunction0DFloat___dealloc__(), UnaryFunction0DId___dealloc__(), UnaryFunction0DMaterial___dealloc__(), UnaryFunction0DUnsigned___dealloc__(), UnaryFunction0DVec2f___dealloc__(), UnaryFunction0DVec3f___dealloc__(), UnaryFunction0DVectorViewShape___dealloc__(), and UnaryFunction0DViewShape___dealloc__().