38 #ifndef vtkAdaptiveResampleToImage_h
39 #define vtkAdaptiveResampleToImage_h
42 #include "vtkFiltersParallelDIY2Module.h"
44 VTK_ABI_NAMESPACE_BEGIN
70 vtkSetClampMacro(NumberOfImages,
int, 0,
VTK_INT_MAX);
71 vtkGetMacro(NumberOfImages,
int);
79 vtkSetVector3Macro(SamplingDimensions,
int);
80 vtkGetVector3Macro(SamplingDimensions,
int);
96 int SamplingDimensions[3];
static vtkDataObjectAlgorithm * New()
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
a simple class to control print indentation
Superclass for algorithms that produce only data object as output.
samples a dataset with adaptive refinements.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Multiprocessing communication superclass.