OpenVDB
3.0.0
|
#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 |
typedef PointType::value_type ElementType |
typedef PointArray::value_type PointType |
|
inline |
|
inline |
|
inline |
|
inline |
PointType mMax |
PointType mMin |
PointArray const* const mPoints |