Helper class that implements Hierarchical Digital Differential Analyzers and is specialized for ray intersections with level sets.
More...
#include <DDA.h>
|
using | ChainT = typename TreeT::RootNodeType::NodeChainType |
|
using | NodeT = typename boost::mpl::at< ChainT, boost::mpl::int_< NodeLevel > >::type |
|
|
template<typename TesterT > |
static bool | test (TesterT &tester) |
|
template<typename TreeT, int NodeLevel>
struct openvdb::v6_1::math::LevelSetHDDA< TreeT, NodeLevel >
Helper class that implements Hierarchical Digital Differential Analyzers and is specialized for ray intersections with level sets.
◆ ChainT
using ChainT = typename TreeT::RootNodeType::NodeChainType |
◆ NodeT
using NodeT = typename boost::mpl::at<ChainT, boost::mpl::int_<NodeLevel> >::type |
◆ test()
static bool test |
( |
TesterT & |
tester | ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: