VTK
vtkMergeFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkMergeFilter.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
31 #ifndef vtkMergeFilter_h
32 #define vtkMergeFilter_h
33 
34 #include "vtkFiltersCoreModule.h" // For export macro
35 #include "vtkDataSetAlgorithm.h"
36 
37 class vtkFieldList;
38 
39 class VTKFILTERSCORE_EXPORT vtkMergeFilter : public vtkDataSetAlgorithm
40 {
41 public:
42  static vtkMergeFilter *New();
44  void PrintSelf(ostream& os, vtkIndent indent) override;
45 
47 
53  void SetGeometryInputData(vtkDataSet *input) {this->SetInputData(input);};
56 
62  {
63  this->SetInputConnection(algOutput);
64  }
65 
67 
76 
82  {
83  this->SetInputConnection(1, algOutput);
84  }
85 
87 
96 
102  {
103  this->SetInputConnection(2, algOutput);
104  }
105 
107 
116 
122  {
123  this->SetInputConnection(3, algOutput);
124  }
125 
127 
137 
144  {
145  this->SetInputConnection(4, algOutput);
146  }
147 
149 
158 
164  {
165  this->SetInputConnection(5, algOutput);
166  }
167 
173  void AddField(const char* name, vtkDataSet* input);
174 
175 protected:
177  ~vtkMergeFilter() override;
178 
179  // Usual data generation method
183 
184  vtkFieldList* FieldList;
185 private:
186  vtkMergeFilter(const vtkMergeFilter&) = delete;
187  void operator=(const vtkMergeFilter&) = delete;
188 };
189 
190 #endif
191 
192 
vtkMergeFilter::GetTCoords
vtkDataSet * GetTCoords()
vtkMergeFilter::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkMergeFilter::SetGeometryInputData
void SetGeometryInputData(vtkDataSet *input)
Specify object from which to extract geometry information.
Definition: vtkMergeFilter.h:53
vtkMergeFilter::SetNormalsData
void SetNormalsData(vtkDataSet *)
Set / get the object from which to extract normal information.
vtkMergeFilter
extract separate components of data from different datasets
Definition: vtkMergeFilter.h:40
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:42
vtkMergeFilter::SetTensorsConnection
void SetTensorsConnection(vtkAlgorithmOutput *algOutput)
Set the connection from which to extract tensor data.
Definition: vtkMergeFilter.h:163
vtkMergeFilter::GetGeometry
vtkDataSet * GetGeometry()
vtkMergeFilter::~vtkMergeFilter
~vtkMergeFilter() override
vtkMergeFilter::SetVectorsConnection
void SetVectorsConnection(vtkAlgorithmOutput *algOutput)
Set the connection from which to extract vector information.
Definition: vtkMergeFilter.h:101
vtkMergeFilter::SetScalarsConnection
void SetScalarsConnection(vtkAlgorithmOutput *algOutput)
Specify object from which to extract scalar information.
Definition: vtkMergeFilter.h:81
vtkDataSetAlgorithm::SetInputData
void SetInputData(vtkDataObject *)
Assign a data object as input.
vtkMergeFilter::GetVectors
vtkDataSet * GetVectors()
vtkMergeFilter::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
vtkDataSetAlgorithm
Superclass for algorithms that produce output of the same type as input.
Definition: vtkDataSetAlgorithm.h:49
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkMergeFilter::GetTensors
vtkDataSet * GetTensors()
vtkMergeFilter::SetGeometryConnection
void SetGeometryConnection(vtkAlgorithmOutput *algOutput)
Specify object from which to extract geometry information.
Definition: vtkMergeFilter.h:61
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkMergeFilter::GetNormals
vtkDataSet * GetNormals()
vtkMergeFilter::SetVectorsData
void SetVectorsData(vtkDataSet *)
Set / get the object from which to extract vector information.
vtkMergeFilter::vtkMergeFilter
vtkMergeFilter()
vtkMergeFilter::New
static vtkMergeFilter * New()
vtkMergeFilter::SetTCoordsData
void SetTCoordsData(vtkDataSet *)
Set / get the object from which to extract texture coordinates information.
vtkX3D::name
@ name
Definition: vtkX3D.h:219
vtkMergeFilter::RequestUpdateExtent
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
vtkDataSet
abstract class to specify dataset behavior
Definition: vtkDataSet.h:63
vtkAlgorithm::SetInputConnection
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
Set the connection for the given input port index.
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:87
vtkMergeFilter::SetTCoordsConnection
void SetTCoordsConnection(vtkAlgorithmOutput *algOutput)
Set the connection from which to extract texture coordinates information.
Definition: vtkMergeFilter.h:143
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkDataSetAlgorithm.h
vtkMergeFilter::AddField
void AddField(const char *name, vtkDataSet *input)
Set the object from which to extract a field and the name of the field.
vtkMergeFilter::FieldList
vtkFieldList * FieldList
Definition: vtkMergeFilter.h:184
vtkAlgorithmOutput
Proxy object to connect input/output ports.
Definition: vtkAlgorithmOutput.h:40
vtkMergeFilter::SetScalarsData
void SetScalarsData(vtkDataSet *)
Specify object from which to extract scalar information.
vtkMergeFilter::GetScalars
vtkDataSet * GetScalars()
vtkMergeFilter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkMergeFilter::SetTensorsData
void SetTensorsData(vtkDataSet *)
Set / get the object from which to extract tensor data.
vtkMergeFilter::SetNormalsConnection
void SetNormalsConnection(vtkAlgorithmOutput *algOutput)
Set the connection from which to extract normal information.
Definition: vtkMergeFilter.h:121