vtkMultiBlockDataSetAlgorithm Class Reference

#include <vtkMultiBlockDataSetAlgorithm.h>

Inheritance diagram for vtkMultiBlockDataSetAlgorithm:

Inheritance graph
[legend]
Collaboration diagram for vtkMultiBlockDataSetAlgorithm:

Collaboration graph
[legend]

List of all members.


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 30 of file vtkMultiBlockDataSetAlgorithm.h.


Public Types

typedef vtkAlgorithm Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
vtkMultiBlockDataSetGetOutput ()
vtkMultiBlockDataSetGetOutput (int)
void SetInput (vtkDataObject *)
void SetInput (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 (vtkObject *o)

Protected Member Functions

 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 *)

Member Typedef Documentation


Constructor & Destructor Documentation

vtkMultiBlockDataSetAlgorithm::vtkMultiBlockDataSetAlgorithm (  )  [protected]

vtkMultiBlockDataSetAlgorithm::~vtkMultiBlockDataSetAlgorithm (  )  [inline, protected]

Definition at line 64 of file vtkMultiBlockDataSetAlgorithm.h.


Member Function Documentation

static vtkMultiBlockDataSetAlgorithm* vtkMultiBlockDataSetAlgorithm::New (  )  [static]

virtual const char* vtkMultiBlockDataSetAlgorithm::GetClassName (  )  [virtual]

static int vtkMultiBlockDataSetAlgorithm::IsTypeOf ( const char *  name  )  [static]

virtual int vtkMultiBlockDataSetAlgorithm::IsA ( const char *  name  )  [virtual]

static vtkMultiBlockDataSetAlgorithm* vtkMultiBlockDataSetAlgorithm::SafeDownCast ( vtkObject o  )  [static]

void vtkMultiBlockDataSetAlgorithm::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

vtkMultiBlockDataSet* vtkMultiBlockDataSetAlgorithm::GetOutput (  ) 

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

vtkMultiBlockDataSet* vtkMultiBlockDataSetAlgorithm::GetOutput ( int   ) 

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

void vtkMultiBlockDataSetAlgorithm::SetInput ( vtkDataObject  ) 

Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::SetInputConnection(). These methods transform the input index to the input port index, not an index of a connection within a single port.

void vtkMultiBlockDataSetAlgorithm::SetInput ( int  ,
vtkDataObject  
)

Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::SetInputConnection(). These methods transform the input index to the input port index, not an index of a connection within a single port.

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

see vtkAlgorithm for details

Reimplemented from vtkAlgorithm.

Reimplemented in vtkExodusIIReader.

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

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

Definition at line 69 of file vtkMultiBlockDataSetAlgorithm.h.

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

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

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

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

Reimplemented in vtkExtractArraysOverTime.

Definition at line 93 of file vtkMultiBlockDataSetAlgorithm.h.

virtual vtkExecutive* vtkMultiBlockDataSetAlgorithm::CreateDefaultExecutive (  )  [protected, virtual]

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 vtkGenericEnSightReader, vtkMultiBlockPLOT3DReader, and vtkTecplotReader.

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

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

Reimplemented from vtkAlgorithm.

Reimplemented in vtkExtractArraysOverTime, vtkMultiBlockDataGroupFilter, vtkMultiBlockMergeFilter, vtkMultiThreshold, vtkYoungsMaterialInterface, and vtkExtractCTHPart.

vtkDataObject* vtkMultiBlockDataSetAlgorithm::GetInput ( int  port  )  [protected]


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

Generated on Wed Aug 24 11:49:05 2011 for VTK by  doxygen 1.5.6