Helper class for the tree nodes to replace inactive tree branches with a more memory efficient inactive tiles with the provided value. Specialized but faster then the tolerance based pruning defined above.
More...
#include <Util.h>
Public Member Functions |
| InactivePrune (const ValueType &val) |
template<typename ChildType > |
bool | operator() (ChildType &child) const |
Public Attributes |
const ValueType | value |
Static Public Attributes |
static const bool | state = false |
Detailed Description
template<typename ValueType>
struct openvdb::v1_1_0::tree::InactivePrune< ValueType >
Helper class for the tree nodes to replace inactive tree branches with a more memory efficient inactive tiles with the provided value. Specialized but faster then the tolerance based pruning defined above.
Constructor & Destructor Documentation
Member Function Documentation
bool operator() |
( |
ChildType & |
child | ) |
const |
|
inline |
Member Data Documentation
The documentation for this struct was generated from the following file: