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) | |
Contruct from data and header by copy. More... | |
Result (std::vector< T > &&data, HeaderData &&header) | |
Contruct from data and header by move. More... | |
const HeaderData & | header () const |
Returns the header data. More... | |
|
delete |
|
inline |
Contruct from data and header by copy.
|
inline |
Contruct from data and header by move.
|
inline |
Returns the header data.