OpenVDB  2.0.0
Classes | Namespaces | Functions
Ray.h File Reference

A Ray class and a Digital Differential Analyzer specialized for VDB. More...

#include "Math.h"
#include "Vec3.h"
#include "Transform.h"
#include <iostream>

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...
 

Detailed Description

A Ray class and a Digital Differential Analyzer specialized for VDB.

Author
Ken Museth