#include <GU_PrimRTree.h>
|
| PrimBoundingBoxes () |
|
| PrimBoundingBoxes (const GEO_Detail &gdp, const GA_PrimitiveGroup *grp, fpreal relative_padding=SYS_FTOLERANCE_D, fpreal absolute_padding=0) |
|
| PrimBoundingBoxes (const GEO_Detail &gdp, const GA_Range &prim_range, fpreal relative_padding=SYS_FTOLERANCE_D, fpreal absolute_padding=0) |
|
void | build (const GEO_Detail &gdp, const GA_PrimitiveGroup *grp, fpreal relative_padding=SYS_FTOLERANCE_D, fpreal absolute_padding=0) |
|
void | build (const GEO_Detail &gdp, const GA_Range &prim_range, fpreal relative_padding=SYS_FTOLERANCE_D, fpreal absolute_padding=0) |
|
const UT_Array< UT_Box > & | getBoxArray () const |
|
const GA_OffsetArray & | getBoxOffsetMap () const |
|
const UT_Box & | getBox (GA_Size i) const |
|
GA_Offset | boxOffset (GA_Size i) const |
|
GA_Index | boxIndex (GA_Size i) const |
|
Definition at line 96 of file GU_PrimRTree.h.
GU_PrimRTree::PrimBoundingBoxes::PrimBoundingBoxes |
( |
| ) |
|
const UT_Box& GU_PrimRTree::PrimBoundingBoxes::getBox |
( |
GA_Size |
i | ) |
const |
|
inline |
const UT_Array<UT_Box>& GU_PrimRTree::PrimBoundingBoxes::getBoxArray |
( |
| ) |
const |
|
inline |
const GA_OffsetArray& GU_PrimRTree::PrimBoundingBoxes::getBoxOffsetMap |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: