 |
VTK
9.0.1
|
Go to the documentation of this file.
26 #ifndef vtkImageToAMR_h
27 #define vtkImageToAMR_h
29 #include "vtkFiltersAMRModule.h"
44 vtkGetMacro(NumberOfLevels,
int);
53 vtkGetMacro(RefinementRatio,
int);
61 vtkGetMacro(MaximumNumberOfBlocks,
int);
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.
int MaximumNumberOfBlocks
a simple class to control print indentation
A base class for all algorithms that take as input vtkOverlappingAMR and produce vtkOverlappingAMR.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkImageToAMR() override
static vtkImageToAMR * New()
filter to convert any vtkImageData to a vtkOverlappingAMR.