OpenVDB  3.0.0
Public Types | Public Member Functions | Public Attributes | List of all members
ComputeBBoxOp< PointArray > Struct Template Reference

#include <PointPartitioner.h>

Public Types

typedef PointArray::value_type PointType
 
typedef PointType::value_type ElementType
 

Public Member Functions

 ComputeBBoxOp (const PointArray &points)
 
 ComputeBBoxOp (const ComputeBBoxOp &other, tbb::split)
 
void operator() (const tbb::blocked_range< size_t > &range)
 
void join (ComputeBBoxOp &other)
 

Public Attributes

PointArray const *const mPoints
 
PointType mMin
 
PointType mMax
 

Member Typedef Documentation

typedef PointType::value_type ElementType
typedef PointArray::value_type PointType

Constructor & Destructor Documentation

ComputeBBoxOp ( const PointArray points)
inline
ComputeBBoxOp ( const ComputeBBoxOp< PointArray > &  other,
tbb::split   
)
inline

Member Function Documentation

void join ( ComputeBBoxOp< PointArray > &  other)
inline
void operator() ( const tbb::blocked_range< size_t > &  range)
inline

Member Data Documentation

PointType mMax
PointType mMin
PointArray const* const mPoints

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