26 #ifndef vtkMergeArrays_h 27 #define vtkMergeArrays_h 29 #include "vtkDataSetAlgorithm.h" 30 #include "vtkPVVTKExtensionsDefaultModule.h" 34 class VTKPVVTKEXTENSIONSDEFAULT_EXPORT
vtkMergeArrays :
public vtkDataSetAlgorithm
40 void PrintSelf(ostream& os, vtkIndent indent);
46 virtual int RequestData(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
49 virtual int FillInputPortInformation(
int port, vtkInformation* info);
Multiple inputs with same geometry, one output.