Yet Another eXchange Tool 0.11.4
Loading...
Searching...
No Matches
xt_stripe.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Xt_stripe
 

Functions

void xt_convert_indices_to_stripes (const Xt_int *indices, int num_indices, struct Xt_stripe **stripes, int *num_stripes)
 

Detailed Description

Author
Jörg Behrens behre.nosp@m.ns@d.nosp@m.krz.d.nosp@m.e Moritz Hanke hanke.nosp@m.@dkr.nosp@m.z.de Thomas Jahns jahns.nosp@m.@dkr.nosp@m.z.de

Definition in file xt_stripe.h.

Function Documentation

◆ 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]indicesarray containing the indices that are to be converted
[in]num_indicesnumber of indices in array "indices"
[out]stripesarray containing the stripes (user is responsible for freeing the memory associated with the stripes)
[out]num_stripesnumber of stripes in array "stripes"