Blender V5.0
BPy_BinaryPredicate0D.h File Reference
#include <Python.h>
#include "../stroke/Predicates0D.h"

Go to the source code of this file.

Classes

struct  BPy_BinaryPredicate0D

Macros

#define BPy_BinaryPredicate0D_Check(v)

Functions

int BinaryPredicate0D_Init (PyObject *module)

Variables

PyTypeObject BinaryPredicate0D_Type

Macro Definition Documentation

◆ BPy_BinaryPredicate0D_Check

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

Definition at line 21 of file BPy_BinaryPredicate0D.h.

Function Documentation

◆ BinaryPredicate0D_Init()

int BinaryPredicate0D_Init ( PyObject * module)

Definition at line 19 of file BPy_BinaryPredicate0D.cpp.

References BinaryPredicate0D_Type, and module.

Referenced by Freestyle_Init().

Variable Documentation

◆ BinaryPredicate0D_Type

PyTypeObject BinaryPredicate0D_Type
extern

Definition at line 133 of file BPy_BinaryPredicate0D.cpp.

Referenced by BinaryPredicate0D_Init().