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