Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

Generic three-dimensional box.
[Geometric objects]


Classes

class  TBox3< T >
 Generic three-dimensional Box. More...

Storers

template<typename T>
std::istream & operator>> (std::istream &s, TBox3< T > &box) throw ()
 Input operator.
template<typename T>
std::ostream & operator<< (std::ostream &s, const TBox3< T > &box) throw ()
 Output Operator.

Typedefs

typedef TBox3< float > Box3
 Default three-dimensional box class of type float.

Typedef Documentation

typedef TBox3<float> Box3
 

Default three-dimensional box class of type float.


Function Documentation

template<typename T>
std::ostream& operator<< std::ostream &  s,
const TBox3< T > &  box
throw ()
 

Output Operator.

Writes the two coordinates of the box to an output stream. The vectors are enclosed by brackets.

Example:
((0 1 2) (7.5 3.4 10))
See also:
TVector3::operator<<

template<typename T>
std::istream& operator>> std::istream &  s,
TBox3< T > &  box
throw ()
 

Input operator.

Reads in two objects of type TVector3 a and b