Blender V4.3
BPy_BBox.h File Reference
#include <Python.h>
#include "../geometry/BBox.h"
#include "../geometry/Geom.h"

Go to the source code of this file.

Classes

struct  BPy_BBox
 

Macros

#define BPy_BBox_Check(v)   (PyObject_IsInstance((PyObject *)v, (PyObject *)&BBox_Type))
 

Functions

int BBox_Init (PyObject *module)
 

Variables

PyTypeObject BBox_Type
 

Macro Definition Documentation

◆ BPy_BBox_Check

#define BPy_BBox_Check ( v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&BBox_Type))

Definition at line 26 of file BPy_BBox.h.

Referenced by SShape_bbox_set(), and ViewMap_scene_bbox_set().

Function Documentation

◆ BBox_Init()

int BBox_Init ( PyObject * module)

Definition at line 21 of file BPy_BBox.cpp.

References BBox_Type, and module.

Referenced by Freestyle_Init().

Variable Documentation

◆ BBox_Type

PyTypeObject BBox_Type
extern

Definition at line 70 of file BPy_BBox.cpp.

Referenced by BBox_Init(), and BPy_BBox_from_BBox().