BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Member Functions | Public Attributes
BALL::VIEW::DockResultDialog::Compare_ Class Reference

#include <BALL/VIEW/DIALOGS/dockResultDialog.h>

List of all members.

Public Member Functions

 Compare_ ()
 Compare_ (Position index)
 ~Compare_ ()
bool operator() (const vector< float > &a, const vector< float > &b) const

Public Attributes

Position index_

Detailed Description

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.


Constructor & Destructor Documentation

Default constructor

Constructor

Destructor


Member Function Documentation

bool BALL::VIEW::DockResultDialog::Compare_::operator() ( const vector< float > &  a,
const vector< float > &  b 
) const

Operator ()


Member Data Documentation

Index of the entry by which the two vectors in operator() are compared.

Definition at line 191 of file dockResultDialog.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines