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 ChainT::template Get< NodeLevel > |
| |
|
| template<typename TesterT > |
| static bool | test (TesterT &tester) |
| |
template<typename TreeT, int NodeLevel>
struct openvdb::v7_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 ChainT::template Get<NodeLevel> |
◆ test()
| static bool test |
( |
TesterT & |
tester | ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: