Go to the documentation of this file.
26 #ifndef vtkImageToAMR_h
27 #define vtkImageToAMR_h
30 #include "vtkFiltersAMRModule.h"
43 vtkSetClampMacro(NumberOfLevels,
int, 1,
VTK_INT_MAX);
44 vtkGetMacro(NumberOfLevels,
int);
52 vtkSetClampMacro(RefinementRatio,
int, 2,
VTK_INT_MAX);
53 vtkGetMacro(RefinementRatio,
int);
60 vtkSetClampMacro(MaximumNumberOfBlocks,
int, 1,
VTK_INT_MAX);
61 vtkGetMacro(MaximumNumberOfBlocks,
int);
static vtkOverlappingAMRAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int MaximumNumberOfBlocks
a simple class to control print indentation
filter to convert any vtkImageData to a vtkOverlappingAMR.