#include <Python.h>
#include "../view_map/Functions1D.h"
Go to the source code of this file.
◆ BPy_UnaryFunction1D_Check
| #define BPy_UnaryFunction1D_Check |
( |
| v | ) |
|
Value:
PyTypeObject UnaryFunction1D_Type
ATTR_WARN_UNUSED_RESULT const BMVert * v
Definition at line 21 of file BPy_UnaryFunction1D.h.
◆ UnaryFunction1D_Init()
| int UnaryFunction1D_Init |
( |
PyObject * | module | ) |
|
Definition at line 25 of file BPy_UnaryFunction1D.cpp.
References UnaryFunction1D_Init(), UnaryFunction1D_Type, UnaryFunction1DDouble_Init(), UnaryFunction1DEdgeNature_Init(), UnaryFunction1DFloat_Init(), UnaryFunction1DUnsigned_Init(), UnaryFunction1DVec2f_Init(), UnaryFunction1DVec3f_Init(), UnaryFunction1DVectorViewShape_Init(), and UnaryFunction1DVoid_Init().
Referenced by Freestyle_Init(), and UnaryFunction1D_Init().
◆ UnaryFunction1D_Type
| PyTypeObject UnaryFunction1D_Type |
|
extern |