43 #ifndef SVK_SINC_INTERPOLATION_FILTER_H
44 #define SVK_SINC_INTERPOLATION_FILTER_H
47 #include <vtkObject.h>
48 #include <vtkObjectFactory.h>
49 #include <vtkImageConstantPad.h>
50 #include <vtkInformationVector.h>
51 #include <vtkStreamingDemandDrivenPipeline.h>
52 #include <vtkImageChangeInformation.h>
56 #include <vtkImageFourierCenter.h>
57 #include <vtkImageMathematics.h>
61 #include <vtkImageMagnitude.h>
90 void SetOperateInPlace(
bool operateInPlace );
93 void SetOutputWholeExtent(
int extent[6] );
94 void SetOutputWholeExtent(
int minX,
int maxX,
int minY,
int maxY,
int minZ,
int maxZ);
95 void GetOutputWholeExtent(
int extent[6] );
102 virtual int FillInputPortInformation(
int port, vtkInformation* info);
106 virtual int RequestInformation(
107 vtkInformation* request,
108 vtkInformationVector** inputVector,
109 vtkInformationVector* outputVector
112 virtual int RequestData(
113 vtkInformation* request,
114 vtkInformationVector** inputVector,
115 vtkInformationVector* outputVector
118 virtual int RequestUpdateExtent(vtkInformation*,
119 vtkInformationVector**,
120 vtkInformationVector*);
122 virtual void ComputeInputUpdateExtent (
int inExt[6],
int outExt[6],
int wExt[6]);
127 int outputWholeExtent[6];
135 #endif //SVK_SINC_INTERPOLATION_FILTER_H
Definition: svkSincInterpolationFilter.h:82
Definition: svkImageAlgorithm.h:70
Definition: svkImageData.h:107