vtkMergeFilter - extract separate components of data from different datasets
Super Class: vtkFilter
Description:
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.
Methods:
| void vtkMergeFilter () | |
| void vtkMergeFilter () | |
| static vtkMergeFilter *New () | |
| const char *GetClassName () | |
| void PrintSelf (unknown & ,vtkIndent ) | |
| void Update () | |
| void SetGeometry (vtkDataSet *) | |
| vtkDataSet *GetGeometry () | |
| vtkDataSet *GetOutput () | |
| vtkPolyData *GetPolyDataOutput () | |
| vtkStructuredPoints *GetStructuredPointsOutput () | |
| vtkStructuredGrid *GetStructuredGridOutput () | |
| vtkUnstructuredGrid *GetUnstructuredGridOutput () | |
| vtkRectilinearGrid *GetRectilinearGridOutput () | |
| void SetScalars (vtkDataSet *) | |
| vtkDataSet *GetScalars () | |
| void SetScalars (vtkImageCache *) | |
| void SetVectors (vtkDataSet *) | |
| vtkDataSet *GetVectors () | |
| void SetNormals (vtkDataSet *) | |
| vtkDataSet *GetNormals () | |
| void SetTCoords (vtkDataSet *) | |
| vtkDataSet *GetTCoords () | |
| void SetTensors (vtkDataSet *) | |
| vtkDataSet *GetTensors () | |
| void SetFieldData (vtkDataSet *) | |
| vtkDataSet *GetFieldData () | |
| void SetGeometry (vtkDataSet &) | |
| void Execute () |
Detailed Method Descriptions:
![]()
| void Update () |
![]()
| void SetGeometry (vtkDataSet *) | |
| vtkDataSet *GetGeometry () |
![]()
| vtkDataSet *GetOutput () | |
| vtkPolyData *GetPolyDataOutput () | |
| vtkStructuredPoints *GetStructuredPointsOutput () | |
| vtkStructuredGrid *GetStructuredGridOutput () | |
| vtkUnstructuredGrid *GetUnstructuredGridOutput () | |
| vtkRectilinearGrid *GetRectilinearGridOutput () |
![]()
| void SetScalars (vtkDataSet *) | |
| vtkDataSet *GetScalars () |
![]()
| void SetScalars (vtkImageCache *) | |
| void SetVectors (vtkDataSet *) | |
| vtkDataSet *GetVectors () |
![]()
| void SetNormals (vtkDataSet *) | |
| vtkDataSet *GetNormals () |
![]()
| void SetTCoords (vtkDataSet *) | |
| vtkDataSet *GetTCoords () |
![]()
| void SetTensors (vtkDataSet *) | |
| vtkDataSet *GetTensors () |
![]()
| void SetFieldData (vtkDataSet *) | |
| vtkDataSet *GetFieldData () |
![]()