Blender V4.3
BPy_CurvePointIterator.h File Reference

Go to the source code of this file.

Classes

struct  BPy_CurvePointIterator
 

Macros

#define BPy_CurvePointIterator_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&CurvePointIterator_Type))
 

Variables

PyTypeObject CurvePointIterator_Type
 

Macro Definition Documentation

◆ BPy_CurvePointIterator_Check

#define BPy_CurvePointIterator_Check ( v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&CurvePointIterator_Type))

Definition at line 23 of file BPy_CurvePointIterator.h.

Variable Documentation

◆ CurvePointIterator_Type

PyTypeObject CurvePointIterator_Type
extern