OpenVDB  0.104.0
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
InactivePrune< ValueType > Struct Template Reference

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::v0_104_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

InactivePrune ( const ValueType &  val)
inline

Member Function Documentation

bool operator() ( ChildType &  child) const
inline

Member Data Documentation

const bool state = false
static
const ValueType value

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