BALL 1.5.0
|
#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.
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 ()
Position BALL::VIEW::DockResultDialog::Compare_::index_ |
Index of the entry by which the two vectors in operator() are compared.
Definition at line 191 of file dockResultDialog.h.