Go to the documentation of this file.
29 #ifndef vtkImageToAMR_h
30 #define vtkImageToAMR_h
33 #include "vtkFiltersAMRModule.h"
46 vtkSetClampMacro(NumberOfLevels,
int, 1,
VTK_INT_MAX);
47 vtkGetMacro(NumberOfLevels,
int);
55 vtkSetClampMacro(RefinementRatio,
int, 2,
VTK_INT_MAX);
56 vtkGetMacro(RefinementRatio,
int);
63 vtkSetClampMacro(MaximumNumberOfBlocks,
int, 1,
VTK_INT_MAX);
64 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.