|
Blender V4.3
|
#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 |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 64 of file BBox.h.
Referenced by Freestyle::Node::AddBBox(), and Freestyle::BBox< Point >::inside().
|
inline |
|
inline |
Definition at line 74 of file BBox.h.
Referenced by Freestyle::NodeTransform::AddBBox(), Freestyle::ViewMapBuilder::BuildGrid(), Freestyle::GridDensityProvider::calculateQuickProscenium(), ContextFunctions_get_border(), Freestyle::AppView::distanceToSceneCenter(), Freestyle::operator+(), Freestyle::AppView::zfar(), and Freestyle::AppView::znear().
|
inline |
Definition at line 69 of file BBox.h.
Referenced by Freestyle::NodeTransform::AddBBox(), Freestyle::ViewMapBuilder::BuildGrid(), Freestyle::GridDensityProvider::calculateQuickProscenium(), ContextFunctions_get_border(), Freestyle::AppView::distanceToSceneCenter(), Freestyle::operator+(), Freestyle::AppView::zfar(), and Freestyle::AppView::znear().
|
inline |
Definition at line 109 of file BBox.h.
References Freestyle::BBox< Point >::empty().
|
inline |
Definition at line 88 of file BBox.h.
References b, and BLI_assert.
|
inline |
Definition at line 79 of file BBox.h.
References b, and BLI_assert.