VTK
|
#include <vtkOverlappingAMRAlgorithm.h>
Public Types | |
typedef vtkUniformGridAMRAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkOverlappingAMRAlgorithm * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkOverlappingAMR * | GetOutput () |
vtkOverlappingAMR * | GetOutput (int) |
Static Public Member Functions | |
static vtkOverlappingAMRAlgorithm * | New () |
static int | IsTypeOf (const char *type) |
static vtkOverlappingAMRAlgorithm * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkOverlappingAMRAlgorithm () | |
virtual | ~vtkOverlappingAMRAlgorithm () |
virtual int | FillOutputPortInformation (int port, vtkInformation *info) |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
A base class for all algorithms that take as input vtkOverlappingAMR and produce vtkOverlappingAMR.
Definition at line 34 of file vtkOverlappingAMRAlgorithm.h.
Reimplemented from vtkUniformGridAMRAlgorithm.
Reimplemented in vtkAMRGaussianPulseSource, vtkAMRSliceFilter, vtkAMRBaseReader, vtkAMREnzoReader, vtkImageToAMR, vtkOverlappingAMRLevelIdScalars, vtkAMRFlashReader, vtkHierarchicalDataLevelFilter, and vtkLevelIdScalars.
Definition at line 39 of file vtkOverlappingAMRAlgorithm.h.
vtkOverlappingAMRAlgorithm::vtkOverlappingAMRAlgorithm | ( | ) | [protected] |
virtual vtkOverlappingAMRAlgorithm::~vtkOverlappingAMRAlgorithm | ( | ) | [protected, virtual] |
static vtkOverlappingAMRAlgorithm* vtkOverlappingAMRAlgorithm::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkUniformGridAMRAlgorithm.
Reimplemented in vtkAMRGaussianPulseSource, vtkAMRSliceFilter, vtkAMREnzoReader, vtkHierarchicalDataLevelFilter, vtkImageToAMR, vtkOverlappingAMRLevelIdScalars, vtkAMRFlashReader, and vtkLevelIdScalars.
static int vtkOverlappingAMRAlgorithm::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 vtkUniformGridAMRAlgorithm.
Reimplemented in vtkAMRGaussianPulseSource, vtkAMRSliceFilter, vtkAMRBaseReader, vtkAMREnzoReader, vtkImageToAMR, vtkOverlappingAMRLevelIdScalars, vtkAMRFlashReader, vtkHierarchicalDataLevelFilter, and vtkLevelIdScalars.
virtual int vtkOverlappingAMRAlgorithm::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 vtkUniformGridAMRAlgorithm.
Reimplemented in vtkAMRGaussianPulseSource, vtkAMRSliceFilter, vtkAMRBaseReader, vtkAMREnzoReader, vtkImageToAMR, vtkOverlappingAMRLevelIdScalars, vtkAMRFlashReader, vtkHierarchicalDataLevelFilter, and vtkLevelIdScalars.
static vtkOverlappingAMRAlgorithm* vtkOverlappingAMRAlgorithm::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkUniformGridAMRAlgorithm.
Reimplemented in vtkAMRGaussianPulseSource, vtkAMRSliceFilter, vtkAMRBaseReader, vtkAMREnzoReader, vtkImageToAMR, vtkOverlappingAMRLevelIdScalars, vtkAMRFlashReader, vtkHierarchicalDataLevelFilter, and vtkLevelIdScalars.
virtual vtkObjectBase* vtkOverlappingAMRAlgorithm::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkUniformGridAMRAlgorithm.
Reimplemented in vtkAMRGaussianPulseSource, vtkAMRSliceFilter, vtkAMRBaseReader, vtkAMREnzoReader, vtkImageToAMR, vtkOverlappingAMRLevelIdScalars, vtkAMRFlashReader, vtkHierarchicalDataLevelFilter, and vtkLevelIdScalars.
Reimplemented from vtkUniformGridAMRAlgorithm.
Reimplemented in vtkAMRGaussianPulseSource, vtkAMRSliceFilter, vtkAMRBaseReader, vtkAMREnzoReader, vtkImageToAMR, vtkOverlappingAMRLevelIdScalars, vtkAMRFlashReader, vtkHierarchicalDataLevelFilter, and vtkLevelIdScalars.
void vtkOverlappingAMRAlgorithm::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 vtkUniformGridAMRAlgorithm.
Reimplemented in vtkAMRGaussianPulseSource, vtkAMRSliceFilter, vtkAMRBaseReader, vtkAMREnzoReader, vtkImageToAMR, vtkOverlappingAMRLevelIdScalars, vtkAMRFlashReader, vtkHierarchicalDataLevelFilter, and vtkLevelIdScalars.
Get the output data object for a port on this algorithm
Reimplemented from vtkUniformGridAMRAlgorithm.
Get the output data object for a port on this algorithm
Reimplemented from vtkUniformGridAMRAlgorithm.
virtual int vtkOverlappingAMRAlgorithm::FillOutputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [protected, virtual] |
See algorithm for more info.
Reimplemented from vtkUniformGridAMRAlgorithm.
Reimplemented in vtkAMRBaseReader, and vtkAMRSliceFilter.
virtual int vtkOverlappingAMRAlgorithm::FillInputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [protected, virtual] |
See algorithm for more info.
Reimplemented from vtkUniformGridAMRAlgorithm.
Reimplemented in vtkAMRSliceFilter, and vtkImageToAMR.