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

#include <PointPartitioner.h>

Public Types

typedef boost::scoped_array< IndexT > IndexArray
 

Public Member Functions

 IndexOrderOp (IndexArray &indices, const IndexArray &pages)
 
void operator() (const tbb::blocked_range< size_t > &range) const
 

Public Attributes

IndexT *const mIndices
 
IndexT const *const mPages
 

Member Typedef Documentation

typedef boost::scoped_array<IndexT> IndexArray

Constructor & Destructor Documentation

IndexOrderOp ( IndexArray indices,
const IndexArray pages 
)
inline

Member Function Documentation

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

Member Data Documentation

IndexT* const mIndices
IndexT const* const mPages

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