Go to the source code of this file.
Defines | |
#define | ON_HSORT_COPY(dst, src) *dst = *src |
#define | ON_HSORT_FROM_TMP(A) *A = tmp |
#define | ON_HSORT_GT(A, B) *A > *B |
#define | ON_HSORT_GT_TMP(A) *A > tmp |
#define | ON_HSORT_TO_TMP(A) tmp = *A |
Functions | |
void | ON_HSORT_FNAME (ON_SORT_TEMPLATE_TYPE *base, size_t nel) |
#define ON_HSORT_COPY | ( | dst, | |
src | |||
) | *dst = *src |
Definition at line 35 of file opennurbs_hsort_template.h.
#define ON_HSORT_FROM_TMP | ( | A | ) | *A = tmp |
Definition at line 34 of file opennurbs_hsort_template.h.
#define ON_HSORT_GT | ( | A, | |
B | |||
) | *A > *B |
Definition at line 24 of file opennurbs_hsort_template.h.
#define ON_HSORT_GT_TMP | ( | A | ) | *A > tmp |
Definition at line 25 of file opennurbs_hsort_template.h.
#define ON_HSORT_TO_TMP | ( | A | ) | tmp = *A |
Definition at line 33 of file opennurbs_hsort_template.h.
void ON_HSORT_FNAME | ( | ON_SORT_TEMPLATE_TYPE * | base, |
size_t | nel | ||
) |
Definition at line 42 of file opennurbs_hsort_template.h.