Blender V5.0
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)

Functions

int BBox_Init (PyObject *module)

Variables

PyTypeObject BBox_Type

Macro Definition Documentation

◆ BPy_BBox_Check

#define BPy_BBox_Check ( v)
Value:
(PyObject_IsInstance((PyObject *)v, (PyObject *)&BBox_Type))
PyTypeObject BBox_Type
Definition BPy_BBox.cpp:65
ATTR_WARN_UNUSED_RESULT const BMVert * v

Definition at line 22 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 17 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 65 of file BPy_BBox.cpp.

Referenced by BBox_Init(), and BPy_BBox_from_BBox().