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

Go to the source code of this file.

Classes

struct  BPy_AdjacencyIterator
 

Macros

#define BPy_AdjacencyIterator_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&AdjacencyIterator_Type))
 

Variables

PyTypeObject AdjacencyIterator_Type
 

Macro Definition Documentation

◆ BPy_AdjacencyIterator_Check

#define BPy_AdjacencyIterator_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&AdjacencyIterator_Type))

Definition at line 21 of file BPy_AdjacencyIterator.h.

Variable Documentation

◆ AdjacencyIterator_Type

PyTypeObject AdjacencyIterator_Type
extern