OpenVDB
2.3.0
|
Helper class that implements Hierarchical Digital Differential Analyzers and is specialized for ray intersections with level sets. More...
#include <DDA.h>
Public Types | |
typedef TreeT::RootNodeType::NodeChainType | ChainT |
typedef boost::mpl::at< ChainT, boost::mpl::int_< NodeLevel > >::type | NodeT |
Static Public Member Functions | |
template<typename TesterT > | |
static bool | test (TesterT &tester) |
Helper class that implements Hierarchical Digital Differential Analyzers and is specialized for ray intersections with level sets.
typedef TreeT::RootNodeType::NodeChainType ChainT |
|
inlinestatic |