ParaView
vtkPVMergeTablesMultiBlock.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkPVMergeTablesMultiBlock.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html 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 =========================================================================*/
32 #ifndef vtkPVMergeTablesMultiBlock_h
33 #define vtkPVMergeTablesMultiBlock_h
34 
35 #include "vtkAlgorithm.h"
36 #include "vtkPVVTKExtensionsRenderingModule.h" // needed for export macro
37 
38 class VTKPVVTKEXTENSIONSRENDERING_EXPORT vtkPVMergeTablesMultiBlock : public vtkAlgorithm
39 {
40 public:
41  static vtkPVMergeTablesMultiBlock* New();
42  vtkTypeMacro(vtkPVMergeTablesMultiBlock, vtkAlgorithm);
46  virtual int ProcessRequest(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
47 
48  void PrintSelf(ostream& os, vtkIndent indent);
49 
50 protected:
53 
54  int RequestData(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
55 
56  virtual int FillInputPortInformation(int port, vtkInformation* info);
57  virtual int FillOutputPortInformation(int port, vtkInformation* info);
58  virtual vtkExecutive* CreateDefaultExecutive();
59 
60 private:
61  vtkPVMergeTablesMultiBlock(const vtkPVMergeTablesMultiBlock&) VTK_DELETE_FUNCTION;
62  void operator=(const vtkPVMergeTablesMultiBlock&) VTK_DELETE_FUNCTION;
63 };
64 
65 #endif
used to merge rows in tables.