Blender V5.0
BPy_BBox.cpp File Reference
#include "BPy_BBox.h"

Go to the source code of this file.

Functions

int BBox_Init (PyObject *module)
 PyDoc_STRVAR (BBox_doc, "Class for representing a bounding box.\n" "\n" ".. method:: __init__()\n" "\n" " Default constructor.\n")
static int BBox_init (BPy_BBox *self, PyObject *args, PyObject *kwds)
static void BBox_dealloc (BPy_BBox *self)
static PyObject * BBox_repr (BPy_BBox *self)

Variables

PyTypeObject BBox_Type

Function Documentation

◆ BBox_dealloc()

void BBox_dealloc ( BPy_BBox * self)
static

Definition at line 52 of file BPy_BBox.cpp.

References self.

◆ 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().

◆ BBox_init()

int BBox_init ( BPy_BBox * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 41 of file BPy_BBox.cpp.

References self.

◆ BBox_repr()

PyObject * BBox_repr ( BPy_BBox * self)
static

Definition at line 58 of file BPy_BBox.cpp.

References self.

◆ PyDoc_STRVAR()

PyDoc_STRVAR ( BBox_doc ,
"Class for representing a bounding box.\n" "\n" ".. method:: __init__()\n" "\n" " Default constructor.\n"  )

Variable Documentation

◆ BBox_Type

PyTypeObject BBox_Type

Definition at line 65 of file BPy_BBox.cpp.

Referenced by BBox_Init(), and BPy_BBox_from_BBox().