VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkOverlappingAMRAlgorithm Class Reference

#include <vtkOverlappingAMRAlgorithm.h>

Inheritance diagram for vtkOverlappingAMRAlgorithm:
Inheritance graph
[legend]
Collaboration diagram for vtkOverlappingAMRAlgorithm:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkUniformGridAMRAlgorithm Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkOverlappingAMRAlgorithmNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
vtkOverlappingAMRGetOutput ()
vtkOverlappingAMRGetOutput (int)

Static Public Member Functions

static vtkOverlappingAMRAlgorithmNew ()
static int IsTypeOf (const char *type)
static vtkOverlappingAMRAlgorithmSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkOverlappingAMRAlgorithm ()
virtual ~vtkOverlappingAMRAlgorithm ()
virtual int FillOutputPortInformation (int port, vtkInformation *info)
virtual int FillInputPortInformation (int port, vtkInformation *info)

Detailed Description

A base class for all algorithms that take as input vtkOverlappingAMR and produce vtkOverlappingAMR.

Tests:
vtkOverlappingAMRAlgorithm (Tests)

Definition at line 34 of file vtkOverlappingAMRAlgorithm.h.


Member Typedef Documentation


Constructor & Destructor Documentation


Member Function Documentation

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.

virtual vtkObjectBase* vtkOverlappingAMRAlgorithm::NewInstanceInternal ( ) const [protected, virtual]
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.


The documentation for this class was generated from the following file: