escript  Revision_
Public Attributes
ripley::ReaderParameters Struct Reference

Structure that wraps parameters for the grid reading routines. More...

#include <RipleyDomain.h>

List of all members.

Public Attributes

std::vector< int > first
 the (global) offset into the data object to start writing into
std::vector< int > numValues
 the number of values to read from file
std::vector< int > multiplier
std::vector< int > reverse
 if non-zero, values are written from last index to first index
int byteOrder
 byte order in the file (used by binary reader only)
int dataType
 data type in the file (used by binary reader only)

Detailed Description

Structure that wraps parameters for the grid reading routines.


Member Data Documentation

byte order in the file (used by binary reader only)

Referenced by ripley::readBinaryGrid(), ripley::Brick::readBinaryGridImpl(), and ripley::Rectangle::readBinaryGridImpl().

data type in the file (used by binary reader only)

Referenced by ripley::readBinaryGrid(), ripley::Rectangle::readBinaryGrid(), and ripley::Brick::readBinaryGrid().

how often to write each value from the file into the data object (e.g. to supersample)

Referenced by ripley::readBinaryGrid(), ripley::Brick::readBinaryGridImpl(), ripley::Rectangle::readBinaryGridImpl(), ripley::Rectangle::readNcGrid(), ripley::Brick::readNcGrid(), and ripley::readNcGrid().

if non-zero, values are written from last index to first index

Referenced by ripley::readBinaryGrid(), ripley::Rectangle::readNcGrid(), ripley::Brick::readNcGrid(), and ripley::readNcGrid().


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