Box
[Geometric objects]

Collaboration diagram for Box:

Classes

class BALL::TSimpleBox3< T >
Generic three-dimensional Box. More...

Storers

typedef TSimpleBox3< float > BALL::SimpleBox3
Default three-dimensional box class of type float.
template<typename T >
std::istream & BALL::operator>> (std::istream &s, TSimpleBox3< T > &box)
Input operator.
template<typename T >
std::ostream & BALL::operator<< (std::ostream &s, const TSimpleBox3< T > &box)
Output Operator.

Function Documentation

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

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& BALL::operator>> ( std::istream & s,
TSimpleBox3< T > & box
)

Input operator.

Reads in two objects of type TVector3 a and b

References BALL::TSimpleBox3< T >::a, and BALL::TSimpleBox3< T >::b.


Generated on Thu Aug 6 18:30:01 2009 for BALL by doxygen 1.5.8