21 #ifndef vtkPResampleFilter_h 22 #define vtkPResampleFilter_h 24 #include "vtkFiltersParallelModule.h" 51 vtkGetMacro(UseInputBounds,
int);
60 vtkSetVector6Macro(CustomSamplingBounds,
double);
61 vtkGetVector6Macro(CustomSamplingBounds,
double);
68 vtkSetVector3Macro(SamplingDimension,
int);
69 vtkGetVector3Macro(SamplingDimension,
int);
78 int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
79 int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
80 int FillInputPortInformation(
int port, vtkInformation *
info) VTK_OVERRIDE;
86 double CustomSamplingBounds[6];
87 int SamplingDimension[3];
abstract class to specify dataset behavior
a simple class to control print indentation
probe dataset in parallel using a vtkImageData
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Generic algorithm superclass for image algs.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Multiprocessing communication superclass.