|
Blender
V2.93
|
#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 76 of file BBox.h.
Referenced by Freestyle::Node::AddBBox(), Freestyle::BBox< Point >::inside(), Freestyle::BBox< Point >::operator+=(), and Freestyle::BBox< Point >::operator=().
|
inline |
|
inline |
Definition at line 86 of file BBox.h.
Referenced by Freestyle::NodeTransform::AddBBox(), Freestyle::ViewMapBuilder::BuildGrid(), Freestyle::GridDensityProvider::calculateQuickProscenium(), Freestyle::AppView::distanceToSceneCenter(), Freestyle::operator+(), Freestyle::BBox< Point >::operator+=(), Freestyle::BBox< Point >::operator=(), Freestyle::FEdge::z_discontinuity(), Freestyle::AppView::zfar(), and Freestyle::AppView::znear().
|
inline |
Definition at line 81 of file BBox.h.
Referenced by Freestyle::NodeTransform::AddBBox(), Freestyle::ViewMapBuilder::BuildGrid(), Freestyle::GridDensityProvider::calculateQuickProscenium(), Freestyle::AppView::distanceToSceneCenter(), Freestyle::operator+(), Freestyle::BBox< Point >::operator+=(), Freestyle::BBox< Point >::operator=(), Freestyle::FEdge::z_discontinuity(), Freestyle::AppView::zfar(), and Freestyle::AppView::znear().
|
inline |
Definition at line 121 of file BBox.h.
References Freestyle::BBox< Point >::empty().
Referenced by Freestyle::Grid::initInfiniteRay().
|
inline |
Definition at line 100 of file BBox.h.
References BLI_assert, Freestyle::BBox< Point >::empty(), Freestyle::BBox< Point >::getMax(), and Freestyle::BBox< Point >::getMin().
|
inline |
Definition at line 91 of file BBox.h.
References BLI_assert, Freestyle::BBox< Point >::empty(), Freestyle::BBox< Point >::getMax(), and Freestyle::BBox< Point >::getMin().