Classes | |
| class | BALL::TSimpleBox3< T > |
Storers | |
| typedef TSimpleBox3< float > | BALL::SimpleBox3 |
| template<typename T > | |
| std::istream & | BALL::operator>> (std::istream &s, TSimpleBox3< T > &box) |
| template<typename T > | |
| std::ostream & | BALL::operator<< (std::ostream &s, const TSimpleBox3< T > &box) |
| typedef TSimpleBox3<float> BALL::SimpleBox3 |
Default three-dimensional box class of type float
| std::ostream& BALL::operator<< | ( | std::ostream & | s, | |
| const TSimpleBox3< T > & | box | |||
| ) | [inline] |
Output Operator. Writes the two coordinates of the box to an output stream. The vectors are enclosed by brackets.
((0 1 2) (7.5 3.4 10)) | std::istream& BALL::operator>> | ( | std::istream & | s, | |
| TSimpleBox3< T > & | box | |||
| ) | [inline] |
Input operator. Reads in two objects of type TVector3 a and b
References BALL::TSimpleBox3< T >::a, BALL::TSimpleBox3< T >::b, and BALL::Constants::c.