#include <vtkMultiBlockDataSetAlgorithm.h>
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.
Reimplemented from vtkAlgorithm.
Reimplemented in vtkBlockIdScalars, vtkExtractArraysOverTime, vtkExtractBlock, vtkMultiBlockDataGroupFilter, vtkMultiBlockMergeFilter, vtkMultiThreshold, vtkYoungsMaterialInterface, vtkExodusIIReader, vtkLSDynaReader, vtkPExodusIIReader, vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, vtkEnSightGoldReader, vtkEnSightMasterServerReader, vtkEnSightReader, vtkFLUENTReader, vtkGenericEnSightReader, vtkMultiBlockPLOT3DReader, vtkOpenFOAMReader, vtkSLACReader, vtkTecplotReader, vtkExtractCTHPart, vtkPExtractArraysOverTime, vtkPOpenFOAMReader, and vtkPSLACReader.
Definition at line 34 of file vtkMultiBlockDataSetAlgorithm.h.
vtkMultiBlockDataSetAlgorithm::vtkMultiBlockDataSetAlgorithm | ( | ) | [protected] |
vtkMultiBlockDataSetAlgorithm::~vtkMultiBlockDataSetAlgorithm | ( | ) | [inline, protected] |
Definition at line 64 of file vtkMultiBlockDataSetAlgorithm.h.
static vtkMultiBlockDataSetAlgorithm* vtkMultiBlockDataSetAlgorithm::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm.
Reimplemented in vtkBlockIdScalars, vtkExtractArraysOverTime, vtkExtractBlock, vtkMultiBlockDataGroupFilter, vtkMultiBlockMergeFilter, vtkMultiThreshold, vtkYoungsMaterialInterface, vtkExodusIIReader, vtkLSDynaReader, vtkPExodusIIReader, vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, vtkEnSightGoldReader, vtkEnSightMasterServerReader, vtkFLUENTReader, vtkGenericEnSightReader, vtkMultiBlockPLOT3DReader, vtkOpenFOAMReader, vtkSLACReader, vtkTecplotReader, vtkExtractCTHPart, vtkPExtractArraysOverTime, vtkPOpenFOAMReader, and vtkPSLACReader.
virtual const char* vtkMultiBlockDataSetAlgorithm::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkAlgorithm.
Reimplemented in vtkBlockIdScalars, vtkExtractArraysOverTime, vtkExtractBlock, vtkMultiBlockDataGroupFilter, vtkMultiBlockMergeFilter, vtkMultiThreshold, vtkYoungsMaterialInterface, vtkExodusIIReader, vtkLSDynaReader, vtkPExodusIIReader, vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, vtkEnSightGoldReader, vtkEnSightMasterServerReader, vtkEnSightReader, vtkFLUENTReader, vtkGenericEnSightReader, vtkMultiBlockPLOT3DReader, vtkOpenFOAMReader, vtkSLACReader, vtkTecplotReader, vtkExtractCTHPart, vtkPExtractArraysOverTime, vtkPOpenFOAMReader, and vtkPSLACReader.
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 vtkBlockIdScalars, vtkExtractArraysOverTime, vtkExtractBlock, vtkMultiBlockDataGroupFilter, vtkMultiBlockMergeFilter, vtkMultiThreshold, vtkYoungsMaterialInterface, vtkExodusIIReader, vtkLSDynaReader, vtkPExodusIIReader, vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, vtkEnSightGoldReader, vtkEnSightMasterServerReader, vtkEnSightReader, vtkFLUENTReader, vtkGenericEnSightReader, vtkMultiBlockPLOT3DReader, vtkOpenFOAMReader, vtkSLACReader, vtkTecplotReader, vtkExtractCTHPart, vtkPExtractArraysOverTime, vtkPOpenFOAMReader, and vtkPSLACReader.
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 vtkBlockIdScalars, vtkExtractArraysOverTime, vtkExtractBlock, vtkMultiBlockDataGroupFilter, vtkMultiBlockMergeFilter, vtkMultiThreshold, vtkYoungsMaterialInterface, vtkExodusIIReader, vtkLSDynaReader, vtkPExodusIIReader, vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, vtkEnSightGoldReader, vtkEnSightMasterServerReader, vtkEnSightReader, vtkFLUENTReader, vtkGenericEnSightReader, vtkMultiBlockPLOT3DReader, vtkOpenFOAMReader, vtkSLACReader, vtkTecplotReader, vtkExtractCTHPart, vtkPExtractArraysOverTime, vtkPOpenFOAMReader, and vtkPSLACReader.
static vtkMultiBlockDataSetAlgorithm* vtkMultiBlockDataSetAlgorithm::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkAlgorithm.
Reimplemented in vtkBlockIdScalars, vtkExtractArraysOverTime, vtkExtractBlock, vtkMultiBlockDataGroupFilter, vtkMultiBlockMergeFilter, vtkMultiThreshold, vtkYoungsMaterialInterface, vtkExodusIIReader, vtkLSDynaReader, vtkPExodusIIReader, vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, vtkEnSightGoldReader, vtkEnSightMasterServerReader, vtkEnSightReader, vtkFLUENTReader, vtkGenericEnSightReader, vtkMultiBlockPLOT3DReader, vtkOpenFOAMReader, vtkSLACReader, vtkTecplotReader, vtkExtractCTHPart, vtkPExtractArraysOverTime, vtkPOpenFOAMReader, and vtkPSLACReader.
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 vtkBlockIdScalars, vtkExtractArraysOverTime, vtkExtractBlock, vtkMultiBlockDataGroupFilter, vtkMultiBlockMergeFilter, vtkMultiThreshold, vtkYoungsMaterialInterface, vtkExodusIIReader, vtkLSDynaReader, vtkPExodusIIReader, vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkEnSightGoldBinaryReader, vtkEnSightGoldReader, vtkEnSightMasterServerReader, vtkEnSightReader, vtkFLUENTReader, vtkGenericEnSightReader, vtkMultiBlockPLOT3DReader, vtkOpenFOAMReader, vtkSLACReader, vtkTecplotReader, vtkExtractCTHPart, vtkPExtractArraysOverTime, vtkPOpenFOAMReader, and vtkPSLACReader.
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] |
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] |
This is called by the superclass. This is the method you should override.
Reimplemented in vtkExtractArraysOverTime, vtkMultiBlockDataGroupFilter, vtkExodusIIReader, vtkLSDynaReader, vtkPExodusIIReader, vtkEnSightMasterServerReader, vtkEnSightReader, vtkFLUENTReader, vtkGenericEnSightReader, vtkMultiBlockPLOT3DReader, vtkOpenFOAMReader, vtkSLACReader, vtkTecplotReader, vtkExtractCTHPart, vtkPOpenFOAMReader, and vtkPSLACReader.
Definition at line 77 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 vtkBlockIdScalars, vtkExtractArraysOverTime, vtkExtractBlock, vtkMultiBlockDataGroupFilter, vtkMultiBlockMergeFilter, vtkMultiThreshold, vtkYoungsMaterialInterface, vtkExodusIIReader, vtkLSDynaReader, vtkPExodusIIReader, vtkEnSightMasterServerReader, vtkEnSightReader, vtkFLUENTReader, vtkGenericEnSightReader, vtkMultiBlockPLOT3DReader, vtkOpenFOAMReader, vtkSLACReader, vtkTecplotReader, vtkExtractCTHPart, vtkPOpenFOAMReader, and vtkPSLACReader.
Definition at line 85 of file vtkMultiBlockDataSetAlgorithm.h.
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] |