permlib
0.2.9
Library for permutation computations
|
A sorter that sorts a sequence with respect to a given input ordering. More...
#include <base_sorter.h>
Public Member Functions | |
bool | operator() (unsigned long a, unsigned long b) const |
true iff a preceeds b in given sequence | |
Protected Member Functions | |
OrderedSorter (unsigned int size) | |
constructor for direct vector usage More... | |
OrderedSorter (ORDER order) | |
constructor for reference use | |
Protected Attributes | |
unsigned int | m_size |
size of domain which the order applies to | |
ORDER | m_order |
array which defines the order of points | |
A sorter that sorts a sequence with respect to a given input ordering.
|
inlineexplicitprotected |
constructor for direct vector usage
size | size of domain which the order applies to |