Yet Another eXchange Tool 0.11.1
Loading...
Searching...
No Matches
Public Attributes | List of all members
Xt_pos_ext Struct Reference

#include <xt_core.h>

Collaboration diagram for Xt_pos_ext:

Public Attributes

int start
 
int size
 

Detailed Description

represents size number of positions starting at start, where the positions are assumed to decrease if size < 0 and increase otherwise. Meaning the range of positions starting with start up to start + size - 1 i.e. [start,start+size) if size is positive and start down to start + size + 1 i.e. (start+size,start] if size is negative

Examples
test_idxstripes.c, and test_xmap_intersection_parallel.c.

Definition at line 95 of file xt_core.h.

Member Data Documentation

◆ size

int Xt_pos_ext::size
Examples
test_idxstripes.c, and test_xmap_intersection_parallel.c.

Definition at line 97 of file xt_core.h.

◆ start

int Xt_pos_ext::start
Examples
test_idxstripes.c, and test_xmap_intersection_parallel.c.

Definition at line 97 of file xt_core.h.


The documentation for this struct was generated from the following file: