Blender V5.0
BPy_AdjacencyIterator.h File Reference

Go to the source code of this file.

Classes

struct  BPy_AdjacencyIterator

Macros

#define BPy_AdjacencyIterator_Check(v)

Variables

PyTypeObject AdjacencyIterator_Type

Macro Definition Documentation

◆ BPy_AdjacencyIterator_Check

#define BPy_AdjacencyIterator_Check ( v)
Value:
(PyObject_IsInstance((PyObject *)v, (PyObject *)&AdjacencyIterator_Type))
PyTypeObject AdjacencyIterator_Type
ATTR_WARN_UNUSED_RESULT const BMVert * v

Definition at line 19 of file BPy_AdjacencyIterator.h.

Variable Documentation

◆ AdjacencyIterator_Type

PyTypeObject AdjacencyIterator_Type
extern