|
Blender V4.3
|
#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 57 of file BPy_BBox.cpp.
References self.
| int BBox_Init | ( | PyObject * | module | ) |
Definition at line 21 of file BPy_BBox.cpp.
References BBox_Type, and module.
Referenced by Freestyle_Init().
Definition at line 46 of file BPy_BBox.cpp.
References self.
|
static |
Definition at line 63 of file BPy_BBox.cpp.
References self.
| PyDoc_STRVAR | ( | BBox_doc | , |
| "Class for representing a bounding box.\n" "\n" ".. method:: __init__()\n" "\n" " Default constructor." | ) |
| PyTypeObject BBox_Type |
Definition at line 70 of file BPy_BBox.cpp.
Referenced by BBox_Init(), and BPy_BBox_from_BBox().