|
escript
Revision_
|
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 | |
| 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) | |
Structure that wraps parameters for the grid reading routines.
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().
| std::vector<int> ripley::ReaderParameters::first |
the (global) offset into the data object to start writing into
Referenced by ripley::readBinaryGrid(), ripley::Brick::readBinaryGridImpl(), ripley::Rectangle::readBinaryGridImpl(), ripley::Rectangle::readNcGrid(), ripley::Brick::readNcGrid(), and ripley::readNcGrid().
| 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 |
the number of values to read from file
Referenced by ripley::readBinaryGrid(), ripley::Brick::readBinaryGridImpl(), ripley::Rectangle::readBinaryGridImpl(), ripley::Rectangle::readNcGrid(), ripley::Brick::readNcGrid(), and ripley::readNcGrid().
| 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().
1.7.6.1