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

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 21 of file BPy_SVertexIterator.h.

Variable Documentation

◆ SVertexIterator_Type

PyTypeObject SVertexIterator_Type
extern