VTK
|
Superclass for algorithms that produce only vtkCompositeDataSet as output. More...
#include <vtkCompositeDataSetAlgorithm.h>
Superclass for algorithms that produce only vtkCompositeDataSet as output.
Algorithms that take any type of data object (including composite dataset) and produce a vtkCompositeDataSet in the output can subclass from this class.
Definition at line 31 of file vtkCompositeDataSetAlgorithm.h.
Reimplemented from vtkAlgorithm.
Reimplemented in vtkAppendCompositeDataLeaves, and vtkExtractPiece.
Definition at line 35 of file vtkCompositeDataSetAlgorithm.h.
vtkCompositeDataSetAlgorithm::vtkCompositeDataSetAlgorithm | ( | ) | [protected] |
vtkCompositeDataSetAlgorithm::~vtkCompositeDataSetAlgorithm | ( | ) | [inline, protected] |
Definition at line 61 of file vtkCompositeDataSetAlgorithm.h.
static vtkCompositeDataSetAlgorithm* vtkCompositeDataSetAlgorithm::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm.
Reimplemented in vtkAppendCompositeDataLeaves, and vtkExtractPiece.
static int vtkCompositeDataSetAlgorithm::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 vtkAppendCompositeDataLeaves, and vtkExtractPiece.
virtual int vtkCompositeDataSetAlgorithm::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 vtkAppendCompositeDataLeaves, and vtkExtractPiece.
static vtkCompositeDataSetAlgorithm* vtkCompositeDataSetAlgorithm::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkAlgorithm.
Reimplemented in vtkAppendCompositeDataLeaves, and vtkExtractPiece.
virtual vtkObjectBase* vtkCompositeDataSetAlgorithm::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkAlgorithm.
Reimplemented in vtkAppendCompositeDataLeaves, and vtkExtractPiece.
Reimplemented from vtkAlgorithm.
Reimplemented in vtkAppendCompositeDataLeaves, and vtkExtractPiece.
void vtkCompositeDataSetAlgorithm::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 vtkAppendCompositeDataLeaves, and vtkExtractPiece.
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.
void vtkCompositeDataSetAlgorithm::SetInputData | ( | int | , |
vtkDataObject * | |||
) |
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 vtkCompositeDataSetAlgorithm::ProcessRequest | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [virtual] |
see vtkAlgorithm for details
Reimplemented from vtkAlgorithm.
virtual int vtkCompositeDataSetAlgorithm::RequestDataObject | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [inline, protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented in vtkAppendCompositeDataLeaves, and vtkExtractPiece.
Definition at line 66 of file vtkCompositeDataSetAlgorithm.h.
virtual int vtkCompositeDataSetAlgorithm::RequestInformation | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [inline, protected, virtual] |
This is called by the superclass. This is the method you should override.
Definition at line 74 of file vtkCompositeDataSetAlgorithm.h.
virtual int vtkCompositeDataSetAlgorithm::RequestData | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [inline, protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented in vtkAppendCompositeDataLeaves, and vtkExtractPiece.
Definition at line 82 of file vtkCompositeDataSetAlgorithm.h.
virtual int vtkCompositeDataSetAlgorithm::RequestUpdateExtent | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [inline, protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented in vtkExtractPiece.
Definition at line 90 of file vtkCompositeDataSetAlgorithm.h.
virtual vtkExecutive* vtkCompositeDataSetAlgorithm::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 vtkCompositeDataSetAlgorithm::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.
virtual int vtkCompositeDataSetAlgorithm::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 vtkAppendCompositeDataLeaves.
vtkDataObject* vtkCompositeDataSetAlgorithm::GetInput | ( | int | port | ) | [protected] |