aimsdata 6.0.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.
 
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.

References name().

◆ ~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.

Referenced by FdfProcPar().

◆ 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 )

References value(), and values().

◆ 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(), and value().

Referenced by search(), value(), and values().

◆ value() [2/2]

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

Definition at line 132 of file fdfprocpar_g.h.

References values().

◆ values()

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

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