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

Go to the source code of this file.

Classes

struct  BPy_UnaryFunction0DId
 

Macros

#define BPy_UnaryFunction0DId_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DId_Type))
 

Functions

int UnaryFunction0DId_Init (PyObject *module)
 

Variables

PyTypeObject UnaryFunction0DId_Type
 

Macro Definition Documentation

◆ BPy_UnaryFunction0DId_Check

#define BPy_UnaryFunction0DId_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DId_Type))

Definition at line 21 of file BPy_UnaryFunction0DId.h.

Function Documentation

◆ UnaryFunction0DId_Init()

int UnaryFunction0DId_Init ( PyObject *  module)

Definition at line 24 of file BPy_UnaryFunction0DId.cpp.

References module, ShapeIdF0D_Type, and UnaryFunction0DId_Type.

Referenced by UnaryFunction0D_Init().

Variable Documentation

◆ UnaryFunction0DId_Type

PyTypeObject UnaryFunction0DId_Type
extern

Definition at line 108 of file BPy_UnaryFunction0DId.cpp.

Referenced by UnaryFunction0DId_Init().