Blender  V3.3
Classes | Macros | Functions | Variables
BPy_UnaryFunction1DVoid.h File Reference
#include "../BPy_UnaryFunction1D.h"

Go to the source code of this file.

Classes

struct  BPy_UnaryFunction1DVoid
 

Macros

#define BPy_UnaryFunction1DVoid_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1DVoid_Type))
 

Functions

int UnaryFunction1DVoid_Init (PyObject *module)
 

Variables

PyTypeObject UnaryFunction1DVoid_Type
 

Macro Definition Documentation

◆ BPy_UnaryFunction1DVoid_Check

#define BPy_UnaryFunction1DVoid_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1DVoid_Type))

Definition at line 19 of file BPy_UnaryFunction1DVoid.h.

Function Documentation

◆ UnaryFunction1DVoid_Init()

int UnaryFunction1DVoid_Init ( PyObject *  module)

Variable Documentation

◆ UnaryFunction1DVoid_Type

PyTypeObject UnaryFunction1DVoid_Type
extern

Definition at line 173 of file BPy_UnaryFunction1DVoid.cpp.

Referenced by Operators_chain(), and UnaryFunction1DVoid_Init().