Helper class for the tree nodes to replace constant tree branches (to within the provided tolerance) with a more memory efficient tile.
More...
#include <Util.h>
Public Member Functions |
| TolerancePrune (const ValueType &tol) |
template<typename ChildType > |
bool | operator() (ChildType &child) |
Detailed Description
template<typename ValueType>
struct openvdb::v1_1_0::tree::TolerancePrune< ValueType >
Helper class for the tree nodes to replace constant tree branches (to within the provided tolerance) with a more memory efficient tile.
Constructor & Destructor Documentation
Member Function Documentation
bool operator() |
( |
ChildType & |
child | ) |
|
|
inline |
Member Data Documentation
const ValueType tolerance |
The documentation for this struct was generated from the following file: