escript  Revision_4925
Public Attributes | List of all members
ripley::ReaderParameters Struct Reference

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

#include <RipleyDomain.h>

Public Attributes

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

Detailed Description

Structure that wraps parameters for the grid reading routines.

Member Data Documentation

int ripley::ReaderParameters::byteOrder

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

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

int ripley::ReaderParameters::dataType

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

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

std::vector<int> ripley::ReaderParameters::first
std::vector<int> ripley::ReaderParameters::multiplier

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().

std::vector<int> ripley::ReaderParameters::numValues
std::vector<int> ripley::ReaderParameters::reverse

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: