BALL
1.4.1
|
#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.
Definition at line 169 of file dockResultDialog.h.
Default constructor
Constructor
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.
Definition at line 191 of file dockResultDialog.h.