![]() |
aimsalgo
5.0.5
Neuroimaging image processing
|
PerfusionPreInjection class. More...
#include <aims/perfusion/perfPreInj.h>


Public Member Functions | |
| PerfusionPreInjection () | |
| constructor More... | |
| int | value (AimsData< short > &d, std::list< Point4dl > &sl, PerfusionParameters &) |
| Compute the number of frames before injection. More... | |
Public Member Functions inherited from aims::PerfusionProcessing | |
| PerfusionProcessing (int i=0) | |
| virtual | ~PerfusionProcessing () |
| void | setDone (bool d) |
| bool | isDone () |
| int | id () const |
PerfusionPreInjection class.
This class provides functions to determine the number of frame that occurs before the contrast agent injection.
It processes as follows:
Definition at line 60 of file perfPreInj.h.
|
inline |
constructor
The constructor initializes the skip value for the volume sequence
| s | is the skip value determine by PerfusionSkip |
Definition at line 69 of file perfPreInj.h.
References value().
| int aims::PerfusionPreInjection::value | ( | AimsData< short > & | d, |
| std::list< Point4dl > & | sl, | ||
| PerfusionParameters & | |||
| ) |
Compute the number of frames before injection.
| d | is the input volume sequence |
| l | is the possible AIF(s) point to scan along t |
Referenced by PerfusionPreInjection().