Blender  V3.3
Classes | Macros | Functions | Variables
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 24 of file BPy_BBox.h.

Function Documentation

◆ BBox_Init()

int BBox_Init ( PyObject *  module)

Definition at line 19 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 67 of file BPy_BBox.cpp.

Referenced by BBox_Init(), and BPy_BBox_from_BBox().