44 #ifndef __vtkExtractVOI_h
45 #define __vtkExtractVOI_h
47 #include "vtkImagingCoreModule.h"
48 #include "vtkImageAlgorithm.h"
54 void PrintSelf(ostream& os, vtkIndent indent);
63 vtkSetVector6Macro(VOI,
int);
64 vtkGetVectorMacro(VOI,
int,6);
72 vtkSetVector3Macro(SampleRate,
int);
73 vtkGetVectorMacro(SampleRate,
int, 3);
80 virtual int RequestUpdateExtent(vtkInformation*,
81 vtkInformationVector**,
82 vtkInformationVector*);
83 virtual int RequestInformation (vtkInformation*,
84 vtkInformationVector**,
85 vtkInformationVector*);
86 virtual int RequestData(vtkInformation* request,
87 vtkInformationVector** inputVector,
88 vtkInformationVector* outputVector);