Go to the source code of this file.
Classes | |
class | ON_CheckSum |
class | ON_String |
class | ON_UnitSystem |
class | ON_wString |
Functions | |
ON_DECL const double * | ON_BinarySearchDoubleArray (double key, const double *base, size_t nel) |
ON_DECL const int * | ON_BinarySearchIntArray (int key, const int *base, size_t nel) |
ON_DECL const unsigned int * | ON_BinarySearchUnsignedIntArray (unsigned int key, const unsigned int *base, size_t nel) |
ON_DECL void | ON_hsort (void *base, size_t count, size_t sizeof_element, int(*compare)(const void *, const void *)) |
ON_DECL void | ON_hsort (void *base, size_t count, size_t sizeof_element, int(*compare)(void *, const void *, const void *), void *context) |
ON_DECL void | ON_qsort (void *base, size_t count, size_t sizeof_element, int(*compare)(const void *, const void *)) |
ON_DECL void | ON_qsort (void *base, size_t count, size_t sizeof_element, int(*compare)(void *, const void *, const void *), void *context) |
ON_DECL void | ON_Sort (ON::sort_algorithm method, int *index, const void *base, size_t count, size_t sizeof_element, int(*compare)(const void *, const void *)) |
ON_DECL void | ON_Sort (ON::sort_algorithm method, int *index, const void *base, size_t count, size_t sizeof_element, int(*compare)(const void *, const void *, void *), void *context) |
ON_DECL void | ON_SortDoubleArray (ON::sort_algorithm sort_algorithm, double *a, size_t nel) |
ON_DECL void | ON_SortIntArray (ON::sort_algorithm sort_algorithm, int *a, size_t nel) |
ON_DECL void | ON_SortStringArray (ON::sort_algorithm sort_algorithm, char **a, size_t nel) |
ON_DECL void | ON_SortUnsignedIntArray (ON::sort_algorithm sort_algorithm, unsigned int *a, size_t nel) |
ON_DECL const double* ON_BinarySearchDoubleArray | ( | double | key, |
const double * | base, | ||
size_t | nel | ||
) |
Definition at line 3250 of file opennurbs_math.cpp.
ON_DECL const int* ON_BinarySearchIntArray | ( | int | key, |
const int * | base, | ||
size_t | nel | ||
) |
Definition at line 3158 of file opennurbs_math.cpp.
ON_DECL const unsigned int* ON_BinarySearchUnsignedIntArray | ( | unsigned int | key, |
const unsigned int * | base, | ||
size_t | nel | ||
) |
Definition at line 3204 of file opennurbs_math.cpp.
ON_DECL void ON_hsort | ( | void * | base, |
size_t | count, | ||
size_t | sizeof_element, | ||
int(*)(const void *, const void *) | compare | ||
) |
Definition at line 76 of file opennurbs_sort.cpp.
ON_DECL void ON_hsort | ( | void * | base, |
size_t | count, | ||
size_t | sizeof_element, | ||
int(*)(void *, const void *, const void *) | compare, | ||
void * | context | ||
) |
Definition at line 125 of file opennurbs_sort.cpp.
ON_DECL void ON_qsort | ( | void * | base, |
size_t | count, | ||
size_t | sizeof_element, | ||
int(*)(const void *, const void *) | compare | ||
) |
Definition at line 62 of file opennurbs_sort.cpp.
ON_DECL void ON_qsort | ( | void * | base, |
size_t | count, | ||
size_t | sizeof_element, | ||
int(*)(void *, const void *, const void *) | compare, | ||
void * | context | ||
) |
Definition at line 44 of file opennurbs_sort.cpp.
ON_DECL void ON_Sort | ( | ON::sort_algorithm | method, |
int * | index, | ||
const void * | base, | ||
size_t | count, | ||
size_t | sizeof_element, | ||
int(*)(const void *, const void *) | compare | ||
) |
Definition at line 2903 of file opennurbs_math.cpp.
ON_DECL void ON_Sort | ( | ON::sort_algorithm | method, |
int * | index, | ||
const void * | base, | ||
size_t | count, | ||
size_t | sizeof_element, | ||
int(*)(const void *, const void *, void *) | compare, | ||
void * | context | ||
) |
Definition at line 3024 of file opennurbs_math.cpp.
ON_DECL void ON_SortDoubleArray | ( | ON::sort_algorithm | sort_algorithm, |
double * | a, | ||
size_t | nel | ||
) |
Definition at line 188 of file opennurbs_sort.cpp.
ON_DECL void ON_SortIntArray | ( | ON::sort_algorithm | sort_algorithm, |
int * | a, | ||
size_t | nel | ||
) |
Definition at line 231 of file opennurbs_sort.cpp.
ON_DECL void ON_SortStringArray | ( | ON::sort_algorithm | sort_algorithm, |
char ** | a, | ||
size_t | nel | ||
) |
Definition at line 3348 of file opennurbs_math.cpp.
ON_DECL void ON_SortUnsignedIntArray | ( | ON::sort_algorithm | sort_algorithm, |
unsigned int * | a, | ||
size_t | nel | ||
) |
Definition at line 253 of file opennurbs_sort.cpp.