OpenVDB
8.1.0
|
A DynamicNodeManager operator to count active voxels in a tree that fall within a provided bounding box. More...
#include <Count.h>
Public Types | |
using | LeafT = typename TreeType::LeafNodeType |
Public Member Functions | |
ActiveVoxelCountBBoxOp (const CoordBBox &bbox) | |
ActiveVoxelCountBBoxOp (const ActiveVoxelCountBBoxOp &other, tbb::split) | |
template<typename NodeT > | |
bool | operator() (const NodeT &node, size_t) |
bool | operator() (const LeafT &leaf, size_t) |
void | join (const ActiveVoxelCountBBoxOp &other) |
Public Attributes | |
openvdb::Index64 | count {0} |
A DynamicNodeManager operator to count active voxels in a tree that fall within a provided bounding box.
using LeafT = typename TreeType::LeafNodeType |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
openvdb::Index64 count {0} |