|
Blender V5.0
|
#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_) |
Utility functions for sorting common types.
Definition in file sort_utils.cc.
| int BLI_sortutil_cmp_float | ( | const void * | a_, |
| const void * | b_ ) |
Definition at line 25 of file sort_utils.cc.
References b, and SortAnyByFloat::sort_value.
Referenced by BKE_fcurves_calc_keyed_frames_ex(), BM_verts_sort_radial_plane(), edge_verts_sort(), and gizmo_axis_draw().
| int BLI_sortutil_cmp_float_reverse | ( | const void * | a_, |
| const void * | b_ ) |
Definition at line 39 of file sort_utils.cc.
References b, 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 53 of file sort_utils.cc.
References b, and SortAnyByInt::sort_value.
Referenced by establish_track_initialization_order(), GPU_batch_wire_from_poly_2d_encoded(), and ui_block_interaction_begin().
| int BLI_sortutil_cmp_int_reverse | ( | const void * | a_, |
| const void * | b_ ) |
Definition at line 67 of file sort_utils.cc.
References b, and SortAnyByInt::sort_value.