|
Blender
V2.93
|
#include "BLI_sort_utils.h"Go to the source code of this file.
Classes | |
| struct | SortAnyByFloat |
| struct | SortAnyByInt |
| struct | SortAnyByPtr |
Functions | |
| int | BLI_sortutil_cmp_float (const void *a_, const void *b_) |
| int | BLI_sortutil_cmp_float_reverse (const void *a_, const void *b_) |
| int | BLI_sortutil_cmp_int (const void *a_, const void *b_) |
| int | BLI_sortutil_cmp_int_reverse (const void *a_, const void *b_) |
| int | BLI_sortutil_cmp_ptr (const void *a_, const void *b_) |
| int | BLI_sortutil_cmp_ptr_reverse (const void *a_, const void *b_) |
Utility functions for sorting common types.
Definition in file sort_utils.c.
| int BLI_sortutil_cmp_float | ( | const void * | a_, |
| const void * | b_ | ||
| ) |
Definition at line 40 of file sort_utils.c.
References Freestyle::a, and SortAnyByFloat::sort_value.
Referenced by BKE_fcurves_calc_keyed_frames_ex(), BM_verts_sort_radial_plane(), bmo_join_triangles_exec(), edge_verts_sort(), gizmo_axis_draw(), and isect_bvhtree_point_v3().
| int BLI_sortutil_cmp_float_reverse | ( | const void * | a_, |
| const void * | b_ | ||
| ) |
Definition at line 54 of file sort_utils.c.
References Freestyle::a, and SortAnyByFloat::sort_value.
Referenced by bm_face_split_edgenet_find_loop_walk(), bmo_triangle_fill_exec(), and edbm_fill_grid_prepare().
| int BLI_sortutil_cmp_int | ( | const void * | a_, |
| const void * | b_ | ||
| ) |
Definition at line 68 of file sort_utils.c.
References Freestyle::a, and SortAnyByInt::sort_value.
Referenced by establish_track_initialization_order(), and GPU_batch_wire_from_poly_2d_encoded().
| int BLI_sortutil_cmp_int_reverse | ( | const void * | a_, |
| const void * | b_ | ||
| ) |
Definition at line 82 of file sort_utils.c.
References Freestyle::a, and SortAnyByInt::sort_value.
| int BLI_sortutil_cmp_ptr | ( | const void * | a_, |
| const void * | b_ | ||
| ) |
Definition at line 96 of file sort_utils.c.
References Freestyle::a, and SortAnyByPtr::sort_value.
| int BLI_sortutil_cmp_ptr_reverse | ( | const void * | a_, |
| const void * | b_ | ||
| ) |
Definition at line 110 of file sort_utils.c.
References Freestyle::a, and SortAnyByPtr::sort_value.