Blender
V3.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 |
Definition at line 54 of file BPy_BBox.cpp.
|
static |
Definition at line 43 of file BPy_BBox.cpp.
int BBox_Init | ( | PyObject * | module | ) |
Definition at line 19 of file BPy_BBox.cpp.
References BBox_Type, and module.
Referenced by Freestyle_Init().
|
static |
Definition at line 60 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 67 of file BPy_BBox.cpp.
Referenced by BBox_Init(), and BPy_BBox_from_BBox().