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