aimsalgo  5.0.5
Neuroimaging image processing
aims::PerfusionParameters Class Reference

#include <aims/perfusion/perfParam.h>

Public Member Functions

 PerfusionParameters ()
 
virtual ~PerfusionParameters ()
 
float tr ()
 
float te ()
 
bool hasVFilter ()
 
float bThres ()
 
float lvThres ()
 
float skipThres ()
 
int skip ()
 
int nAif ()
 
float aifThreshold ()
 
int preInj ()
 
int aifType ()
 
int nAvg ()
 
int fitType ()
 
bool hasCorrection ()
 
int svdType ()
 
float svdThreshold ()
 
float dose ()
 
float phiGd ()
 
void setTr (float tr)
 
void setTe (float te)
 
void setVFilter (bool onOff)
 
void setBThres (float t)
 
void setLVThres (float t)
 
void setSkipThres (float t)
 
void setSkip (int s)
 
void setnAif (int n)
 
void setAifThreshold (float t)
 
void setPreInj (int p)
 
void setAifType (int t)
 
void setnAvg (int n)
 
void setFitType (int t)
 
void setCorrection (bool onOff)
 
void setSVDType (int t)
 
void setSVDThres (float t)
 
void setDose (float d)
 
void setPhiGd (float p)
 

Detailed Description

Definition at line 44 of file perfParam.h.

Constructor & Destructor Documentation

◆ PerfusionParameters()

aims::PerfusionParameters::PerfusionParameters ( )

◆ ~PerfusionParameters()

virtual aims::PerfusionParameters::~PerfusionParameters ( )
inlinevirtual

Definition at line 49 of file perfParam.h.

Member Function Documentation

◆ aifThreshold()

float aims::PerfusionParameters::aifThreshold ( )
inline

Definition at line 59 of file perfParam.h.

◆ aifType()

int aims::PerfusionParameters::aifType ( )
inline

Definition at line 61 of file perfParam.h.

◆ bThres()

float aims::PerfusionParameters::bThres ( )
inline

Definition at line 54 of file perfParam.h.

◆ dose()

float aims::PerfusionParameters::dose ( )
inline

Definition at line 67 of file perfParam.h.

◆ fitType()

int aims::PerfusionParameters::fitType ( )
inline

Definition at line 63 of file perfParam.h.

◆ hasCorrection()

bool aims::PerfusionParameters::hasCorrection ( )
inline

Definition at line 64 of file perfParam.h.

◆ hasVFilter()

bool aims::PerfusionParameters::hasVFilter ( )
inline

Definition at line 53 of file perfParam.h.

◆ lvThres()

float aims::PerfusionParameters::lvThres ( )
inline

Definition at line 55 of file perfParam.h.

◆ nAif()

int aims::PerfusionParameters::nAif ( )
inline

Definition at line 58 of file perfParam.h.

◆ nAvg()

int aims::PerfusionParameters::nAvg ( )
inline

Definition at line 62 of file perfParam.h.

◆ phiGd()

float aims::PerfusionParameters::phiGd ( )
inline

Definition at line 68 of file perfParam.h.

◆ preInj()

int aims::PerfusionParameters::preInj ( )
inline

Definition at line 60 of file perfParam.h.

◆ setAifThreshold()

void aims::PerfusionParameters::setAifThreshold ( float  t)
inline

Definition at line 78 of file perfParam.h.

◆ setAifType()

void aims::PerfusionParameters::setAifType ( int  t)
inline

Definition at line 80 of file perfParam.h.

◆ setBThres()

void aims::PerfusionParameters::setBThres ( float  t)
inline

Definition at line 73 of file perfParam.h.

◆ setCorrection()

void aims::PerfusionParameters::setCorrection ( bool  onOff)
inline

Definition at line 83 of file perfParam.h.

◆ setDose()

void aims::PerfusionParameters::setDose ( float  d)
inline

Definition at line 86 of file perfParam.h.

◆ setFitType()

void aims::PerfusionParameters::setFitType ( int  t)
inline

Definition at line 82 of file perfParam.h.

◆ setLVThres()

void aims::PerfusionParameters::setLVThres ( float  t)
inline

Definition at line 74 of file perfParam.h.

◆ setnAif()

void aims::PerfusionParameters::setnAif ( int  n)
inline

Definition at line 77 of file perfParam.h.

◆ setnAvg()

void aims::PerfusionParameters::setnAvg ( int  n)
inline

Definition at line 81 of file perfParam.h.

◆ setPhiGd()

void aims::PerfusionParameters::setPhiGd ( float  p)
inline

Definition at line 87 of file perfParam.h.

◆ setPreInj()

void aims::PerfusionParameters::setPreInj ( int  p)
inline

Definition at line 79 of file perfParam.h.

◆ setSkip()

void aims::PerfusionParameters::setSkip ( int  s)
inline

Definition at line 76 of file perfParam.h.

◆ setSkipThres()

void aims::PerfusionParameters::setSkipThres ( float  t)
inline

Definition at line 75 of file perfParam.h.

◆ setSVDThres()

void aims::PerfusionParameters::setSVDThres ( float  t)
inline

Definition at line 85 of file perfParam.h.

◆ setSVDType()

void aims::PerfusionParameters::setSVDType ( int  t)
inline

Definition at line 84 of file perfParam.h.

◆ setTe()

void aims::PerfusionParameters::setTe ( float  te)
inline

Definition at line 71 of file perfParam.h.

References te().

◆ setTr()

void aims::PerfusionParameters::setTr ( float  tr)
inline

Definition at line 70 of file perfParam.h.

References tr().

◆ setVFilter()

void aims::PerfusionParameters::setVFilter ( bool  onOff)
inline

Definition at line 72 of file perfParam.h.

◆ skip()

int aims::PerfusionParameters::skip ( )
inline

Definition at line 57 of file perfParam.h.

◆ skipThres()

float aims::PerfusionParameters::skipThres ( )
inline

Definition at line 56 of file perfParam.h.

◆ svdThreshold()

float aims::PerfusionParameters::svdThreshold ( )
inline

Definition at line 66 of file perfParam.h.

◆ svdType()

int aims::PerfusionParameters::svdType ( )
inline

Definition at line 65 of file perfParam.h.

◆ te()

float aims::PerfusionParameters::te ( )
inline

Definition at line 52 of file perfParam.h.

Referenced by setTe().

◆ tr()

float aims::PerfusionParameters::tr ( )
inline

Definition at line 51 of file perfParam.h.

Referenced by setTr().


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