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

Go to the source code of this file.

Classes

struct  BPy_UnaryFunction0DFloat
 

Macros

#define BPy_UnaryFunction0DFloat_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DFloat_Type))
 

Functions

int UnaryFunction0DFloat_Init (PyObject *module)
 

Variables

PyTypeObject UnaryFunction0DFloat_Type
 

Macro Definition Documentation

◆ BPy_UnaryFunction0DFloat_Check

#define BPy_UnaryFunction0DFloat_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DFloat_Type))

Definition at line 19 of file BPy_UnaryFunction0DFloat.h.

Function Documentation

◆ UnaryFunction0DFloat_Init()

int UnaryFunction0DFloat_Init ( PyObject *  module)

Variable Documentation

◆ UnaryFunction0DFloat_Type

PyTypeObject UnaryFunction0DFloat_Type
extern

Definition at line 149 of file BPy_UnaryFunction0DFloat.cpp.

Referenced by UnaryFunction0DFloat_Init().