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

#include <vtkUniformGridAMRAlgorithm.h>

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

List of all members.

Public Types

typedef vtkAlgorithm Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkUniformGridAMRAlgorithmNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
vtkUniformGridAMRGetOutput ()
vtkUniformGridAMRGetOutput (int)
void SetInputData (vtkDataObject *)
void SetInputData (int, vtkDataObject *)
virtual int ProcessRequest (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)

Static Public Member Functions

static vtkUniformGridAMRAlgorithmNew ()
static int IsTypeOf (const char *type)
static vtkUniformGridAMRAlgorithmSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkUniformGridAMRAlgorithm ()
virtual ~vtkUniformGridAMRAlgorithm ()
virtual vtkExecutiveCreateDefaultExecutive ()
vtkDataObjectGetInput (int port)
virtual int RequestDataObject (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillOutputPortInformation (int port, vtkInformation *info)
virtual int FillInputPortInformation (int port, vtkInformation *info)

Detailed Description

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.


Member Typedef Documentation


Constructor & Destructor Documentation


Member Function Documentation

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.

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

Set an input of this algorithm.

virtual int vtkUniformGridAMRAlgorithm::ProcessRequest ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [virtual]

See vtkAlgorithm for details

Reimplemented from vtkAlgorithm.

This is called by the superclass. This is the method you should override.

Definition at line 67 of file vtkUniformGridAMRAlgorithm.h.

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.

This is called by the superclass. This is the method you should override.

Reimplemented in vtkAMRSliceFilter.

Definition at line 91 of file vtkUniformGridAMRAlgorithm.h.

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.


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