28 #ifndef __vtkImageToAMR_h
29 #define __vtkImageToAMR_h
32 #include "vtkFiltersAMRModule.h"
39 void PrintSelf(ostream& os, vtkIndent indent);
43 vtkSetClampMacro(NumberOfLevels,
int, 1, VTK_INT_MAX);
44 vtkGetMacro(NumberOfLevels,
int);
50 vtkSetClampMacro(RefinementRatio,
int, 2, VTK_INT_MAX);
51 vtkGetMacro(RefinementRatio,
int);
56 vtkSetClampMacro(MaximumNumberOfBlocks,
int, 1, VTK_INT_MAX);
57 vtkGetMacro(MaximumNumberOfBlocks,
int);
75 vtkInformationVector **inputVector,
76 vtkInformationVector *outputVector);
void PrintSelf(ostream &os, vtkIndent indent)
int MaximumNumberOfBlocks
virtual int FillInputPortInformation(int port, vtkInformation *info)
static vtkOverlappingAMRAlgorithm * New()
filter to convert any vtkImageData to a vtkOverlappingAMR.