Blender V4.3
BPy_SVertexIterator.h File Reference

Go to the source code of this file.

Classes

struct  BPy_SVertexIterator
 

Macros

#define BPy_SVertexIterator_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&SVertexIterator_Type))
 

Variables

PyTypeObject SVertexIterator_Type
 

Macro Definition Documentation

◆ BPy_SVertexIterator_Check

#define BPy_SVertexIterator_Check ( v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&SVertexIterator_Type))

Definition at line 23 of file BPy_SVertexIterator.h.

Variable Documentation

◆ SVertexIterator_Type

PyTypeObject SVertexIterator_Type
extern