28 #ifndef __vtkImageToAMR_h
29 #define __vtkImageToAMR_h
31 #include "vtkOverlappingAMRAlgorithm.h"
32 #include "vtkFiltersAMRModule.h"
34 class VTKFILTERSAMR_EXPORT
vtkImageToAMR :
public vtkOverlappingAMRAlgorithm
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);
69 virtual int FillInputPortInformation(
int port, vtkInformation* info);
74 virtual int RequestData(vtkInformation *request,
75 vtkInformationVector **inputVector,
76 vtkInformationVector *outputVector);
int MaximumNumberOfBlocks
filter to convert any vtkImageData to a vtkOverlappingAMR.