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

Go to the source code of this file.

Classes

struct  BPy_DensityLowerThanUP1D
 

Macros

#define BPy_DensityLowerThanUP1D_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&DensityLowerThanUP1D_Type))
 

Variables

PyTypeObject DensityLowerThanUP1D_Type
 

Macro Definition Documentation

◆ BPy_DensityLowerThanUP1D_Check

#define BPy_DensityLowerThanUP1D_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&DensityLowerThanUP1D_Type))

Definition at line 19 of file BPy_DensityLowerThanUP1D.h.

Variable Documentation

◆ DensityLowerThanUP1D_Type

PyTypeObject DensityLowerThanUP1D_Type
extern

Definition at line 61 of file BPy_DensityLowerThanUP1D.cpp.

Referenced by UnaryPredicate1D_Init().