INFODIM Struct Reference

Information about one dimension of the array. More...

#include <rarray.h>

List of all members.

Public Attributes

int n
 the working (computational virtual) array size
int gs
 global start index of the working (computational virtual) array
int ge
 global end index of the working (computational virtual) array
int n0
 size of the allocated array, [used for stride]
int gs0
 global start index of the allocated array [used for bounds checks]
int ge0
 global end index of the allocated array [used for bounds checks]


Detailed Description

Information about one dimension of the array.

Note:

Definition at line 38 of file rarray.h.


Member Data Documentation

int INFODIM::n

the working (computational virtual) array size

Definition at line 41 of file rarray.h.

int INFODIM::gs

global start index of the working (computational virtual) array

Definition at line 43 of file rarray.h.

int INFODIM::ge

global end index of the working (computational virtual) array

Definition at line 45 of file rarray.h.

int INFODIM::n0

size of the allocated array, [used for stride]

Definition at line 47 of file rarray.h.

int INFODIM::gs0

global start index of the allocated array [used for bounds checks]

Definition at line 49 of file rarray.h.

int INFODIM::ge0

global end index of the allocated array [used for bounds checks]

Definition at line 51 of file rarray.h.


The documentation for this struct was generated from the following file:
Generated on 5 Jan 2017 for IWAVEGRID by  doxygen 1.4.7