The return type of the reading functions. Holds the actual pixel values and the header data. More...
#include <dumux/io/rasterimagereader.hh>
The return type of the reading functions. Holds the actual pixel values and the header data.
Public Member Functions | |
| Result ()=delete | |
| Result (const std::vector< T > &data, const HeaderData &header) | |
| Construct from data and header by copy. More... | |
| Result (std::vector< T > &&data, HeaderData &&header) | |
| Construct from data and header by move. More... | |
| const HeaderData & | header () const |
| Returns the header data. More... | |
|
delete |
|
inline |
Construct from data and header by copy.
|
inline |
Construct from data and header by move.
|
inline |
Returns the header data.