43 #ifndef SVK_MRS_LINEAR_PHASE
44 #define SVK_MRS_LINEAR_PHASE
47 #include <vtkObject.h>
48 #include <vtkObjectFactory.h>
49 #include <vtkInformation.h>
50 #include <vtkInformationVector.h>
51 #include <vtkStreamingDemandDrivenPipeline.h>
54 #include <vtkImageFourierFilter.h>
76 void SetShiftWindow(
double shiftWindow[3] );
83 virtual int FillInputPortInformation(
int port, vtkInformation* info);
87 virtual int RequestInformation(
88 vtkInformation* request,
89 vtkInformationVector** inputVector,
90 vtkInformationVector* outputVector
93 virtual int RequestData(
94 vtkInformation* request,
95 vtkInformationVector** inputVector,
96 vtkInformationVector* outputVector
101 double shiftWindow[3];
109 #endif //SVK_MRS_LINEAR_PHASE
Definition: svkMrsLinearPhase.h:69
Definition: svkImageInPlaceFilter.h:69