15 #ifndef vtkPVExtractVOI_h
16 #define vtkPVExtractVOI_h
19 #include "vtkPVVTKExtensionsFiltersGeneralModule.h"
41 vtkSetVector6Macro(VOI,
int);
42 vtkGetVectorMacro(VOI,
int, 6);
52 vtkSetVector3Macro(SampleRate,
int);
53 vtkGetVectorMacro(SampleRate,
int, 3);
60 void SetSampleRateI(
int ratei);
61 void SetSampleRateJ(
int ratej);
62 void SetSampleRateK(
int ratek);
77 vtkSetMacro(IncludeBoundary,
int);
78 vtkGetMacro(IncludeBoundary,
int);
79 vtkBooleanMacro(IncludeBoundary,
int);