Blender  V2.93
Classes | Macros | Variables
BPy_ContourUP1D.h File Reference
#include "../BPy_UnaryPredicate1D.h"

Go to the source code of this file.

Classes

struct  BPy_ContourUP1D
 

Macros

#define BPy_ContourUP1D_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&ContourUP1D_Type))
 

Variables

PyTypeObject ContourUP1D_Type
 

Macro Definition Documentation

◆ BPy_ContourUP1D_Check

#define BPy_ContourUP1D_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&ContourUP1D_Type))

Definition at line 33 of file BPy_ContourUP1D.h.

Variable Documentation

◆ ContourUP1D_Type

PyTypeObject ContourUP1D_Type
extern

Definition at line 59 of file BPy_ContourUP1D.cpp.

Referenced by UnaryPredicate1D_Init().