OpenVDB
3.0.0
|
#include <PointPartitioner.h>
Public Types | |
typedef std::pair< IndexT, IndexT > | Range |
typedef boost::scoped_array< IndexT > | IndexArray |
typedef boost::scoped_array< IndexPair< IndexT > > | IndexPairArray |
Public Member Functions | |
PageBreakOp (const Range &range, const IndexPairArray &pairs, IndexArray &segment, IndexT &size) | |
void | operator() () const |
Public Attributes | |
Range | mRange |
IndexPair< IndexT > const *const | mPairs |
IndexArray *const | mSegment |
IndexT *const | mSize |
typedef boost::scoped_array<IndexT> IndexArray |
typedef boost::scoped_array<IndexPair<IndexT> > IndexPairArray |
typedef std::pair<IndexT, IndexT> Range |
|
inline |
|
inline |
IndexPair<IndexT> const* const mPairs |
Range mRange |
IndexArray* const mSegment |
IndexT* const mSize |