![]() |
aimsdata 6.0.0
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. | |
| 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.
References name().
|
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.
Referenced by FdfProcPar().
| 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(), and value().
| T aims::FdfProcPar::value | ( | std::string | param, |
| T | defaultvalue ) |
Definition at line 132 of file fdfprocpar_g.h.
References values().
| 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(), value(), and values().