SIVIC API
0.9.26
|
#include <svkDSCPeakHeight.h>
Public Member Functions | |
vtkTypeMacro (svkDSCPeakHeight, svkDynamicImageMap) | |
Public Member Functions inherited from svkDynamicImageMap | |
vtkTypeMacro (svkDynamicImageMap, svkImageAlgorithm) | |
void | SetSeriesDescription (vtkstd::string newSeriesDescription) |
void | SetOutputDataType (svkDcmHeader::DcmPixelDataFormat dataType) |
void | SetZeroCopy (bool zeroCopy) |
void | SetNormalize () |
Public Member Functions inherited from svkImageAlgorithm | |
vtkTypeMacro (svkImageAlgorithm, vtkImageAlgorithm) | |
svkImageData * | GetOutput () |
svkImageData * | GetOutput (int port) |
svkImageData * | GetImageDataInput (int port) |
Static Public Member Functions | |
static svkDSCPeakHeight * | New () |
Protected Member Functions | |
svkDSCPeakHeight () | |
~svkDSCPeakHeight () | |
Protected Member Functions inherited from svkDynamicImageMap | |
svkDynamicImageMap () | |
~svkDynamicImageMap () | |
virtual int | RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
void | ZeroData () |
virtual int | FillInputPortInformation (int vtkNotUsed(port), vtkInformation *info) |
virtual int | FillOutputPortInformation (int vtkNotUsed(port), vtkInformation *info) |
virtual void | UpdateProvenance () |
virtual double | GetNoise (float *imgPtr) |
double | GetNormalizationFactor () |
void | GetRegression (int voxelID, int startPt, int endPt, double &slope, double &intercept) |
Protected Member Functions inherited from svkImageAlgorithm | |
svkImageAlgorithm () | |
~svkImageAlgorithm () | |
Additional Inherited Members | |
Protected Attributes inherited from svkDynamicImageMap | |
vtkstd::string | newSeriesDescription |
bool | normalize |
Class to derive peak height and normalized peak height map from a DSC image in delta R2* representation.
|
protected |
|
protected |
|
static |
vtkTypeMacro | ( | svkDSCPeakHeight | , |
svkDynamicImageMap | |||
) |