Blender V4.3
BPy_IntegrationType.h File Reference
#include <Python.h>
#include "../view_map/Interface1D.h"

Go to the source code of this file.

Macros

#define BPy_IntegrationType_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&IntegrationType_Type))
 

Functions

int IntegrationType_Init (PyObject *module)
 

Variables

PyTypeObject IntegrationType_Type
 

Macro Definition Documentation

◆ BPy_IntegrationType_Check

#define BPy_IntegrationType_Check ( v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&IntegrationType_Type))

Function Documentation

◆ IntegrationType_Init()

Variable Documentation

◆ IntegrationType_Type