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

Superclass for algorithms that produce only vtkMultiBlockDataSet as output. More...

#include <vtkMultiBlockDataSetAlgorithm.h>

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

List of all members.

Public Types

typedef vtkAlgorithm Superclass

Public Member Functions

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

Static Public Member Functions

static
vtkMultiBlockDataSetAlgorithm
New ()
static int IsTypeOf (const char *type)
static
vtkMultiBlockDataSetAlgorithm
SafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkMultiBlockDataSetAlgorithm ()
 ~vtkMultiBlockDataSetAlgorithm ()
virtual vtkExecutiveCreateDefaultExecutive ()
virtual int FillOutputPortInformation (int port, vtkInformation *info)
virtual int FillInputPortInformation (int port, vtkInformation *info)
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 *)

Detailed Description

Superclass for algorithms that produce only vtkMultiBlockDataSet as output.

Algorithms that take any type of data object (including composite dataset) and produce a vtkMultiBlockDataSet in the output can subclass from this class.

Definition at line 31 of file vtkMultiBlockDataSetAlgorithm.h.


Member Typedef Documentation


Constructor & Destructor Documentation

Definition at line 61 of file vtkMultiBlockDataSetAlgorithm.h.


Member Function Documentation

static int vtkMultiBlockDataSetAlgorithm::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 vtkLSDynaReader, vtkPLSDynaReader, vtkMultiThreshold, vtkMultiBlockPLOT3DReader, vtkTecplotReader, vtkPlot3DMetaReader, vtkQuadRotationalExtrusionFilter, vtkProcrustesAlignmentFilter, vtkPUniformGridGhostDataGenerator, vtkUniformGridGhostDataGenerator, vtkPStructuredGridGhostDataGenerator, vtkStructuredGridGhostDataGenerator, vtkPCAAnalysisFilter, vtkSpatialRepresentationFilter, vtkExodusIIReader, vtkExtractCTHPart, vtkOpenFOAMReader, vtkAMRResampleFilter, vtkGenericEnSightReader, vtkYoungsMaterialInterface, vtkEnSightGoldBinaryReader, vtkFLUENTReader, vtkSLACReader, vtkPExodusIIReader, vtkEnSightGoldReader, vtkExtractArraysOverTime, vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkAMRCutPlane, vtkPSLACReader, vtkRectilinearGridPartitioner, vtkStructuredGridPartitioner, vtkPExtractArraysOverTime, vtkUniformGridPartitioner, vtkDataSetGhostGenerator, vtkPOpenFOAMReader, vtkPYoungsMaterialInterface, vtkAMRToMultiBlockFilter, vtkExtractBlock, vtkAMREnzoParticlesReader, vtkGDALVectorReader, vtkExtractLevel, vtkMultiBlockDataGroupFilter, vtkAMRBaseParticlesReader, vtkExtractDataSets, vtkPDataSetGhostGenerator, vtkAMRFlashParticlesReader, vtkHierarchicalDataExtractDataSets, vtkMultiBlockMergeFilter, vtkEnSightReader, vtkHierarchicalDataExtractLevel, vtkBlockIdScalars, and vtkEnSightMasterServerReader.

virtual int vtkMultiBlockDataSetAlgorithm::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 vtkLSDynaReader, vtkPLSDynaReader, vtkMultiThreshold, vtkMultiBlockPLOT3DReader, vtkTecplotReader, vtkPlot3DMetaReader, vtkQuadRotationalExtrusionFilter, vtkProcrustesAlignmentFilter, vtkPUniformGridGhostDataGenerator, vtkUniformGridGhostDataGenerator, vtkPStructuredGridGhostDataGenerator, vtkStructuredGridGhostDataGenerator, vtkPCAAnalysisFilter, vtkSpatialRepresentationFilter, vtkExodusIIReader, vtkExtractCTHPart, vtkOpenFOAMReader, vtkAMRResampleFilter, vtkGenericEnSightReader, vtkYoungsMaterialInterface, vtkEnSightGoldBinaryReader, vtkFLUENTReader, vtkSLACReader, vtkPExodusIIReader, vtkEnSightGoldReader, vtkExtractArraysOverTime, vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkAMRCutPlane, vtkPSLACReader, vtkRectilinearGridPartitioner, vtkStructuredGridPartitioner, vtkPExtractArraysOverTime, vtkUniformGridPartitioner, vtkDataSetGhostGenerator, vtkPOpenFOAMReader, vtkPYoungsMaterialInterface, vtkAMRToMultiBlockFilter, vtkExtractBlock, vtkAMREnzoParticlesReader, vtkGDALVectorReader, vtkExtractLevel, vtkMultiBlockDataGroupFilter, vtkAMRBaseParticlesReader, vtkExtractDataSets, vtkPDataSetGhostGenerator, vtkAMRFlashParticlesReader, vtkHierarchicalDataExtractDataSets, vtkMultiBlockMergeFilter, vtkEnSightReader, vtkHierarchicalDataExtractLevel, vtkBlockIdScalars, and vtkEnSightMasterServerReader.

