#include <BALL/VIEW/DIALOGS/dockResultDialog.h>
Public Member Functions | |
| Compare_ () | |
| Compare_ (Position index) | |
| ~Compare_ () | |
| bool | operator() (const vector< float > &a, const vector< float > &b) const |
Public Attributes | |
| Position | index_ |
Nested class in DockResultDialog. This class is needed for the sorting of the table. The rows of the table should be sorted by a certain column.
| BALL::VIEW::DockResultDialog::Compare_::Compare_ | ( | ) |
Default constructor
| BALL::VIEW::DockResultDialog::Compare_::Compare_ | ( | Position | index | ) |
Constructor
| BALL::VIEW::DockResultDialog::Compare_::~Compare_ | ( | ) |
Destructor
| bool BALL::VIEW::DockResultDialog::Compare_::operator() | ( | const vector< float > & | a, | |
| const vector< float > & | b | |||
| ) | const |
Operator ()
Index of the entry by which the two vectors in operator() are compared.