#include <vtkMergeFilter.h>
Inheritance diagram for vtkMergeFilter:
vtkMergeFilter is a filter that extracts separate components of data from different datasets and merges them into a single dataset. The output from this filter is of the same type as the input (i.e., vtkDataSet.) It treats both cell and point data set attributes.
Definition at line 37 of file vtkMergeFilter.h.
|
Reimplemented from vtkDataSetAlgorithm. Definition at line 41 of file vtkMergeFilter.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkDataSetAlgorithm. |
|
Reimplemented from vtkDataSetAlgorithm. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkDataSetAlgorithm. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkDataSetAlgorithm. |
|
Reimplemented from vtkDataSetAlgorithm. |
|
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 vtkDataSetAlgorithm. |
|
Specify object from which to extract geometry information. Old style. Use SetGeometryConnection() instead. Definition at line 47 of file vtkMergeFilter.h. References vtkDataSetAlgorithm::SetInput(). |
|
|
|
Specify object from which to extract geometry information. Equivalent to SetInputConnection(0, algOutput) Definition at line 54 of file vtkMergeFilter.h. References vtkAlgorithm::SetInputConnection(). |
|
Specify object from which to extract scalar information. Old style. Use SetScalarsConnection() instead. |
|
Specify object from which to extract scalar information. Old style. Use SetScalarsConnection() instead. |
|
Specify object from which to extract scalar information. Equivalent to SetInputConnection(1, algOutput) Definition at line 70 of file vtkMergeFilter.h. References vtkAlgorithm::SetInputConnection(). |
|
Set / get the object from which to extract vector information. Old style. Use SetVectorsConnection() instead. |
|
Set / get the object from which to extract vector information. Old style. Use SetVectorsConnection() instead. |
|
Set the connection from which to extract vector information. Equivalent to SetInputConnection(2, algOutput) Definition at line 86 of file vtkMergeFilter.h. References vtkAlgorithm::SetInputConnection(). |
|
Set / get the object from which to extract normal information. Old style. Use SetNormalsConnection() instead. |
|
Set / get the object from which to extract normal information. Old style. Use SetNormalsConnection() instead. |
|
Set the connection from which to extract normal information. Equivalent to SetInputConnection(3, algOutput) Definition at line 102 of file vtkMergeFilter.h. References vtkAlgorithm::SetInputConnection(). |
|
Set / get the object from which to extract texture coordinates information. Old style. Use SetTCoordsConnection() instead. |
|
Set / get the object from which to extract texture coordinates information. Old style. Use SetTCoordsConnection() instead. |
|
Set the connection from which to extract texture coordinates information. Equivalent to SetInputConnection(4, algOutput) Definition at line 118 of file vtkMergeFilter.h. References vtkAlgorithm::SetInputConnection(). |
|
Set / get the object from which to extract tensor data. Old style. Use SetTensorsConnection() instead. |
|
Set / get the object from which to extract tensor data. Old style. Use SetTensorsConnection() instead. |
|
Set the connection from which to extract tensor data. Equivalent to SetInputConnection(5, algOutput) Definition at line 134 of file vtkMergeFilter.h. References vtkAlgorithm::SetInputConnection(). |
|
Set the object from which to extract a field and the name of the field. Note that this does not create pipeline connectivity. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkDataSetAlgorithm. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkDataSetAlgorithm. |
|
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 vtkDataSetAlgorithm. |
|
Definition at line 153 of file vtkMergeFilter.h. |