OpenVDB  5.2.0
Public Types | Static Public Member Functions | List of all members
LevelSetHDDA< TreeT, NodeLevel > Struct Template Reference

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)
 

Detailed Description

template<typename TreeT, int NodeLevel>
struct openvdb::v5_2::math::LevelSetHDDA< TreeT, NodeLevel >

Helper class that implements Hierarchical Digital Differential Analyzers and is specialized for ray intersections with level sets.

Member Typedef Documentation

◆ ChainT

typedef TreeT::RootNodeType::NodeChainType ChainT

◆ NodeT

typedef boost::mpl::at<ChainT, boost::mpl::int_<NodeLevel> >::type NodeT

Member Function Documentation

◆ test()

static bool test ( TesterT &  tester)
inlinestatic

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