virtual vtkObjectBase* vtkMultiBlockDataSetAlgorithm::NewInstanceInternal ( ) const [protected, virtual]
void vtkMultiBlockDataSetAlgorithm::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 vtkLSDynaReader, vtkPLSDynaReader, vtkMultiThreshold, vtkMultiBlockPLOT3DReader, vtkTecplotReader, vtkPlot3DMetaReader, vtkQuadRotationalExtrusionFilter, vtkProcrustesAlignmentFilter, vtkPUniformGridGhostDataGenerator, vtkUniformGridGhostDataGenerator, vtkPStructuredGridGhostDataGenerator, vtkStructuredGridGhostDataGenerator, vtkPCAAnalysisFilter, vtkSpatialRepresentationFilter, vtkExodusIIReader, vtkExtractCTHPart, vtkOpenFOAMReader, vtkAMRResampleFilter, vtkGenericEnSightReader, vtkYoungsMaterialInterface, vtkSLACReader, vtkEnSightGoldBinaryReader, vtkFLUENTReader, vtkPExodusIIReader, vtkEnSightGoldReader, vtkExtractArraysOverTime, vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkAMRCutPlane, vtkPSLACReader, vtkRectilinearGridPartitioner, vtkStructuredGridPartitioner, vtkPExtractArraysOverTime, vtkPOpenFOAMReader, vtkUniformGridPartitioner, vtkDataSetGhostGenerator, vtkPYoungsMaterialInterface, vtkAMRToMultiBlockFilter, vtkExtractBlock, vtkAMREnzoParticlesReader, vtkExtractLevel, vtkMultiBlockDataGroupFilter, vtkAMRBaseParticlesReader, vtkGDALVectorReader, vtkExtractDataSets, vtkPDataSetGhostGenerator, vtkAMRFlashParticlesReader, vtkHierarchicalDataExtractDataSets, vtkMultiBlockMergeFilter, vtkEnSightReader, vtkHierarchicalDataExtractLevel, vtkBlockIdScalars, and vtkEnSightMasterServerReader.

Get the output data object for a port on this algorithm.

Get the output data object for a port on this algorithm.

Assign a data object as input. Note that this method does not establish a pipeline connection. Use SetInputConnection() to setup a pipeline connection.

Assign a data object as input. Note that this method does not establish a pipeline connection. Use SetInputConnection() to setup a pipeline connection.

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

see vtkAlgorithm for details

Reimplemented from vtkAlgorithm.

Reimplemented in vtkExodusIIReader.

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

Definition at line 66 of file vtkMultiBlockDataSetAlgorithm.h.

virtual int vtkMultiBlockDataSetAlgorithm::RequestData ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
) [inline, protected, virtual]

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

Reimplemented in vtkAMRResampleFilter, vtkAMRCutPlane, vtkExtractArraysOverTime, and vtkExtractLevel.

Definition at line 90 of file vtkMultiBlockDataSetAlgorithm.h.

Create a default executive. If the DefaultExecutivePrototype is set, a copy of it is created in CreateDefaultExecutive() using NewInstance(). Otherwise, vtkStreamingDemandDrivenPipeline is created.

Reimplemented from vtkAlgorithm.

virtual int vtkMultiBlockDataSetAlgorithm::FillOutputPortInformation ( int  port,
vtkInformation info 
) [protected, virtual]

Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle.

Reimplemented from vtkAlgorithm.

Reimplemented in vtkMultiBlockPLOT3DReader, vtkGenericEnSightReader, vtkAMRBaseParticlesReader, vtkTecplotReader, vtkAMRResampleFilter, vtkAMRCutPlane, vtkRectilinearGridPartitioner, vtkStructuredGridPartitioner, vtkUniformGridPartitioner, vtkExtractLevel, vtkExtractDataSets, vtkAMRToMultiBlockFilter, and vtkDataSetGhostGenerator.

virtual int vtkMultiBlockDataSetAlgorithm::FillInputPortInformation ( int  port,
vtkInformation info 
) [protected, virtual]

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