s_axis Struct Reference

Axis: Basic Metadata element for regular grids. More...

#include <grid.h>

List of all members.

Public Attributes

size_t n
 number of gridpoints on axis
ireal d
 step between gridpoints
ireal o
 coordinate of first gridpoint
int id
 axis index


Detailed Description

Axis: Basic Metadata element for regular grids.

Defines a uniformly sampled axis, after the fashion of SEPlib77 or RSF. Struct part of RVLGrid Axis class.

Innovative feature: each axis carries an integer token (axis.id) meant to signify its position in a global ordering of axes (hence its physical meaning)..

Definition at line 25 of file grid.h.


Member Data Documentation

size_t s_axis::n

number of gridpoints on axis

Definition at line 27 of file grid.h.

Referenced by TSOpt::ExtOp< Scalar >::apply().

ireal s_axis::d

step between gridpoints

Definition at line 29 of file grid.h.

ireal s_axis::o

coordinate of first gridpoint

Definition at line 31 of file grid.h.

int s_axis::id

axis index

Definition at line 33 of file grid.h.


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