HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ImathInterval.h File Reference
#include "ImathExport.h"
#include "ImathNamespace.h"
#include "ImathVec.h"
+ Include dependency graph for ImathInterval.h:

Go to the source code of this file.

Classes

class  Interval< T >
 

Typedefs

typedef Interval< floatIntervalf
 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< intIntervali
 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...
 

Typedef Documentation

typedef Interval<double> Intervald

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.

typedef Interval<short> Intervals

Interval of type short.

Definition at line 124 of file ImathInterval.h.

Function Documentation

template<class T >
std::ostream & operator<< ( std::ostream &  s,
const Interval< T > &  v 
)

Stream output, as "(min max)".

Stream output.

Definition at line 260 of file ImathInterval.h.