Blender  V3.3
Classes | Macros | Functions | Variables
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)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&BinaryPredicate0D_Type))
 

Functions

int BinaryPredicate0D_Init (PyObject *module)
 

Variables

PyTypeObject BinaryPredicate0D_Type
 

Macro Definition Documentation

◆ BPy_BinaryPredicate0D_Check

#define BPy_BinaryPredicate0D_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&BinaryPredicate0D_Type))

Definition at line 23 of file BPy_BinaryPredicate0D.h.

Function Documentation

◆ BinaryPredicate0D_Init()

int BinaryPredicate0D_Init ( PyObject *  module)

Definition at line 21 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 139 of file BPy_BinaryPredicate0D.cpp.

Referenced by BinaryPredicate0D_Init().