TTK
Loading...
Searching...
No Matches
ttkMergeTreeTemporalReductionUtils.h File Reference
#include <FTMTreeUtils.h>
#include <vtkCellData.h>
#include <vtkPointData.h>
#include <vtkUnstructuredGrid.h>

Go to the source code of this file.

Functions

template<class dataType>
void makeTemporalSubsamplingOutput (const std::vector< ttk::ftm::MergeTree< dataType > > &intermediateMTrees, const std::vector< std::vector< double > > &embedding, const std::vector< ttk::ftm::MergeTree< dataType > > &ttkNotUsed(allMT), const std::vector< int > &removed, vtkUnstructuredGrid *const vtkOutputNode1, vtkUnstructuredGrid *const vtkOutputArc1, const bool displayRemoved=false)
 
template<class dataType>
void makeTemporalSubsamplingETDOutput (const std::vector< ttk::ftm::MergeTree< dataType > > &intermediateMTrees, const std::vector< double > &emptyTreeDistances, const std::vector< ttk::ftm::MergeTree< dataType > > &allMT, const std::vector< int > removed, vtkUnstructuredGrid *const vtkOutputNode1, vtkUnstructuredGrid *const vtkOutputArc1, const double DistanceAxisStretch)
 

Function Documentation

◆ makeTemporalSubsamplingETDOutput()

template<class dataType>
void makeTemporalSubsamplingETDOutput ( const std::vector< ttk::ftm::MergeTree< dataType > > & intermediateMTrees,
const std::vector< double > & emptyTreeDistances,
const std::vector< ttk::ftm::MergeTree< dataType > > & allMT,
const std::vector< int > removed,
vtkUnstructuredGrid *const vtkOutputNode1,
vtkUnstructuredGrid *const vtkOutputArc1,
const double DistanceAxisStretch )

Definition at line 183 of file ttkMergeTreeTemporalReductionUtils.h.

◆ makeTemporalSubsamplingOutput()

template<class dataType>
void makeTemporalSubsamplingOutput ( const std::vector< ttk::ftm::MergeTree< dataType > > & intermediateMTrees,
const std::vector< std::vector< double > > & embedding,
const std::vector< ttk::ftm::MergeTree< dataType > > & ttkNotUsedallMT,
const std::vector< int > & removed,
vtkUnstructuredGrid *const vtkOutputNode1,
vtkUnstructuredGrid *const vtkOutputArc1,
const bool displayRemoved = false )

Definition at line 19 of file ttkMergeTreeTemporalReductionUtils.h.