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

#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
 

Member Typedef Documentation

◆ CoordArray

using CoordArray = boost::scoped_array<Coord>

◆ IndexArray

using IndexArray = boost::scoped_array<PointIndexType>

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

const bool mCellCenteredTransform

◆ mCoordinates

Coord* const mCoordinates

◆ mIndices

const PointIndexType* const mIndices

◆ mLog2Dim

const int mLog2Dim

◆ mPages

const PointIndexType* const mPages

◆ mPoints

const PointArray* const mPoints

◆ mXForm

const math::Transform mXForm

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