3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Member Functions | List of all members
Dumux::NetPBMReader::Result< T > Class Template Reference

The return type of the reading functions. Holds the actual pixel values and the header data. More...

#include <dumux/io/rasterimagereader.hh>

Inheritance diagram for Dumux::NetPBMReader::Result< T >:
Inheritance graph

Description

template<class T>
class Dumux::NetPBMReader::Result< T >

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 HeaderDataheader () const
 Returns the header data. More...
 

Constructor & Destructor Documentation

◆ Result() [1/3]

template<class T >
Dumux::NetPBMReader::Result< T >::Result ( )
delete

◆ Result() [2/3]

template<class T >
Dumux::NetPBMReader::Result< T >::Result ( const std::vector< T > &  data,
const HeaderData header 
)
inline

Contruct from data and header by copy.

◆ Result() [3/3]

template<class T >
Dumux::NetPBMReader::Result< T >::Result ( std::vector< T > &&  data,
HeaderData &&  header 
)
inline

Contruct from data and header by move.

Member Function Documentation

◆ header()

template<class T >
const HeaderData & Dumux::NetPBMReader::Result< T >::header ( ) const
inline

Returns the header data.


The documentation for this class was generated from the following file: