OpenVDB
12.0.0
|
Specialization of Hierarchical Digital Differential Analyzer class that intersects against the leafs or tiles of a generic volume. More...
#include <openvdb/math/DDA.h>
Public Types | |
using | LeafT = typename TreeT::LeafNodeType |
using | TimeSpanT = typename RayT::TimeSpan |
Public Member Functions | |
VolumeHDDA () | |
template<typename AccessorT > | |
TimeSpanT | march (RayT &ray, AccessorT &acc) |
template<typename AccessorT , typename ListT > | |
void | hits (RayT &ray, AccessorT &acc, ListT ×) |
Friends | |
class | VolumeHDDA< TreeT, RayT, 1 > |
Specialization of Hierarchical Digital Differential Analyzer class that intersects against the leafs or tiles of a generic volume.
using LeafT = typename TreeT::LeafNodeType |
using TimeSpanT = typename RayT::TimeSpan |
|
inline |
|
inline |
|
inline |
|
friend |