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

Go to the source code of this file.

Classes

struct  BPy_UnaryFunction0DUnsigned
 

Macros

#define BPy_UnaryFunction0DUnsigned_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DUnsigned_Type))
 

Functions

int UnaryFunction0DUnsigned_Init (PyObject *module)
 

Variables

PyTypeObject UnaryFunction0DUnsigned_Type
 

Macro Definition Documentation

◆ BPy_UnaryFunction0DUnsigned_Check

#define BPy_UnaryFunction0DUnsigned_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DUnsigned_Type))

Definition at line 19 of file BPy_UnaryFunction0DUnsigned.h.

Function Documentation

◆ UnaryFunction0DUnsigned_Init()

int UnaryFunction0DUnsigned_Init ( PyObject *  module)

Variable Documentation

◆ UnaryFunction0DUnsigned_Type

PyTypeObject UnaryFunction0DUnsigned_Type
extern

Definition at line 112 of file BPy_UnaryFunction0DUnsigned.cpp.

Referenced by UnaryFunction0DUnsigned_Init().