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