OpenVDB
5.2.0
|
#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 |
PointIndexType const *const | mIndices |
PointIndexType const *const | mPages |
PointArray const *const | mPoints |
math::Transform const | mXForm |
int const | mLog2Dim |
bool const | mCellCenteredTransform |
using CoordArray = boost::scoped_array<Coord> |
using IndexArray = boost::scoped_array<PointIndexType> |
|
inline |
|
inline |
bool const mCellCenteredTransform |
Coord* const mCoordinates |
PointIndexType const* const mIndices |
int const mLog2Dim |
PointIndexType const* const mPages |
PointArray const* const mPoints |
math::Transform const mXForm |