|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
strong |
Basic sort direction for simple comparisons.
| Enumerator | |
|---|---|
| ASCENDING | Smallest to largest. |
| DESCENDING | Largest to smallest. |
| CUSTOM | Use custom comparator function. |
| BIDIRECTIONAL | Sort with both directions (for special algorithms) |
Definition at line 82 of file UniversalSorter.hpp.