OpenVDB  1.1.0
Public Member Functions | Public Attributes | List of all members
TolerancePrune< ValueType > Struct Template Reference

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)

Public Attributes

bool state
ValueType value
const ValueType tolerance

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

TolerancePrune ( const ValueType &  tol)
inline

Member Function Documentation

bool operator() ( ChildType &  child)
inline

Member Data Documentation

bool state
const ValueType tolerance
ValueType value

The documentation for this struct was generated from the following file: