Blender  V3.3
Classes | Macros | Variables
BPy_TrueUP1D.h File Reference
#include "../BPy_UnaryPredicate1D.h"

Go to the source code of this file.

Classes

struct  BPy_TrueUP1D
 

Macros

#define BPy_TrueUP1D_Check(v)   (PyObject_IsInstance((PyObject *)v, (PyObject *)&TrueUP1D_Type))
 

Variables

PyTypeObject TrueUP1D_Type
 

Macro Definition Documentation

◆ BPy_TrueUP1D_Check

#define BPy_TrueUP1D_Check (   v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&TrueUP1D_Type))

Definition at line 19 of file BPy_TrueUP1D.h.

Variable Documentation

◆ TrueUP1D_Type

PyTypeObject TrueUP1D_Type
extern

Definition at line 44 of file BPy_TrueUP1D.cpp.

Referenced by UnaryPredicate1D_Init().