|  | aimsdata
    5.1.2
    Neuroimaging data handling | 
#include <aims/io/fdfprocpar.h>
| Public Member Functions | |
| FdfProcPar (const std::string &name) | |
| virtual | ~FdfProcPar () | 
| std::string | name () const | 
| Get the file name of the header.  More... | |
| std::string | search (std::ifstream &file, std::string param) | 
| int | search (std::ifstream &file, std::string param, int type, int active) | 
| template<class T > | |
| std::vector< T > | values (std::string param) | 
| template<class T > | |
| T | value (std::string param) | 
| template<class T > | |
| T | value (std::string param, T defaultvalue) | 
Definition at line 57 of file fdfprocpar.h.
| 
 | inline | 
Definition at line 61 of file fdfprocpar.h.
| 
 | inlinevirtual | 
Definition at line 64 of file fdfprocpar.h.
| 
 | inline | 
Get the file name of the header.
Definition at line 67 of file fdfprocpar.h.
| std::string aims::FdfProcPar::search | ( | std::ifstream & | file, | 
| std::string | param | ||
| ) | 
Referenced by values().
| int aims::FdfProcPar::search | ( | std::ifstream & | file, | 
| std::string | param, | ||
| int | type, | ||
| int | active | ||
| ) | 
| T aims::FdfProcPar::value | ( | std::string | param | ) | 
Definition at line 144 of file fdfprocpar_g.h.
References aims::FdfParType< T >::getFdfDefaultValue().
Referenced by values().
| T aims::FdfProcPar::value | ( | std::string | param, | 
| T | defaultvalue | ||
| ) | 
Definition at line 132 of file fdfprocpar_g.h.
| std::vector< T > aims::FdfProcPar::values | ( | std::string | param | ) | 
Definition at line 83 of file fdfprocpar_g.h.
References aims::FdfParType< T >::getFdfSeparator(), aims::FdfParType< T >::getFdfType(), carto::io_error::launchErrnoExcept(), search(), carto::stringTo(), and value().