Blender  V3.3
Classes | Macros | Variables
BPy_CurvePointIterator.h File Reference
#include "../BPy_Iterator.h"
#include "../../stroke/CurveIterators.h"

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 21 of file BPy_CurvePointIterator.h.

Variable Documentation

◆ CurvePointIterator_Type

PyTypeObject CurvePointIterator_Type
extern