Blender  V3.3
Classes | Macros | Variables
BPy_ChainingIterator.h File Reference
#include "BPy_ViewEdgeIterator.h"
#include "../../stroke/ChainingIterators.h"

Go to the source code of this file.

Classes

struct  BPy_ChainingIterator
 

Macros

#define BPy_ChainingIterator_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&ChainingIterator_Type))
 

Variables

PyTypeObject ChainingIterator_Type
 

Macro Definition Documentation

◆ BPy_ChainingIterator_Check

#define BPy_ChainingIterator_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&ChainingIterator_Type))

Definition at line 21 of file BPy_ChainingIterator.h.

Variable Documentation

◆ ChainingIterator_Type

PyTypeObject ChainingIterator_Type
extern