OpenVDB
6.0.0
|
#include <ParticleAtlas.h>
Public Types | |
using | PosType = typename ParticleArrayT::PosType |
using | ScalarType = typename PosType::value_type |
Public Member Functions | |
ComputeExtremas (const ParticleArrayT &particles) | |
ComputeExtremas (ComputeExtremas &rhs, tbb::split) | |
void | operator() (const tbb::blocked_range< size_t > &range) |
void | join (const ComputeExtremas &rhs) |
Public Attributes | |
ParticleArrayT const *const | particleArray |
ScalarType | minRadius |
ScalarType | maxRadius |
using PosType = typename ParticleArrayT::PosType |
using ScalarType = typename PosType::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
ScalarType maxRadius |
ScalarType minRadius |
ParticleArrayT const* const particleArray |