TTK
Loading...
Searching...
No Matches
vtkTopologicalCompression Class Reference

TTK VTK-filter that wraps the topologicalCompression processing package. More...

#include <ttkTopologicalCompression.h>

Detailed Description

TTK VTK-filter that wraps the topologicalCompression processing package.

Author
Maxime Soler soler.nosp@m..max.nosp@m.ime@t.nosp@m.otal.nosp@m..com
Date
20/04/2017

VTK wrapping code for the ttk::TopologicalCompression package.

Parameters
InputInput scalar field (vtkDataSet)
OutputOutput scalar field (vtkDataSet)

The input data array needs to be specified via the standard VTK call vtkAlgorithm::SetInputArrayToProcess() with the following parameters:

Parameters
idx0 (FIXED: the first array the algorithm requires)
port0 (FIXED: first port)
connection0 (FIXED: first connection)
fieldAssociation0 (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.

See also
ttk::TopologicalCompression

Online examples:


The documentation for this class was generated from the following file: