Blender V5.0
BPy_BinaryPredicate1D.h File Reference
#include <Python.h>
#include "../stroke/Predicates1D.h"

Go to the source code of this file.

Classes

struct  BPy_BinaryPredicate1D

Macros

#define BPy_BinaryPredicate1D_Check(v)

Functions

int BinaryPredicate1D_Init (PyObject *module)

Variables

PyTypeObject BinaryPredicate1D_Type

Macro Definition Documentation

◆ BPy_BinaryPredicate1D_Check

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

Definition at line 21 of file BPy_BinaryPredicate1D.h.

Function Documentation

◆ BinaryPredicate1D_Init()

int BinaryPredicate1D_Init ( PyObject * module)

Variable Documentation

◆ BinaryPredicate1D_Type

PyTypeObject BinaryPredicate1D_Type
extern