TTK
|
TTK VTK-filter that wraps the topologicalCompression processing package. More...
#include <ttkTopologicalCompression.h>
TTK VTK-filter that wraps the topologicalCompression processing package.
VTK wrapping code for the ttk::TopologicalCompression package.
Input | Input scalar field (vtkDataSet) |
Output | Output scalar field (vtkDataSet) |
The input data array needs to be specified via the standard VTK call vtkAlgorithm::SetInputArrayToProcess() with the following parameters:
idx | 0 (FIXED: the first array the algorithm requires) |
port | 0 (FIXED: first port) |
connection | 0 (FIXED: first connection) |
fieldAssociation | 0 (FIXED: point data) |
arrayName | (DYNAMIC: string identifier of the input array) |
This filter can be used as any other VTK filter (for instance, by using the sequence of calls SetInputData(), Update(), GetOutput()).
See the corresponding ParaView state file example for a usage example within a VTK pipeline.
Online examples: