#include <dockResultDialog.h>
Public Member Functions |
|
| Compare_ () | |
| Default constructor. |
|
| Compare_ (Position index) | |
| Constructor. |
|
| ~Compare_ () | |
| Destructor. |
|
| bool | operator() (const vector< float > &a, const vector< float > &b) const |
| 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.
1.5.8