OpenVDB  3.2.0
Public Types | Public Member Functions | Public Attributes | List of all members
LeafNodeOriginOp< PointArray, PointIndexType > Struct Template Reference

#include <PointPartitioner.h>

Public Types

typedef boost::scoped_array< PointIndexType > IndexArray
 
typedef boost::scoped_array< CoordCoordArray
 

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
 

Member Typedef Documentation

§ CoordArray

typedef boost::scoped_array<Coord> CoordArray

§ IndexArray

typedef boost::scoped_array<PointIndexType> IndexArray

Constructor & Destructor Documentation

§ LeafNodeOriginOp()

LeafNodeOriginOp ( CoordArray coordinates,
const IndexArray indices,
const IndexArray pages,
const PointArray points,
const math::Transform m,
int  log2dim,
bool  cellCenteredTransform 
)
inline

Member Function Documentation

§ operator()()

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

Member Data Documentation

§ mCellCenteredTransform

bool const mCellCenteredTransform

§ mCoordinates

Coord* const mCoordinates

§ mIndices

PointIndexType const* const mIndices

§ mLog2Dim

int const mLog2Dim

§ mPages

PointIndexType const* const mPages

§ mPoints

PointArray const* const mPoints

§ mXForm

math::Transform const mXForm

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