HDK
|
Go to the source code of this file.
Classes | |
class | Interval< T > |
Typedefs | |
typedef Interval< float > | Intervalf |
Interval of type float. More... | |
typedef Interval< double > | Intervald |
Interval of type double. More... | |
typedef Interval< short > | Intervals |
Interval of type short. More... | |
typedef Interval< int > | Intervali |
Interval of type integer. More... | |
Functions | |
template<class T > | |
std::ostream & | operator<< (std::ostream &s, const Interval< T > &v) |
Stream output, as "(min max)". More... | |
Interval of type double.
Definition at line 121 of file ImathInterval.h.
Interval of type float.
Definition at line 118 of file ImathInterval.h.
Interval of type integer.
Definition at line 127 of file ImathInterval.h.
Interval of type short.
Definition at line 124 of file ImathInterval.h.
std::ostream & operator<< | ( | std::ostream & | s, |
const Interval< T > & | v | ||
) |