Go to the source code of this file.
◆ xt_convert_indices_to_stripes()
void xt_convert_indices_to_stripes |
( |
const Xt_int * | indices, |
|
|
int | num_indices, |
|
|
struct Xt_stripe ** | stripes, |
|
|
int * | num_stripes ) |
converts an array with indices into an array of stripes that represent the same indices (with stride 1)
- Parameters
-
[in] | indices | array containing the indices that are to be converted |
[in] | num_indices | number of indices in array "indices" |
[out] | stripes | array containing the stripes (user is responsible for freeing the memory associated with the stripes) |
[out] | num_stripes | number of stripes in array "stripes" |