vtkPVMergeTablesMultiBlock.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
20 #ifndef vtkPVMergeTablesMultiBlock_h
21 #define vtkPVMergeTablesMultiBlock_h
22 
24 #include "vtkPVVTKExtensionsMiscModule.h" // needed for export macro
25 
28 {
29 public:
32  void PrintSelf(ostream& os, vtkIndent indent) override;
33 
34 protected:
36  ~vtkPVMergeTablesMultiBlock() override;
37 
38  int FillInputPortInformation(int port, vtkInformation* info) override;
40 
41 private:
43  void operator=(const vtkPVMergeTablesMultiBlock&) = delete;
44 };
45 
46 #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 &)