#include <AbstractDataReader.hpp>
An abstract data reader class.
Definition at line 45 of file AbstractDataReader.hpp.
◆ ~AbstractDataReader()
virtual AbstractDataReader::~AbstractDataReader |
( |
| ) |
|
|
inlinevirtual |
◆ GetValues() [1/2]
virtual std::vector< double > AbstractDataReader::GetValues |
( |
const std::string & |
rVariableName | ) |
|
|
pure virtual |
- Returns
- the entries for a given variable. This method must be implemented by each subclass.
- Parameters
-
Implemented in ColumnDataReader.
◆ GetValues() [2/2]
virtual std::vector< double > AbstractDataReader::GetValues |
( |
const std::string & |
rVariableName, |
|
|
int |
fixedDimension |
|
) |
| |
|
pure virtual |
- Returns
- the entries for a given variable with fixed dimension. This method must be implemented by each subclass.
- Parameters
-
rVariableName | |
fixedDimension | |
Implemented in ColumnDataReader.
The documentation for this class was generated from the following file: