47#ifndef vtkAdaptiveResampleToImage_h
48#define vtkAdaptiveResampleToImage_h
51#include "vtkFiltersParallelDIY2Module.h"
79 vtkGetMacro(NumberOfImages,
int);
87 vtkSetVector3Macro(SamplingDimensions,
int);
88 vtkGetVector3Macro(SamplingDimensions,
int);
104 int SamplingDimensions[3];
samples a dataset with adaptive refinements.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
static vtkAdaptiveResampleToImage * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetController(vtkMultiProcessController *)
By default this filter uses the global controller, but this method can be used to set another instead...
~vtkAdaptiveResampleToImage() override
vtkAdaptiveResampleToImage()
int RequestData(vtkInformation *, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Superclass for algorithms that produce only data object as output.
a simple class to control print indentation
Multiprocessing communication superclass.