OpenVDB
3.0.0
|
#include <PointPartitioner.h>
Public Types | |
typedef boost::scoped_array< IndexT > | IndexArray |
typedef boost::scoped_array< Coord > | CoordArray |
Public Member Functions | |
LeafNodeOriginOp (CoordArray &coordinates, const IndexArray &indices, const IndexArray &pages, const PointArray &points, const math::Transform &m, int log2dim) | |
void | operator() (const tbb::blocked_range< size_t > &range) const |
Public Attributes | |
Coord *const | mCoordinates |
IndexT const *const | mIndices |
IndexT const *const | mPages |
PointArray const *const | mPoints |
const math::Transform | mXForm |
const int | mLog2Dim |
typedef boost::scoped_array<Coord> CoordArray |
typedef boost::scoped_array<IndexT> IndexArray |
|
inline |
|
inline |
Coord* const mCoordinates |
IndexT const* const mIndices |
const int mLog2Dim |
IndexT const* const mPages |
PointArray const* const mPoints |
const math::Transform mXForm |