Blender  V3.3
Macros | Functions | Variables
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))

Definition at line 23 of file BPy_IntegrationType.h.

Function Documentation

◆ IntegrationType_Init()

int IntegrationType_Init ( PyObject *  module)

Variable Documentation

◆ IntegrationType_Type

PyTypeObject IntegrationType_Type
extern