Blender  V3.3
Classes | Macros | Functions | Variables
BPy_UnaryPredicate0D.h File Reference
#include <Python.h>
#include "../stroke/Predicates0D.h"

Go to the source code of this file.

Classes

struct  BPy_UnaryPredicate0D
 

Macros

#define BPy_UnaryPredicate0D_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryPredicate0D_Type))
 

Functions

int UnaryPredicate0D_Init (PyObject *module)
 

Variables

PyTypeObject UnaryPredicate0D_Type
 

Macro Definition Documentation

◆ BPy_UnaryPredicate0D_Check

#define BPy_UnaryPredicate0D_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryPredicate0D_Type))

Definition at line 23 of file BPy_UnaryPredicate0D.h.

Function Documentation

◆ UnaryPredicate0D_Init()

int UnaryPredicate0D_Init ( PyObject *  module)

Definition at line 23 of file BPy_UnaryPredicate0D.cpp.

References FalseUP0D_Type, module, TrueUP0D_Type, and UnaryPredicate0D_Type.

Referenced by Freestyle_Init().

Variable Documentation

◆ UnaryPredicate0D_Type

PyTypeObject UnaryPredicate0D_Type
extern