Blender  V3.3
Classes | Macros | Variables
BPy_orientedViewEdgeIterator.h File Reference
#include "../BPy_Iterator.h"
#include "../../view_map/ViewMapIterators.h"

Go to the source code of this file.

Classes

struct  BPy_orientedViewEdgeIterator
 

Macros

#define BPy_orientedViewEdgeIterator_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&orientedViewEdgeIterator_Type))
 

Variables

PyTypeObject orientedViewEdgeIterator_Type
 

Macro Definition Documentation

◆ BPy_orientedViewEdgeIterator_Check

#define BPy_orientedViewEdgeIterator_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&orientedViewEdgeIterator_Type))

Definition at line 21 of file BPy_orientedViewEdgeIterator.h.

Variable Documentation

◆ orientedViewEdgeIterator_Type

PyTypeObject orientedViewEdgeIterator_Type
extern