TTK
Loading...
Searching...
No Matches
ttkMergeBlockTables.h
Go to the documentation of this file.
1
16
17#pragma once
18
19#include <ttkMergeBlockTablesModule.h>
20
21#include <ttkAlgorithm.h>
22
23class TTKMERGEBLOCKTABLES_EXPORT ttkMergeBlockTables : public ttkAlgorithm {
24
25public:
27
29
30protected:
32
33 int FillInputPortInformation(int port, vtkInformation *info) override;
34 int FillOutputPortInformation(int port, vtkInformation *info) override;
35
36 int RequestData(vtkInformation *request,
37 vtkInformationVector **inputVector,
38 vtkInformationVector *outputVector) override;
39};
Baseclass of all VTK filters that wrap ttk modules.
Definition: ttkAlgorithm.h:34
virtual int RequestData(vtkInformation *ttkNotUsed(request), vtkInformationVector **ttkNotUsed(inputVectors), vtkInformationVector *ttkNotUsed(outputVector))
Definition: ttkAlgorithm.h:390
int FillInputPortInformation(int ttkNotUsed(port), vtkInformation *ttkNotUsed(info)) override
Definition: ttkAlgorithm.h:404
int FillOutputPortInformation(int ttkNotUsed(port), vtkInformation *ttkNotUsed(info)) override
Definition: ttkAlgorithm.h:419
TTK processing package for merging vtkTables from a vtkMultiBlockDataSet.
static ttkMergeBlockTables * New()