Blender
V3.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 62 of file BBox.h.
Referenced by Freestyle::Node::AddBBox(), and Freestyle::BBox< Point >::inside().
|
inline |
|
inline |
Definition at line 72 of file BBox.h.
Referenced by Freestyle::NodeTransform::AddBBox(), Freestyle::ViewMapBuilder::BuildGrid(), Freestyle::GridDensityProvider::calculateQuickProscenium(), 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(), Freestyle::ViewMapBuilder::BuildGrid(), Freestyle::GridDensityProvider::calculateQuickProscenium(), 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.
References Freestyle::BBox< Point >::empty().
Referenced by Freestyle::Grid::initInfiniteRay().
|
inline |
Definition at line 86 of file BBox.h.
References usdtokens::b(), and BLI_assert.
|
inline |
Definition at line 77 of file BBox.h.
References usdtokens::b(), and BLI_assert.