OpenVDB  1.2.0
Classes | Namespaces | Constant Groups | Functions
Tuple.h File Reference
#include <sstream>
#include <boost/type_traits/is_integral.hpp>
#include "Math.h"

Go to the source code of this file.

Classes

class  Tuple< SIZE, T >
 
struct  TupleAbs< SIZE, T, IsInteger >
 Helper class to compute the absolute value of a Tuple. More...
 
struct  TupleAbs< SIZE, T, true >
 

Namespaces

 openvdb
 
 openvdb::v1_2_0
 
 openvdb::v1_2_0::math
 

Constant Groups

 openvdb
 
 openvdb::v1_2_0
 
 openvdb::v1_2_0::math
 

Functions

template<int SIZE, typename T0 , typename T1 >
bool operator< (const Tuple< SIZE, T0 > &t0, const Tuple< SIZE, T1 > &t1)
 
template<int SIZE, typename T0 , typename T1 >
bool operator> (const Tuple< SIZE, T0 > &t0, const Tuple< SIZE, T1 > &t1)
 
template<int SIZE, typename T >
Tuple< SIZE, T > Abs (const Tuple< SIZE, T > &t)
 
template<int SIZE, typename T >
std::ostream & operator<< (std::ostream &ostr, const Tuple< SIZE, T > &classname)
 Write a Tuple to an output stream. More...
 

Detailed Description

Author
Ben Kwa