#include <stdbool.h>
#include "xt/xt_core.h"
#include "xt/xt_idxlist.h"
#include "xt_arithmetic_util.h"
Go to the source code of this file.
◆ xt_can_merge_pos_ext()
can b be merged into a, i.e. do a and b form a continuous range?
- Parameters
-
a | position extent to merge into |
b | position extent to merge |
Definition at line 85 of file xt_idxstripes_internal.h.
◆ xt_idxstripes_finalize()
void xt_idxstripes_finalize |
( |
void |
| ) |
|
◆ xt_idxstripes_get_intersection()
◆ xt_idxstripes_initialize()
void xt_idxstripes_initialize |
( |
void |
| ) |
|
◆ xt_idxstripes_prealloc_new()
Generates an index list that is built up of stripes of indices. Does not copy the stripes.
- Parameters
-
[in] | stripes | array defining the stripes |
[in] | num_stripes | number of stripes |
Definition at line 360 of file xt_idxstripes.c.