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

Go to the source code of this file.

Classes

struct  BPy_UnaryPredicate1D
 

Macros

#define BPy_UnaryPredicate1D_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryPredicate1D_Type))
 

Functions

int UnaryPredicate1D_Init (PyObject *module)
 

Variables

PyTypeObject UnaryPredicate1D_Type
 

Macro Definition Documentation

◆ BPy_UnaryPredicate1D_Check

#define BPy_UnaryPredicate1D_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryPredicate1D_Type))

Definition at line 23 of file BPy_UnaryPredicate1D.h.

Function Documentation

◆ UnaryPredicate1D_Init()

int UnaryPredicate1D_Init ( PyObject *  module)

Variable Documentation

◆ UnaryPredicate1D_Type

PyTypeObject UnaryPredicate1D_Type
extern