43 #ifndef SVK_MULTI_COIL_PHASE_H
44 #define SVK_MULTI_COIL_PHASE_H
47 #include <vtkObject.h>
48 #include <vtkObjectFactory.h>
49 #include <vtkInformation.h>
50 #include <vtkStreamingDemandDrivenPipeline.h>
77 float PhaseBySymmetry( vtkFloatArray* spectrum,
int peakMaxPtIn,
int peakStartPtIn,
int peakStopPtIn);
78 float CalculateCenterPhase(
int timePt,
int coilNum );
87 virtual int FillInputPortInformation(
int port, vtkInformation* info);
91 virtual int RequestInformation(
92 vtkInformation* request,
93 vtkInformationVector** inputVector,
94 vtkInformationVector* outputVector
96 virtual int RequestData(
97 vtkInformation* request,
98 vtkInformationVector** inputVector,
99 vtkInformationVector* outputVector
105 int FindMagnitudeSpecPeak( vtkFloatArray* spectrum,
int smoothSize = 0 );
107 bool useCenterVoxels;
115 #endif //SVK_MULTI_COIL_PHASE_H
Definition: svkPhaseSpec.h:67
Definition: svkMultiCoilPhase.h:69
Definition: svkImageInPlaceFilter.h:69