OpenVDB
2.0.0
|
A Ray class and a Digital Differential Analyzer specialized for VDB. More...
Go to the source code of this file.
Classes | |
class | Ray< RealT > |
class | DDA< RayT, Log2Dim > |
A Digital Differential Analyzer specialized for OpenVDB grids. More... | |
Namespaces | |
openvdb | |
openvdb::v2_0_0 | |
openvdb::v2_0_0::math | |
Functions | |
template<typename RealT > | |
std::ostream & | operator<< (std::ostream &os, const Ray< RealT > &r) |
Output streaming of the Ray class. More... | |
template<typename RayT , Index Log2Dim> | |
std::ostream & | operator<< (std::ostream &os, const DDA< RayT, Log2Dim > &dda) |
Output streaming of the Ray class. More... | |
A Ray class and a Digital Differential Analyzer specialized for VDB.