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