#include <fimex/DataIndex.h>
MetNoFimex::DataIndex::DataIndex |
( |
| ) |
|
|
inline |
MetNoFimex::DataIndex::DataIndex |
( |
std::vector< std::size_t > |
dimSizes | ) |
|
|
explicit |
Creates an index for an array with applied dimSizes. The first dimension is the fastest moving (fortran-array style).
MetNoFimex::DataIndex::~DataIndex |
( |
| ) |
|
const std::vector<std::size_t>& MetNoFimex::DataIndex::getDims |
( |
| ) |
const |
|
inline |
std::size_t MetNoFimex::DataIndex::getPos |
( |
std::vector< std::size_t > |
pos | ) |
const |
|
inline |
std::size_t MetNoFimex::DataIndex::getPos |
( |
std::size_t |
a | ) |
const |
|
inline |
std::size_t MetNoFimex::DataIndex::getPos |
( |
std::size_t |
a, |
|
|
std::size_t |
b |
|
) |
| const |
|
inline |
std::size_t MetNoFimex::DataIndex::getPos |
( |
std::size_t |
a, |
|
|
std::size_t |
b, |
|
|
std::size_t |
c |
|
) |
| const |
|
inline |
std::size_t MetNoFimex::DataIndex::getPos |
( |
std::size_t |
a, |
|
|
std::size_t |
b, |
|
|
std::size_t |
c, |
|
|
std::size_t |
d |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: