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

Go to the source code of this file.

Classes

struct  BPy_UnaryFunction0DDouble
 

Macros

#define BPy_UnaryFunction0DDouble_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DDouble_Type))
 

Functions

int UnaryFunction0DDouble_Init (PyObject *module)
 

Variables

PyTypeObject UnaryFunction0DDouble_Type
 

Macro Definition Documentation

◆ BPy_UnaryFunction0DDouble_Check

#define BPy_UnaryFunction0DDouble_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DDouble_Type))

Definition at line 19 of file BPy_UnaryFunction0DDouble.h.

Function Documentation

◆ UnaryFunction0DDouble_Init()

int UnaryFunction0DDouble_Init ( PyObject *  module)

Variable Documentation

◆ UnaryFunction0DDouble_Type

PyTypeObject UnaryFunction0DDouble_Type
extern