 |
VTK
9.0.1
|
Go to the documentation of this file.
47 #ifndef vtkAdaptiveResampleToImage_h
48 #define vtkAdaptiveResampleToImage_h
51 #include "vtkFiltersParallelDIY2Module.h"
78 vtkSetClampMacro(NumberOfImages,
int, 0,
VTK_INT_MAX);
79 vtkGetMacro(NumberOfImages,
int);
87 vtkSetVector3Macro(SamplingDimensions,
int);
88 vtkGetVector3Macro(SamplingDimensions,
int);
104 int SamplingDimensions[3];
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
samples a dataset with adaptive refinements.
Superclass for algorithms that produce only data object as output.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
Multiprocessing communication superclass.
a simple class to control print indentation
static vtkDataObjectAlgorithm * New()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)