since sets of three objects will crop up repeatedly, useful to have a triplet class? More...

Public Member Functions | |
| const T & | operator[] (unsigned int i) const |
| T & | operator[] (unsigned int i) |
Private Attributes | |
| T | _contents [_nshift] |
since sets of three objects will crop up repeatedly, useful to have a triplet class?
Definition at line 109 of file ClosestPair2D.hh.
| T& fastjet::ClosestPair2D::triplet< T >::operator[] | ( | unsigned int | i | ) | [inline] |
Definition at line 112 of file ClosestPair2D.hh.
00112 {return _contents[i];};
| const T& fastjet::ClosestPair2D::triplet< T >::operator[] | ( | unsigned int | i | ) | const [inline] |
Definition at line 111 of file ClosestPair2D.hh.
00111 {return _contents[i];};
T fastjet::ClosestPair2D::triplet< T >::_contents[_nshift] [private] |
Definition at line 112 of file ClosestPair2D.hh.
1.6.1