MeVisLabToolboxReference
ml::BaseListSortParameters Class Reference

Class that is designed to hold custom list sorting parameters (such as sort mode) More...

#include <mlBaseList.h>

List of all members.

Public Member Functions

virtual bool isLessThan (const Base &, const Base &)
 Dummy comparison function.
virtual ~BaseListSortParameters ()
 virtual destructor

Detailed Description

Class that is designed to hold custom list sorting parameters (such as sort mode)

Definition at line 189 of file mlBaseList.h.


Constructor & Destructor Documentation

virtual ml::BaseListSortParameters::~BaseListSortParameters ( ) [inline, virtual]

virtual destructor

Definition at line 194 of file mlBaseList.h.


Member Function Documentation

virtual bool ml::BaseListSortParameters::isLessThan ( const Base ,
const Base  
) [inline, virtual]

Dummy comparison function.

Definition at line 192 of file mlBaseList.h.


The documentation for this class was generated from the following file: