Blender V4.3
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.")
 
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()

static void BBox_dealloc ( BPy_BBox * self)
static

Definition at line 57 of file BPy_BBox.cpp.

References self.

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

◆ BBox_init()

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

Definition at line 46 of file BPy_BBox.cpp.

References self.

◆ BBox_repr()

static PyObject * BBox_repr ( BPy_BBox * self)
static

Definition at line 63 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."  )

Variable Documentation

◆ BBox_Type

PyTypeObject BBox_Type

Definition at line 70 of file BPy_BBox.cpp.

Referenced by BBox_Init(), and BPy_BBox_from_BBox().