filter to convert any vtkImageData to a vtkOverlappingAMR.
More...
#include <vtkImageToAMR.h>
Inherits vtkOverlappingAMRAlgorithm.
filter to convert any vtkImageData to a vtkOverlappingAMR.
vtkImageToAMR is a simple filter that converts any vtkImageData to a vtkOverlappingAMR dataset. The input vtkImageData is treated as the highest refinement available for the highest level. The lower refinements and the number of blocks is controlled properties specified on the filter.
- Tests:
- vtkImageToAMR (Tests)
Definition at line 34 of file vtkImageToAMR.h.
vtkImageToAMR::vtkImageToAMR |
( |
| ) |
|
|
protected |
vtkImageToAMR::~vtkImageToAMR |
( |
| ) |
|
|
protected |
static int vtkImageToAMR::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageToAMR::IsA |
( |
const char * |
type | ) |
|
|
virtual |
static vtkImageToAMR* vtkImageToAMR::SafeDownCast |
( |
vtkObjectBase * |
o | ) |
|
|
static |
virtual vtkObjectBase* vtkImageToAMR::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkImageToAMR::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkImageToAMR::SetNumberOfLevels |
( |
int |
| ) |
|
|
virtual |
Set the maximum number of levels in the generated Overlapping-AMR.
virtual int vtkImageToAMR::GetNumberOfLevels |
( |
| ) |
|
|
virtual |
Set the maximum number of levels in the generated Overlapping-AMR.
virtual void vtkImageToAMR::SetRefinementRatio |
( |
int |
| ) |
|
|
virtual |
Set the refinement ratio for levels. This refinement ratio is used for all levels.
virtual int vtkImageToAMR::GetRefinementRatio |
( |
| ) |
|
|
virtual |
Set the refinement ratio for levels. This refinement ratio is used for all levels.
virtual void vtkImageToAMR::SetMaximumNumberOfBlocks |
( |
int |
| ) |
|
|
virtual |
Set the maximun number of blocks in the output
virtual int vtkImageToAMR::GetMaximumNumberOfBlocks |
( |
| ) |
|
|
virtual |
Set the maximun number of blocks in the output
virtual int vtkImageToAMR::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.
virtual int vtkImageToAMR::RequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
This is called by the superclass. This is the method you should override.
int vtkImageToAMR::NumberOfLevels |
|
protected |
int vtkImageToAMR::MaximumNumberOfBlocks |
|
protected |
int vtkImageToAMR::RefinementRatio |
|
protected |
The documentation for this class was generated from the following file: