SIVIC API
0.9.26
|
#include <svkDSCQuantify.h>
Public Member Functions | |
vtkTypeMacro (svkDSCQuantify, svkImageAlgorithm) | |
vtkstd::vector < svkMriImageData * > * | GetDSCMaps () |
vtkstd::vector< vtkstd::vector < vtkstd::string > > | GetRegionNameVector () |
int | GetIntFromString (vtkstd::string stringVal) |
float | GetFloatFromString (vtkstd::string stringVal) |
Public Member Functions inherited from svkImageAlgorithm | |
vtkTypeMacro (svkImageAlgorithm, vtkImageAlgorithm) | |
svkImageData * | GetOutput () |
svkImageData * | GetOutput (int port) |
svkImageData * | GetImageDataInput (int port) |
Static Public Member Functions | |
static svkDSCQuantify * | New () |
Protected Member Functions | |
svkDSCQuantify () | |
~svkDSCQuantify () | |
virtual int | RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
virtual int | FillInputPortInformation (int vtkNotUsed(port), vtkInformation *info) |
virtual int | FillOutputPortInformation (int vtkNotUsed(port), vtkInformation *info) |
Protected Member Functions inherited from svkImageAlgorithm | |
svkImageAlgorithm () | |
~svkImageAlgorithm () | |
Class to generate a set of DSC maps representing for example peak ht and % recovery. This class uses other algorithms to perform the necessary quantification and outputs an array of dsc maps (svkMriImageData objects).
|
protected |
|
protected |
|
protectedvirtual |
Default input type is svkImageData base class. Override with a specific concrete type in sub class if necessary.
Reimplemented from svkImageAlgorithm.
|
protectedvirtual |
Output from this algo is an svkMriImageData object.
Reimplemented from svkImageAlgorithm.
vtkstd::vector< svkMriImageData * > * GetDSCMaps | ( | ) |
float GetFloatFromString | ( | vtkstd::string | stringVal | ) |
int GetIntFromString | ( | vtkstd::string | stringVal | ) |
vtkstd::vector< vtkstd::vector< vtkstd::string > > GetRegionNameVector | ( | ) |
|
static |
|
protectedvirtual |
Copy the Dcm Header and Provenance from the input to the output.
|
protectedvirtual |
Resets the origin and extent for correct initialization of output svkMriImageData object from input svkMrsImageData object.
vtkTypeMacro | ( | svkDSCQuantify | , |
svkImageAlgorithm | |||
) |