43 #ifndef SVK_MRS_IMAGE_FOURIER_CENTER_H
44 #define SVK_MRS_IMAGE_FOURIER_CENTER_H
46 #include <vtkObject.h>
47 #include <vtkObjectFactory.h>
83 void SetShiftDomain( ShiftDomain domain );
84 void SetShiftDirection( ShiftDirection direction );
92 virtual int FillInputPortInformation(
int port, vtkInformation* info);
96 virtual int RequestData(
97 vtkInformation* request,
98 vtkInformationVector** inputVector,
99 vtkInformationVector* outputVector
105 ShiftDomain shiftDomain;
106 ShiftDirection shiftDirection;
108 void ApplySpatialShift();
109 void ApplySpectralShift();
119 #endif //SVK_MRS_IMAGE_FOURIER_CENTER_H
Definition: svkMrsImageFourierCenter.h:63
Definition: svkImageInPlaceFilter.h:69