OpenVDB  2.1.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>
#include <boost/type_traits/is_floating_point.hpp>
#include <limits>

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_1_0
 
 openvdb::v2_1_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