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) |
| template<typename T > | |
| std::istream & | BALL::operator>> (std::istream &s, TBox3< T > &box) |
| template<typename T > | |
| std::ostream & | BALL::operator<< (std::ostream &s, const TBox3< T > &box) |
| template<typename T > | |
| std::istream & | BALL::operator>> (std::istream &s, TCircle3< T > &circle) |
| template<typename T > | |
| std::ostream & | BALL::operator<< (std::ostream &s, const TCircle3< T > &circle) |
| template<typename T > | |
| std::ostream & | BALL::operator<< (std::ostream &s, const TLine3< T > &line) |
| template<typename T > | |
| std::istream & | BALL::operator>> (std::istream &s, TLine3< T > &line) |
| template<typename T > | |
| std::istream & | BALL::operator>> (std::istream &s, TMatrix4x4< T > &m) |
| template<typename T > | |
| std::ostream & | BALL::operator<< (std::ostream &s, const TMatrix4x4< T > &m) |
| template<typename T > | |
| std::istream & | BALL::operator>> (std::istream &s, TPlane3< T > &plane) |
| template<typename T > | |
| std::ostream & | BALL::operator<< (std::ostream &s, const TPlane3< T > &plane) |
| template<typename T > | |
| std::istream & | BALL::operator>> (std::istream &s, TSphere3< T > &sphere) |
| template<typename T > | |
| std::ostream & | BALL::operator<< (std::ostream &s, const TSphere3< T > &sphere) |
| BALL_EXPORT std::ostream & | BALL::operator<< (std::ostream &s, const ReducedSurface &rs) |
| BALL_EXPORT std::ostream & | BALL::operator<< (std::ostream &s, const RSEdge &rsedge) |
| BALL_EXPORT std::ostream & | BALL::operator<< (std::ostream &s, const RSFace &rsface) |
| BALL_EXPORT std::ostream & | BALL::operator<< (std::ostream &s, const RSVertex &rsvertex) |
| BALL_EXPORT std::ostream & | BALL::operator<< (std::ostream &s, const SASEdge &sasedge) |
| BALL_EXPORT std::ostream & | BALL::operator<< (std::ostream &s, const SASFace &sasface) |
| BALL_EXPORT std::ostream & | BALL::operator<< (std::ostream &s, const SASVertex &sasvertex) |
| BALL_EXPORT std::ostream & | BALL::operator<< (std::ostream &s, const SESEdge &sesedge) |
| BALL_EXPORT std::ostream & | BALL::operator<< (std::ostream &s, const SESFace &sesface) |
| BALL_EXPORT std::ostream & | BALL::operator<< (std::ostream &s, const SESVertex &sesvertex) |
| BALL_EXPORT std::ostream & | BALL::operator<< (std::ostream &s, const SolventAccessibleSurface &sas) |
| BALL_EXPORT std::ostream & | BALL::operator<< (std::ostream &s, const SolventExcludedSurface &ses) |
| BALL_EXPORT std::ostream & | BALL::operator<< (std::ostream &s, const Triangle &triangle) |
| BALL_EXPORT std::ostream & | BALL::operator<< (std::ostream &s, const TriangleEdge &edge) |
| BALL_EXPORT std::ostream & | BALL::operator<< (std::ostream &s, const TrianglePoint &point) |
| BALL_EXPORT std::ostream & | BALL::operator<< (std::ostream &s, const TriangulatedSurface &surface) |
| typedef TSimpleBox3<float> BALL::SimpleBox3 |
Default three-dimensional box class of type float
Definition at line 632 of file simpleBox3.h.
| BALL_EXPORT std::ostream& BALL::operator<< | ( | std::ostream & | s, | |
| const TriangulatedSurface & | surface | |||
| ) |
Output- Operator
| BALL_EXPORT std::ostream& BALL::operator<< | ( | std::ostream & | s, | |
| const TrianglePoint & | point | |||
| ) |
Output- Operator
| BALL_EXPORT std::ostream& BALL::operator<< | ( | std::ostream & | s, | |
| const TriangleEdge & | edge | |||
| ) |
Output- Operator
| BALL_EXPORT std::ostream& BALL::operator<< | ( | std::ostream & | s, | |
| const Triangle & | triangle | |||
| ) |
Output- Operator
| BALL_EXPORT std::ostream& BALL::operator<< | ( | std::ostream & | s, | |
| const SolventExcludedSurface & | ses | |||
| ) |
Output- Operator
| BALL_EXPORT std::ostream& BALL::operator<< | ( | std::ostream & | s, | |
| const SolventAccessibleSurface & | sas | |||
| ) |
Output- Operator
| BALL_EXPORT std::ostream& BALL::operator<< | ( | std::ostream & | s, | |
| const SESVertex & | sesvertex | |||
| ) |
Output- Operator
| BALL_EXPORT std::ostream& BALL::operator<< | ( | std::ostream & | s, | |
| const SESFace & | sesface | |||
| ) |
Output- Operator
| BALL_EXPORT std::ostream& BALL::operator<< | ( | std::ostream & | s, | |
| const SESEdge & | sesedge | |||
| ) |
Output- Operator
| BALL_EXPORT std::ostream& BALL::operator<< | ( | std::ostream & | s, | |
| const SASVertex & | sasvertex | |||
| ) |
Output- Operator
| BALL_EXPORT std::ostream& BALL::operator<< | ( | std::ostream & | s, | |
| const SASFace & | sasface | |||
| ) |
Output- Operator
| BALL_EXPORT std::ostream& BALL::operator<< | ( | std::ostream & | s, | |
| const SASEdge & | sasedge | |||
| ) |
Output- Operator
| BALL_EXPORT std::ostream& BALL::operator<< | ( | std::ostream & | s, | |
| const RSVertex & | rsvertex | |||
| ) |
Output- Operator prints out a rsvertex
| BALL_EXPORT std::ostream& BALL::operator<< | ( | std::ostream & | s, | |
| const RSFace & | rsface | |||
| ) |
Output- Operator
| BALL_EXPORT std::ostream& BALL::operator<< | ( | std::ostream & | s, | |
| const RSEdge & | rsedge | |||
| ) |
Output- Operator
| BALL_EXPORT std::ostream& BALL::operator<< | ( | std::ostream & | s, | |
| const ReducedSurface & | rs | |||
| ) |
Output- Operator. Prints out a ReducedSurface
| std::ostream& BALL::operator<< | ( | std::ostream & | s, | |
| const TSphere3< T > & | sphere | |||
| ) | [inline] |
| std::ostream & BALL::operator<< | ( | std::ostream & | s, | |
| const TPlane3< T > & | plane | |||
| ) | [inline] |
| std::ostream & BALL::operator<< | ( | std::ostream & | s, | |
| const TMatrix4x4< T > & | m | |||
| ) | [inline] |
Output Operator Writes sixteen values of type T to an output stream.
| s | the output stream | |
| m | the matrix to write |
Definition at line 2251 of file matrix44.h.
| std::ostream & BALL::operator<< | ( | std::ostream & | s, | |
| const TLine3< T > & | line | |||
| ) | [inline] |
| std::ostream & BALL::operator<< | ( | std::ostream & | s, | |
| const TCircle3< T > & | circle | |||
| ) | [inline] |
| std::ostream& BALL::operator<< | ( | std::ostream & | s, | |
| const TBox3< T > & | box | |||
| ) | [inline] |
| 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)) Definition at line 623 of file simpleBox3.h.
| std::istream& BALL::operator>> | ( | std::istream & | s, | |
| TSphere3< T > & | sphere | |||
| ) | [inline] |
| std::istream & BALL::operator>> | ( | std::istream & | s, | |
| TPlane3< T > & | plane | |||
| ) | [inline] |
| std::istream & BALL::operator>> | ( | std::istream & | s, | |
| TMatrix4x4< T > & | m | |||
| ) | [inline] |
Input Operator. Read sixteen values of type T from an input stream.
| s | the input stream | |
| m | the matrix to read |
Definition at line 2237 of file matrix44.h.
| std::istream & BALL::operator>> | ( | std::istream & | s, | |
| TLine3< T > & | line | |||
| ) | [inline] |
| std::istream & BALL::operator>> | ( | std::istream & | s, | |
| TCircle3< T > & | circle | |||
| ) | [inline] |
| std::istream& BALL::operator>> | ( | std::istream & | s, | |
| TBox3< T > & | box | |||
| ) | [inline] |
| std::istream& BALL::operator>> | ( | std::istream & | s, | |
| TSimpleBox3< T > & | box | |||
| ) | [inline] |
Input operator. Reads in two objects of type TVector3 a and b
Definition at line 606 of file simpleBox3.h.
1.6.3