SIVIC API
0.9.26
|
#include <svkMRSAverageSpectra.h>
Public Member Functions | |
vtkTypeMacro (svkMRSAverageSpectra, svkImageInPlaceFilter) | |
void | LimitToSelectionBox () |
void | AverageMagnitudeSpectra () |
void | AverageOverNonSpatialDims () |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
Public Member Functions inherited from svkImageInPlaceFilter | |
vtkTypeMacro (svkImageInPlaceFilter, vtkImageInPlaceFilter) | |
svkImageData * | GetOutput () |
svkImageData * | GetOutput (int port) |
svkImageData * | GetImageDataInput (int port) |
Static Public Member Functions | |
static svkMRSAverageSpectra * | New () |
Protected Member Functions | |
svkMRSAverageSpectra () | |
~svkMRSAverageSpectra () | |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
virtual int | RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
Protected Member Functions inherited from svkImageInPlaceFilter | |
svkImageInPlaceFilter () | |
~svkImageInPlaceFilter () | |
virtual int | FillOutputPortInformation (int vtkNotUsed(port), vtkInformation *info) |
virtual int | FillInputPortInformation (int vtkNotUsed(port), vtkInformation *info) |
Class to average spectra in a data set within a specified spatial ROI. If multiple channels or non-spatial dimensions these will be averaged separately.
|
protected |
|
protected |
void AverageMagnitudeSpectra | ( | ) |
Average the magnitude spectra within the ROI.
void AverageOverNonSpatialDims | ( | ) |
|
protectedvirtual |
Port 0 is the input MRS data Port 1 is the optional ROI mask (MRI data)
void LimitToSelectionBox | ( | ) |
Use selection box mask rather than mask from file
|
static |
|
virtual |
PrintSelf method calls parent class PrintSelf, then prints the dcos.
|
protectedvirtual |
References svkImageInPlaceFilter::GetImageDataInput().
|
protectedvirtual |
vtkTypeMacro | ( | svkMRSAverageSpectra | , |
svkImageInPlaceFilter | |||
) |