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 
36 #include "vtkPVVTKExtensionsMiscModule.h" // needed for export macro
37 
40 {
41 public:
44  void PrintSelf(ostream& os, vtkIndent indent) override;
45 
46 protected:
48  ~vtkPVMergeTablesMultiBlock() override;
49 
50  int FillInputPortInformation(int port, vtkInformation* info) override;
52 
53 private:
55  void operator=(const vtkPVMergeTablesMultiBlock&) = delete;
56 };
57 
58 #endif
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkMultiBlockDataSetAlgorithm * New()
#define VTKPVVTKEXTENSIONSMISC_EXPORT
virtual int FillInputPortInformation(int port, vtkInformation *info)
used to merge rows in tables.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
void operator=(const vtkObjectBase &)