|
Blender V5.0
|
#include <BBox.h>
Public Member Functions | |
| BBox () | |
| template<class T> | |
| BBox (const T &min_in, const T &max_in) | |
| template<class T> | |
| BBox (const BBox< T > &b) | |
| template<class T> | |
| void | extendToContain (const T &p) |
| void | clear () |
| bool | empty () const |
| const Point & | getMin () const |
| const Point & | getMax () const |
| BBox< Point > & | operator= (const BBox< Point > &b) |
| BBox< Point > & | operator+= (const BBox< Point > &b) |
| bool | inside (const Point &p) |
|
inline |
Definition at line 23 of file BBox.h.
Referenced by BBox(), operator+=(), and operator=().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 62 of file BBox.h.
Referenced by Freestyle::Node::AddBBox(), and inside().
|
inline |
|
inline |
Definition at line 72 of file BBox.h.
Referenced by Freestyle::NodeTransform::AddBBox(), BBox(), Freestyle::ViewMapBuilder::BuildGrid(), Freestyle::GridDensityProvider::calculateQuickProscenium(), ContextFunctions_get_border(), Freestyle::AppView::distanceToSceneCenter(), Freestyle::operator+(), Freestyle::FEdge::z_discontinuity(), Freestyle::AppView::zfar(), and Freestyle::AppView::znear().
|
inline |
Definition at line 67 of file BBox.h.
Referenced by Freestyle::NodeTransform::AddBBox(), BBox(), Freestyle::ViewMapBuilder::BuildGrid(), Freestyle::GridDensityProvider::calculateQuickProscenium(), ContextFunctions_get_border(), Freestyle::AppView::distanceToSceneCenter(), Freestyle::operator+(), Freestyle::FEdge::z_discontinuity(), Freestyle::AppView::zfar(), and Freestyle::AppView::znear().
|
inline |
Definition at line 107 of file BBox.h.
Referenced by Freestyle::Grid::initInfiniteRay().
|
inline |
|
inline |
Definition at line 77 of file BBox.h.
References b, BBox(), and BLI_assert.