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.


Constructor & Destructor Documentation

BALL::VIEW::DockResultDialog::Compare_::Compare_ (  ) 

Default constructor

BALL::VIEW::DockResultDialog::Compare_::Compare_ ( Position  index  ) 

Constructor

BALL::VIEW::DockResultDialog::Compare_::~Compare_ (  ) 

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.