OpenVDB  3.0.0
Public Types | Public Member Functions | Public Attributes | List of all members
PageOrderOp< IndexT > Struct Template Reference

#include <PointPartitioner.h>

Public Types

typedef boost::scoped_array< IndexT > IndexArray
 
typedef boost::scoped_array< IndexPair< IndexT > > IndexPairArray
 

Public Member Functions

 PageOrderOp (IndexArray &pointIndices, const IndexPairArray &pairs)
 
void operator() (const tbb::blocked_range< size_t > &range) const
 

Public Attributes

IndexT *const mPointIndices
 
IndexPair< IndexT > const *const mPairs
 

Member Typedef Documentation

typedef boost::scoped_array<IndexT> IndexArray
typedef boost::scoped_array<IndexPair<IndexT> > IndexPairArray

Constructor & Destructor Documentation

PageOrderOp ( IndexArray pointIndices,
const IndexPairArray pairs 
)
inline

Member Function Documentation

void operator() ( const tbb::blocked_range< size_t > &  range) const
inline

Member Data Documentation

IndexPair<IndexT> const* const mPairs
IndexT* const mPointIndices

The documentation for this struct was generated from the following file: