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