|
MeVisLab Toolbox Reference
|
Class that is designed to hold custom list sorting parameters (such as sort mode). More...
#include <mlBaseList.h>
Public Member Functions | |
| virtual bool | isLessThan (const Base &, const Base &)=0 |
| Pure virtual comparison function. | |
| virtual | ~BaseListSortParameters () |
| virtual destructor | |
Class that is designed to hold custom list sorting parameters (such as sort mode).
Definition at line 168 of file mlBaseList.h.
|
inlinevirtual |
virtual destructor
Definition at line 173 of file mlBaseList.h.
|
pure virtual |
Pure virtual comparison function.