|
Blender V4.5
|
#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 |
|
static |
Definition at line 53 of file BPy_BBox.cpp.
References BPy_BBox::bb, and BBox_dealloc().
Referenced by BBox_dealloc().
| int BBox_Init | ( | PyObject * | module | ) |
Definition at line 17 of file BPy_BBox.cpp.
References BBox_Init(), and BBox_Type.
Referenced by BBox_Init(), and Freestyle_Init().
|
static |
Definition at line 42 of file BPy_BBox.cpp.
References BPy_BBox::bb, Freestyle::BBox< Point >::BBox(), and BBox_init().
Referenced by BBox_init().
|
static |
Definition at line 59 of file BPy_BBox.cpp.
References BPy_BBox::bb, and BBox_repr().
Referenced by BBox_repr().
| PyDoc_STRVAR | ( | BBox_doc | , |
| "Class for representing a bounding box.\n" "\n" ".. method:: __init__()\n" "\n" " Default constructor." | ) |
References PyDoc_STRVAR().
| PyTypeObject BBox_Type |
Definition at line 66 of file BPy_BBox.cpp.
Referenced by BBox_Init(), and BPy_BBox_from_BBox().