Blender  V3.3
Classes | Macros | Functions | Variables
BPy_UnaryFunction0D.h File Reference
#include <Python.h>
#include "../view_map/Functions0D.h"

Go to the source code of this file.

Classes

struct  BPy_UnaryFunction0D
 

Macros

#define BPy_UnaryFunction0D_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0D_Type))
 

Functions

int UnaryFunction0D_Init (PyObject *module)
 

Variables

PyTypeObject UnaryFunction0D_Type
 

Macro Definition Documentation

◆ BPy_UnaryFunction0D_Check

#define BPy_UnaryFunction0D_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0D_Type))

Definition at line 23 of file BPy_UnaryFunction0D.h.

Function Documentation

◆ UnaryFunction0D_Init()

int UnaryFunction0D_Init ( PyObject *  module)

Variable Documentation

◆ UnaryFunction0D_Type

PyTypeObject UnaryFunction0D_Type
extern