29 #ifndef vtkImageToAMR_h
30 #define vtkImageToAMR_h
33 #include "vtkFiltersAMRModule.h"
47 vtkGetMacro(NumberOfLevels,
int);
56 vtkGetMacro(RefinementRatio,
int);
64 vtkGetMacro(MaximumNumberOfBlocks,
int);
filter to convert any vtkImageData to a vtkOverlappingAMR.
int MaximumNumberOfBlocks
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
static vtkImageToAMR * New()
a simple class to control print indentation
A base class for all algorithms that take as input vtkOverlappingAMR and produce vtkOverlappingAMR.