aimsdata  4.7.0
Neuroimaging data handling
aims::FdfProcPar Class Reference

#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 >
value (std::string param)
 
template<class T >
value (std::string param, T defaultvalue)
 

Detailed Description

Definition at line 57 of file fdfprocpar.h.

Constructor & Destructor Documentation

◆ FdfProcPar()

aims::FdfProcPar::FdfProcPar ( const std::string &  name)
inline

Definition at line 61 of file fdfprocpar.h.

◆ ~FdfProcPar()

virtual aims::FdfProcPar::~FdfProcPar ( )
inlinevirtual

Definition at line 64 of file fdfprocpar.h.

Member Function Documentation

◆ name()

std::string aims::FdfProcPar::name ( ) const
inline

Get the file name of the header.

Definition at line 67 of file fdfprocpar.h.

◆ search() [1/2]

std::string aims::FdfProcPar::search ( std::ifstream &  file,
std::string  param 
)

Referenced by values().

◆ search() [2/2]

int aims::FdfProcPar::search ( std::ifstream &  file,
std::string  param,
int  type,
int  active 
)

◆ value() [1/2]

template<class T >
T aims::FdfProcPar::value ( std::string  param)

Definition at line 144 of file fdfprocpar_g.h.

References aims::FdfParType< T >::getFdfDefaultValue().

Referenced by values().

◆ value() [2/2]

template<class T >
T aims::FdfProcPar::value ( std::string  param,
defaultvalue 
)

Definition at line 132 of file fdfprocpar_g.h.

◆ values()

template<class T >
std::vector< T > aims::FdfProcPar::values ( std::string  param)

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