VTK
|
#include <vtkUniformGridAMRAlgorithm.h>
vtkUniformGridAMR as output.
A base class for all algorithms that take as input any type of data object including composite datasets and produce vtkUniformGridAMR in the output.
Definition at line 34 of file vtkUniformGridAMRAlgorithm.h.
Reimplemented from vtkAlgorithm.
Reimplemented in vtkAMRGaussianPulseSource, vtkAMRSliceFilter, vtkAMRBaseReader, vtkAMREnzoReader, vtkOverlappingAMRAlgorithm, vtkImageToAMR, vtkNonOverlappingAMRLevelIdScalars, vtkOverlappingAMRLevelIdScalars, vtkNonOverlappingAMRAlgorithm, vtkAMRFlashReader, vtkHierarchicalDataLevelFilter, and vtkLevelIdScalars.
Definition at line 38 of file vtkUniformGridAMRAlgorithm.h.
vtkUniformGridAMRAlgorithm::vtkUniformGridAMRAlgorithm | ( | ) | [protected] |
virtual vtkUniformGridAMRAlgorithm::~vtkUniformGridAMRAlgorithm | ( | ) | [protected, virtual] |
static vtkUniformGridAMRAlgorithm* vtkUniformGridAMRAlgorithm::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm.
Reimplemented in vtkAMRGaussianPulseSource, vtkAMRSliceFilter, vtkAMREnzoReader, vtkOverlappingAMRAlgorithm, vtkHierarchicalDataLevelFilter, vtkImageToAMR, vtkNonOverlappingAMRLevelIdScalars, vtkOverlappingAMRLevelIdScalars, vtkNonOverlappingAMRAlgorithm, vtkAMRFlashReader, and vtkLevelIdScalars.
static int vtkUniformGridAMRAlgorithm::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkAlgorithm.
Reimplemented in vtkAMRGaussianPulseSource, vtkAMRSliceFilter, vtkAMRBaseReader, vtkAMREnzoReader, vtkOverlappingAMRAlgorithm, vtkImageToAMR, vtkNonOverlappingAMRLevelIdScalars, vtkOverlappingAMRLevelIdScalars, vtkNonOverlappingAMRAlgorithm, vtkAMRFlashReader, vtkHierarchicalDataLevelFilter, and vtkLevelIdScalars.
virtual int vtkUniformGridAMRAlgorithm::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkAlgorithm.
Reimplemented in vtkAMRGaussianPulseSource, vtkAMRSliceFilter, vtkAMRBaseReader, vtkAMREnzoReader, vtkOverlappingAMRAlgorithm, vtkImageToAMR, vtkNonOverlappingAMRLevelIdScalars, vtkOverlappingAMRLevelIdScalars, vtkNonOverlappingAMRAlgorithm, vtkAMRFlashReader, vtkHierarchicalDataLevelFilter, and vtkLevelIdScalars.
static vtkUniformGridAMRAlgorithm* vtkUniformGridAMRAlgorithm::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkAlgorithm.
Reimplemented in vtkAMRGaussianPulseSource, vtkAMRSliceFilter, vtkAMRBaseReader, vtkAMREnzoReader, vtkOverlappingAMRAlgorithm, vtkImageToAMR, vtkNonOverlappingAMRLevelIdScalars, vtkOverlappingAMRLevelIdScalars, vtkNonOverlappingAMRAlgorithm, vtkAMRFlashReader, vtkHierarchicalDataLevelFilter, and vtkLevelIdScalars.
virtual vtkObjectBase* vtkUniformGridAMRAlgorithm::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkAlgorithm.
Reimplemented in vtkAMRGaussianPulseSource, vtkAMRSliceFilter, vtkAMRBaseReader, vtkAMREnzoReader, vtkOverlappingAMRAlgorithm, vtkImageToAMR, vtkNonOverlappingAMRLevelIdScalars, vtkOverlappingAMRLevelIdScalars, vtkNonOverlappingAMRAlgorithm, vtkAMRFlashReader, vtkHierarchicalDataLevelFilter, and vtkLevelIdScalars.
Reimplemented from vtkAlgorithm.
Reimplemented in vtkAMRGaussianPulseSource, vtkAMRSliceFilter, vtkAMRBaseReader, vtkAMREnzoReader, vtkOverlappingAMRAlgorithm, vtkImageToAMR, vtkNonOverlappingAMRLevelIdScalars, vtkOverlappingAMRLevelIdScalars, vtkNonOverlappingAMRAlgorithm, vtkAMRFlashReader, vtkHierarchicalDataLevelFilter, and vtkLevelIdScalars.
void vtkUniformGridAMRAlgorithm::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkAlgorithm.
Reimplemented in vtkAMRGaussianPulseSource, vtkAMRSliceFilter, vtkAMRBaseReader, vtkAMREnzoReader, vtkOverlappingAMRAlgorithm, vtkImageToAMR, vtkNonOverlappingAMRLevelIdScalars, vtkOverlappingAMRLevelIdScalars, vtkNonOverlappingAMRAlgorithm, vtkAMRFlashReader, vtkHierarchicalDataLevelFilter, and vtkLevelIdScalars.
Get the output data object for a port on this algorithm
Reimplemented in vtkOverlappingAMRAlgorithm, and vtkNonOverlappingAMRAlgorithm.
Get the output data object for a port on this algorithm
Reimplemented in vtkOverlappingAMRAlgorithm, and vtkNonOverlappingAMRAlgorithm.
Set an input of this algorithm.
void vtkUniformGridAMRAlgorithm::SetInputData | ( | int | , |
vtkDataObject * | |||
) |
Set an input of this algorithm.
virtual int vtkUniformGridAMRAlgorithm::ProcessRequest | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [virtual] |
See vtkAlgorithm for details
Reimplemented from vtkAlgorithm.
virtual int vtkUniformGridAMRAlgorithm::RequestDataObject | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [inline, protected, virtual] |
This is called by the superclass. This is the method you should override.
Definition at line 67 of file vtkUniformGridAMRAlgorithm.h.
virtual int vtkUniformGridAMRAlgorithm::RequestInformation | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [inline, protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented in vtkAMRBaseReader, and vtkAMRSliceFilter.
Definition at line 75 of file vtkUniformGridAMRAlgorithm.h.
virtual int vtkUniformGridAMRAlgorithm::RequestData | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [inline, protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented in vtkAMRGaussianPulseSource, vtkAMRSliceFilter, vtkImageToAMR, vtkNonOverlappingAMRLevelIdScalars, and vtkOverlappingAMRLevelIdScalars.
Definition at line 83 of file vtkUniformGridAMRAlgorithm.h.
virtual int vtkUniformGridAMRAlgorithm::RequestUpdateExtent | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [inline, protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented in vtkAMRSliceFilter.
Definition at line 91 of file vtkUniformGridAMRAlgorithm.h.
virtual vtkExecutive* vtkUniformGridAMRAlgorithm::CreateDefaultExecutive | ( | ) | [protected, virtual] |
Create a default executive
Reimplemented from vtkAlgorithm.
virtual int vtkUniformGridAMRAlgorithm::FillOutputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [protected, virtual] |
See algorithm for more info.
Reimplemented from vtkAlgorithm.
Reimplemented in vtkAMRBaseReader, vtkAMRSliceFilter, vtkOverlappingAMRAlgorithm, and vtkNonOverlappingAMRAlgorithm.
virtual int vtkUniformGridAMRAlgorithm::FillInputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [protected, virtual] |
See algorithm for more info.
Reimplemented from vtkAlgorithm.
Reimplemented in vtkAMRSliceFilter, vtkImageToAMR, vtkOverlappingAMRAlgorithm, and vtkNonOverlappingAMRAlgorithm.
vtkDataObject* vtkUniformGridAMRAlgorithm::GetInput | ( | int | port | ) | [protected] |