Blender
V3.3
|
#include "../BPy_UnaryPredicate1D.h"
Go to the source code of this file.
Classes | |
struct | BPy_FalseUP1D |
Macros | |
#define | BPy_FalseUP1D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&FalseUP1D_Type)) |
Variables | |
PyTypeObject | FalseUP1D_Type |
#define BPy_FalseUP1D_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&FalseUP1D_Type)) |
Definition at line 19 of file BPy_FalseUP1D.h.
|
extern |
Definition at line 44 of file BPy_FalseUP1D.cpp.
Referenced by UnaryPredicate1D_Init().