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

Go to the source code of this file.

Classes

struct  BPy_ChainPredicateIterator
 

Macros

#define BPy_ChainPredicateIterator_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&ChainPredicateIterator_Type))
 

Variables

PyTypeObject ChainPredicateIterator_Type
 

Macro Definition Documentation

◆ BPy_ChainPredicateIterator_Check

#define BPy_ChainPredicateIterator_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&ChainPredicateIterator_Type))

Definition at line 21 of file BPy_ChainPredicateIterator.h.

Variable Documentation

◆ ChainPredicateIterator_Type

PyTypeObject ChainPredicateIterator_Type
extern