escript
Revision_
|
Structure that wraps parameters for the grid reading routines. More...
#include <RipleyDomain.h>
Public Attributes | |
std::vector< dim_t > | first |
the (global) offset into the data object to start writing into More... | |
std::vector< dim_t > | 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... | |
Structure that wraps parameters for the grid reading routines.
int ripley::ReaderParameters::byteOrder |
byte order in the file (used by binary reader only)
Referenced by ripley::RipleyDomain::getDiracDeltaFunctionsCode(), ripley::readBinaryGrid(), ripley::readBinaryGridFromZipped(), ripley::Brick::readBinaryGridImpl(), and ripley::Rectangle::readBinaryGridImpl().
int ripley::ReaderParameters::dataType |
data type in the file (used by binary reader only)
Referenced by ripley::RipleyDomain::getDiracDeltaFunctionsCode(), ripley::readBinaryGrid(), ripley::Brick::readBinaryGrid(), ripley::Rectangle::readBinaryGrid(), ripley::readBinaryGridFromZipped(), ripley::Brick::readBinaryGridFromZipped(), and ripley::Rectangle::readBinaryGridFromZipped().
std::vector<dim_t> ripley::ReaderParameters::first |
the (global) offset into the data object to start writing into
Referenced by ripley::readBinaryGrid(), ripley::readBinaryGridFromZipped(), ripley::Brick::readBinaryGridImpl(), ripley::Rectangle::readBinaryGridImpl(), ripley::Brick::readNcGrid(), ripley::Rectangle::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::readBinaryGridFromZipped(), ripley::Brick::readBinaryGridImpl(), ripley::Rectangle::readBinaryGridImpl(), ripley::Brick::readNcGrid(), ripley::Rectangle::readNcGrid(), and ripley::readNcGrid().
std::vector<dim_t> ripley::ReaderParameters::numValues |
the number of values to read from file
Referenced by ripley::readBinaryGrid(), ripley::readBinaryGridFromZipped(), ripley::Brick::readBinaryGridImpl(), ripley::Rectangle::readBinaryGridImpl(), ripley::Brick::readNcGrid(), ripley::Rectangle::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::readBinaryGridFromZipped(), ripley::Brick::readBinaryGridImpl(), ripley::Rectangle::readBinaryGridImpl(), ripley::Brick::readNcGrid(), ripley::Rectangle::readNcGrid(), and ripley::readNcGrid().