Blender
V3.3
|
Go to the source code of this file.
Classes | |
struct | BPy_BinaryPredicate1D |
Macros | |
#define | BPy_BinaryPredicate1D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&BinaryPredicate1D_Type)) |
Functions | |
int | BinaryPredicate1D_Init (PyObject *module) |
Variables | |
PyTypeObject | BinaryPredicate1D_Type |
#define BPy_BinaryPredicate1D_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&BinaryPredicate1D_Type)) |
Definition at line 23 of file BPy_BinaryPredicate1D.h.
int BinaryPredicate1D_Init | ( | PyObject * | module | ) |
Definition at line 27 of file BPy_BinaryPredicate1D.cpp.
References BinaryPredicate1D_Type, FalseBP1D_Type, Length2DBP1D_Type, module, SameShapeIdBP1D_Type, TrueBP1D_Type, and ViewMapGradientNormBP1D_Type.
Referenced by Freestyle_Init().
|
extern |
Definition at line 173 of file BPy_BinaryPredicate1D.cpp.
Referenced by BinaryPredicate1D_Init(), ChainPredicateIterator_init(), and Operators_sort().