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

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

#include <RayIntersector.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 GridT, int NodeLevel>
struct openvdb::v2_1_0::tools::LevelSetHDDA< GridT, NodeLevel >

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

Member Typedef Documentation

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

Member Function Documentation

static bool test ( TesterT &  tester)
inlinestatic

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