SAF
|
Helper struct for sorting a vector of floats using 'qsort'. More...
Data Fields | |
float | val |
value | |
int | idx |
corresponding index, so that the sorting functions may also return the sorted indexes if required | |
Helper struct for sorting a vector of floats using 'qsort'.
Definition at line 37 of file saf_utility_sort.c.
int saf_sort_float::idx |
corresponding index, so that the sorting functions may also return the sorted indexes if required
Definition at line 39 of file saf_utility_sort.c.
float saf_sort_float::val |
value
Definition at line 38 of file saf_utility_sort.c.