TTK
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ttk::ContourTreeAlignment Class Reference

TTK contourTreeAlignment processing package. More...

#include <ContourTreeAlignment.h>

Inheritance diagram for ttk::ContourTreeAlignment:
ttk::Debug ttk::BaseClass ttkContourTreeAlignment

Public Types

using ContourTree = cta::ContourTree
 

Public Member Functions

 ContourTreeAlignment ()
 Constructor of the Alignment Object.
 
 ~ContourTreeAlignment () override
 Destructor of the Alignment Object.
 
void setArcMatchMode (int mode)
 
void setWeightCombinatorialMatch (float weight)
 
void setWeightArcMatch (float weight)
 
void setWeightScalarValueMatch (float weight)
 
void setAlignmenttreeType (int type)
 
template<class scalarType >
int execute (const std::vector< void * > &scalarsVP, const std::vector< int * > &regionSizes, const std::vector< int * > &segmentationIds, const std::vector< long long * > &topologies, const std::vector< size_t > &nVertices, const std::vector< size_t > &nEdges, const std::vector< int * > &segmentations, const std::vector< size_t > &segsizes, std::vector< float > &outputVertices, std::vector< long long > &outputFrequencies, std::vector< long long > &outputVertexIds, std::vector< long long > &outputBranchIds, std::vector< long long > &outputSegmentationIds, std::vector< long long > &outputArcIds, std::vector< int > &outputEdges, int seed)
 
bool alignTree (const std::shared_ptr< ContourTree > &t)
 
bool initialize (const std::shared_ptr< ContourTree > &t)
 
bool alignTree_consistentRoot (const std::shared_ptr< ContourTree > &t)
 
bool initialize_consistentRoot (const std::shared_ptr< ContourTree > &t, int rootIdx)
 
std::vector< std::pair< std::vector< std::shared_ptr< ttk::cta::CTNode > >, std::vector< std::shared_ptr< ttk::cta::CTEdge > > > > getGraphs ()
 
std::vector< std::shared_ptr< ContourTree > > getContourTrees ()
 
std::pair< std::vector< std::shared_ptr< ttk::cta::AlignmentNode > >, std::vector< std::shared_ptr< ttk::cta::AlignmentEdge > > > getAlignmentGraph ()
 
std::shared_ptr< ttk::cta::BinaryTreegetAlignmentGraphRooted ()
 
int getAlignmentRootIdx ()
 
std::pair< float, std::shared_ptr< ttk::cta::AlignmentTree > > getAlignmentBinary (const std::shared_ptr< ttk::cta::BinaryTree > &t1, const std::shared_ptr< ttk::cta::BinaryTree > &t2)
 
void computeBranches ()
 
- Public Member Functions inherited from ttk::Debug
 Debug ()
 
 ~Debug () override
 
virtual int setDebugLevel (const int &debugLevel)
 
int setWrapper (const Wrapper *wrapper) override
 
int printMsg (const std::string &msg, const debug::Priority &priority=debug::Priority::INFO, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const
 
int printMsg (const std::vector< std::string > &msgs, const debug::Priority &priority=debug::Priority::INFO, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const
 
int printErr (const std::string &msg, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cerr) const
 
int printWrn (const std::string &msg, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cerr) const
 
int printMsg (const std::string &msg, const double &progress, const double &time, const int &threads, const double &memory, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::PERFORMANCE, std::ostream &stream=std::cout) const
 
int printMsg (const std::string &msg, const double &progress, const double &time, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::PERFORMANCE, std::ostream &stream=std::cout) const
 
int printMsg (const std::string &msg, const double &progress, const double &time, const int &threads, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::PERFORMANCE, std::ostream &stream=std::cout) const
 
int printMsg (const std::string &msg, const double &progress, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::PERFORMANCE, std::ostream &stream=std::cout) const
 
int printMsg (const std::string &msg, const double &progress, const debug::Priority &priority, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const
 
int printMsg (const std::vector< std::vector< std::string > > &rows, const debug::Priority &priority=debug::Priority::INFO, const bool hasHeader=true, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const
 
int printMsg (const debug::Separator &separator, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::INFO, std::ostream &stream=std::cout) const
 
int printMsg (const debug::Separator &separator, const debug::Priority &priority, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const
 
int printMsg (const std::string &msg, const debug::Separator &separator, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::INFO, std::ostream &stream=std::cout) const
 
void setDebugMsgPrefix (const std::string &prefix)
 
- Public Member Functions inherited from ttk::BaseClass
 BaseClass ()
 
virtual ~BaseClass ()=default
 
int getThreadNumber () const
 
virtual int setThreadNumber (const int threadNumber)
 
virtual int setWrapper (const Wrapper *wrapper)
 

Protected Member Functions

float alignTreeBinary (const std::shared_ptr< ttk::cta::BinaryTree > &t1, const std::shared_ptr< ttk::cta::BinaryTree > &t2, std::vector< std::vector< float > > &memT, std::vector< std::vector< float > > &memF)
 
float alignForestBinary (const std::shared_ptr< ttk::cta::BinaryTree > &t1, const std::shared_ptr< ttk::cta::BinaryTree > &t2, std::vector< std::vector< float > > &memT, std::vector< std::vector< float > > &memF)
 
std::shared_ptr< ttk::cta::AlignmentTreetraceAlignmentTree (const std::shared_ptr< ttk::cta::BinaryTree > &t1, const std::shared_ptr< ttk::cta::BinaryTree > &t2, std::vector< std::vector< float > > &memT, std::vector< std::vector< float > > &memF)
 
std::vector< std::shared_ptr< ttk::cta::AlignmentTree > > traceAlignmentForest (const std::shared_ptr< ttk::cta::BinaryTree > &t1, const std::shared_ptr< ttk::cta::BinaryTree > &t2, std::vector< std::vector< float > > &memT, std::vector< std::vector< float > > &memF)
 
std::shared_ptr< ttk::cta::AlignmentTreetraceNullAlignment (const std::shared_ptr< ttk::cta::BinaryTree > &t, bool first)
 
float editCost (const std::shared_ptr< ttk::cta::BinaryTree > &t1, const std::shared_ptr< ttk::cta::BinaryTree > &t2)
 
bool isBinary (const std::shared_ptr< ttk::cta::Tree > &t)
 
std::shared_ptr< ttk::cta::BinaryTreerootAtNode (const std::shared_ptr< ttk::cta::AlignmentNode > &root)
 
std::shared_ptr< ttk::cta::BinaryTreecomputeRootedTree (const std::shared_ptr< ttk::cta::AlignmentNode > &node, const std::shared_ptr< ttk::cta::AlignmentEdge > &parent, int &id)
 
std::shared_ptr< ttk::cta::BinaryTreecomputeRootedDualTree (const std::shared_ptr< ttk::cta::AlignmentEdge > &arc, bool parent1, int &id)
 
void computeNewAlignmenttree (const std::shared_ptr< ttk::cta::AlignmentTree > &res)
 
std::pair< float, std::vector< std::shared_ptr< ttk::cta::AlignmentNode > > > pathToMax (const std::shared_ptr< ttk::cta::AlignmentNode > &root, const std::shared_ptr< ttk::cta::AlignmentNode > &parent)
 
std::pair< float, std::vector< std::shared_ptr< ttk::cta::AlignmentNode > > > pathToMin (const std::shared_ptr< ttk::cta::AlignmentNode > &root, const std::shared_ptr< ttk::cta::AlignmentNode > &parent)
 
- Protected Member Functions inherited from ttk::Debug
int printMsgInternal (const std::string &msg, const std::string &right, const std::string &filler, const debug::Priority &priority=debug::Priority::INFO, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const
 
int printMsgInternal (const std::string &msg, const debug::Priority &priority, const debug::LineMode &lineMode, std::ostream &stream=std::cout) const
 
int welcomeMsg (std::ostream &stream)
 

Protected Attributes

ttk::cta::Type_Alignmenttree alignmenttreeType = ttk::cta::averageValues
 
ttk::cta::Mode_ArcMatch arcMatchMode = ttk::cta::persistence
 
float weightArcMatch = 1
 
float weightCombinatorialMatch = 0
 
float weightScalarValueMatch = 0
 
std::vector< std::shared_ptr< ttk::cta::AlignmentNode > > nodes
 
std::vector< std::shared_ptr< ttk::cta::AlignmentEdge > > arcs
 
std::vector< std::shared_ptr< ContourTree > > contourtrees
 
std::vector< size_t > permutation
 
std::shared_ptr< ttk::cta::AlignmentNodealignmentRoot
 
int alignmentRootIdx
 
float alignmentVal
 
- Protected Attributes inherited from ttk::Debug
int debugLevel_
 
std::string debugMsgPrefix_
 
std::string debugMsgNamePrefix_
 
- Protected Attributes inherited from ttk::BaseClass
bool lastObject_
 
int threadNumber_
 
Wrapperwrapper_
 

Additional Inherited Members

- Static Protected Attributes inherited from ttk::Debug
static COMMON_EXPORTS debug::LineMode lastLineMode = ttk::debug::LineMode::NEW
 

Detailed Description

TTK contourTreeAlignment processing package.

Author
Florian Wetzels (f_wet.nosp@m.zels.nosp@m.13@cs.nosp@m..uni.nosp@m.-kl.d.nosp@m.e), Jonas Lukasczyk jl@jl.nosp@m.uk.d.nosp@m.e
Date
31.01.2020

ContourTreeAlignment is a TTK processing package that computes an alignment for n contour trees. To compute the alignment, use the execute function. Each contour tree is represented by an integer array for the topology, an integer array for each of the edge scalars regionSize and segmentationId, a <scalarType> array for the vertex scalars and two integers for the number of edges and vertices. These properties are passed as vectors of arrays, where the i-th array in a vector represents the corresponding array for the i-th tree. The alignment tree is written to the output vectors which are passed by reference.

Related publication:
'Fuzzy contour trees: Alignment and joint layout of multiple contour trees' Anna Pia Lohfink, Florian Wetzels, Jonas Lukasczyk, Gunther H. Weber, and Christoph Garth. Comput. Graph. Forum, 39(3):343-355, 2020.

See also
ttk::cta::ContourTree
ttk::cta::CTNode
ttk::cta::CTEdge
ttk::cta::BinaryTree
ttk::cta::Tree
ttk::cta::AlignmentTree
ttk::cta::AlignmentNode
ttk::cta::AlignmentEdge
ttkContourTreeAlignment

Online examples:

Definition at line 162 of file ContourTreeAlignment.h.

Member Typedef Documentation

◆ ContourTree

Definition at line 273 of file ContourTreeAlignment.h.

Constructor & Destructor Documentation

◆ ContourTreeAlignment()

ttk::ContourTreeAlignment::ContourTreeAlignment ( )
inline

Constructor of the Alignment Object.

Definition at line 166 of file ContourTreeAlignment.h.

◆ ~ContourTreeAlignment()

ttk::ContourTreeAlignment::~ContourTreeAlignment ( )
inlineoverride

Destructor of the Alignment Object.

Definition at line 171 of file ContourTreeAlignment.h.

Member Function Documentation

◆ alignForestBinary()

float ttk::ContourTreeAlignment::alignForestBinary ( const std::shared_ptr< ttk::cta::BinaryTree > &  t1,
const std::shared_ptr< ttk::cta::BinaryTree > &  t2,
std::vector< std::vector< float > > &  memT,
std::vector< std::vector< float > > &  memF 
)
protected

Definition at line 1114 of file ContourTreeAlignment.cpp.

◆ alignTree()

bool ttk::ContourTreeAlignment::alignTree ( const std::shared_ptr< ContourTree > &  t)

This function aligns a new tree to the current alignment.

Precondition
The given contour tree needs to be binary.
Parameters
tThe input contour tree.
Returns
Return true if alignment was successful, false otherwise.

Definition at line 389 of file ContourTreeAlignment.cpp.

◆ alignTree_consistentRoot()

bool ttk::ContourTreeAlignment::alignTree_consistentRoot ( const std::shared_ptr< ContourTree > &  t)

This function aligns a new tree to the current alignment but keeps the old alignment's root.

Precondition
The given contour tree needs to be binary.
Parameters
tThe input contour tree.
Returns
Return true if alignment was successful, false otherwise.

Definition at line 443 of file ContourTreeAlignment.cpp.

◆ alignTreeBinary()

float ttk::ContourTreeAlignment::alignTreeBinary ( const std::shared_ptr< ttk::cta::BinaryTree > &  t1,
const std::shared_ptr< ttk::cta::BinaryTree > &  t2,
std::vector< std::vector< float > > &  memT,
std::vector< std::vector< float > > &  memF 
)
protected

Definition at line 1040 of file ContourTreeAlignment.cpp.

◆ computeBranches()

void ttk::ContourTreeAlignment::computeBranches ( )

Function that adds branch decomposition information to the alignment nodes.

Definition at line 9 of file ContourTreeAlignment.cpp.

◆ computeNewAlignmenttree()

void ttk::ContourTreeAlignment::computeNewAlignmenttree ( const std::shared_ptr< ttk::cta::AlignmentTree > &  res)
protected

Definition at line 498 of file ContourTreeAlignment.cpp.

◆ computeRootedDualTree()

std::shared_ptr< ttk::cta::BinaryTree > ttk::ContourTreeAlignment::computeRootedDualTree ( const std::shared_ptr< ttk::cta::AlignmentEdge > &  arc,
bool  parent1,
int &  id 
)
protected

Definition at line 1762 of file ContourTreeAlignment.cpp.

◆ computeRootedTree()

std::shared_ptr< ttk::cta::BinaryTree > ttk::ContourTreeAlignment::computeRootedTree ( const std::shared_ptr< ttk::cta::AlignmentNode > &  node,
const std::shared_ptr< ttk::cta::AlignmentEdge > &  parent,
int &  id 
)
protected

Definition at line 1703 of file ContourTreeAlignment.cpp.

◆ editCost()

float ttk::ContourTreeAlignment::editCost ( const std::shared_ptr< ttk::cta::BinaryTree > &  t1,
const std::shared_ptr< ttk::cta::BinaryTree > &  t2 
)
protected

Definition at line 1193 of file ContourTreeAlignment.cpp.

◆ execute()

template<class scalarType >
int ttk::ContourTreeAlignment::execute ( const std::vector< void * > &  scalarsVP,
const std::vector< int * > &  regionSizes,
const std::vector< int * > &  segmentationIds,
const std::vector< long long * > &  topologies,
const std::vector< size_t > &  nVertices,
const std::vector< size_t > &  nEdges,
const std::vector< int * > &  segmentations,
const std::vector< size_t > &  segsizes,
std::vector< float > &  outputVertices,
std::vector< long long > &  outputFrequencies,
std::vector< long long > &  outputVertexIds,
std::vector< long long > &  outputBranchIds,
std::vector< long long > &  outputSegmentationIds,
std::vector< long long > &  outputArcIds,
std::vector< int > &  outputEdges,
int  seed 
)

The actual iterated n-tree-alignment algorithm. Computes the alignment of n input contour trees.

Parameters
scalarsVPVector holding n arrays that represent the node scalars of the n input trees. scalarsVP[i][j] should be the scalar value of the jth node in the ith tree.
regionSizesVector holding n arrays that represent the region sizes of edges of the n input trees. regionSizes[i][j] should be the size of the segment associated with the jth edge in the ith tree.
segmentationIdsVector holding n arrays that represent the segmentation ids of the edges the n input trees. segmentationIds[i][j] should be the segment identifier of the jth node in the ith tree.
topologiesVector holding n arrays that represent the connectivity of the the n input trees.
nVerticesVector holding n integers representing the number of nodes of the n input trees.
nEdgesVector holding n integers representing the number of edges of the n input trees.
segmentationsVector holding n arrays representing the segmentation arrays of the n input trees.
segsizesVector holding the sizes of the corresponding segmentations array. segSizes[i] should be the size of the number of points in the ith scalar field. This should also be the size of segmentations[i].
outputVerticesVector for the alignment node scalars that will be filled by this algorithm. outputVertices[i] should be the scalar value of the ith node in the alignment tree.
outputFrequenciesVector for the alignment node frequencies that will be filled by this algorithm. outputFrequencies[i] should be the number of original nodes matched the ith node in the alignment tree.
outputVertexIdsVector for the alignment node matching that will be filled by this algorithm. outputVertexIds[i*n+j] should be the id of the vertex from the jth input tree matched in the ith node of the alignment tree.
outputBranchIdsVector for the alignment node branch ids that will be filled by this algorithm. outputBranchIds[i] should be the branch id of the ith node in the alignment tree.
outputSegmentationIdsVector for the alignment edge segmentations that will be filled by this algorithm. outputSegmentationIds[i*n+j] should be the id of the segment from the jth input field associated the ith node of the alignment tree.
outputArcIdsVector for the alignment edge matching that will be filled by this algorithm. outputArcIds[i*n+j] should be the id of the arc from the jth input tree associated the ith node of the alignment tree.
outputEdgesVector for the alignment graph connectivity. The ith edge of the alignment connects the nodes of index outputEdges[2*i] and outputEdges[2*i+1].
seedseed for randomization.

Definition at line 410 of file ContourTreeAlignment.h.

◆ getAlignmentBinary()

std::pair< float, std::shared_ptr< ttk::cta::AlignmentTree > > ttk::ContourTreeAlignment::getAlignmentBinary ( const std::shared_ptr< ttk::cta::BinaryTree > &  t1,
const std::shared_ptr< ttk::cta::BinaryTree > &  t2 
)

Function for aligning two arbitrary binary trees.

Parameters
t1The first binary rooted tree to align.
t2The second binary rooted tree to align.
Returns
A pair consisting of the alignment distance and the alignment tree representing the matching between the two trees.

Definition at line 1020 of file ContourTreeAlignment.cpp.

◆ getAlignmentGraph()

std::pair< std::vector< std::shared_ptr< ttk::cta::AlignmentNode > >, std::vector< std::shared_ptr< ttk::cta::AlignmentEdge > > > ttk::ContourTreeAlignment::getAlignmentGraph ( )

Getter for the alignment tree in a graph representation

Returns
The alignment graph.

Definition at line 991 of file ContourTreeAlignment.cpp.

◆ getAlignmentGraphRooted()

std::shared_ptr< ttk::cta::BinaryTree > ttk::ContourTreeAlignment::getAlignmentGraphRooted ( )

Getter for the alignment tree in a rooted tree representation

Returns
The alignment tree rooted in the fixed node determined on initialization.

Definition at line 997 of file ContourTreeAlignment.cpp.

◆ getAlignmentRootIdx()

int ttk::ContourTreeAlignment::getAlignmentRootIdx ( )

Getter for the fixed root index.

Returns
The root index.

Definition at line 958 of file ContourTreeAlignment.cpp.

◆ getContourTrees()

std::vector< std::shared_ptr< ContourTree > > ttk::ContourTreeAlignment::getContourTrees ( )

Getter for aligned contour trees

Returns
Vector of aligned contour trees as ttk::cta::ContourTree data structures.

Definition at line 969 of file ContourTreeAlignment.cpp.

◆ getGraphs()

std::vector< std::pair< std::vector< std::shared_ptr< ttk::cta::CTNode > >, std::vector< std::shared_ptr< ttk::cta::CTEdge > > > > ttk::ContourTreeAlignment::getGraphs ( )

Getter for aligned contour trees

Returns
Vector of aligned contour trees in a graph representation.

Definition at line 976 of file ContourTreeAlignment.cpp.

◆ initialize()

bool ttk::ContourTreeAlignment::initialize ( const std::shared_ptr< ContourTree > &  t)

This function initializes a new alignment graph from a given contour tree.

Precondition
The given contour tree needs to be binary.
Parameters
tThe input contour tree.
Returns
Return true if initialization was successful, false otherwise.

Definition at line 182 of file ContourTreeAlignment.cpp.

◆ initialize_consistentRoot()

bool ttk::ContourTreeAlignment::initialize_consistentRoot ( const std::shared_ptr< ContourTree > &  t,
int  rootIdx 
)

This function initializes a new alignment graph from a given contour tree and sets the fixed root of the alignment to the given input.

Precondition
The given contour tree needs to be binary.
Parameters
tThe input contour tree.
rootIdx
Returns
Return true if initialization was successful, false otherwise.

Definition at line 278 of file ContourTreeAlignment.cpp.

◆ isBinary()

bool ttk::ContourTreeAlignment::isBinary ( const std::shared_ptr< ttk::cta::Tree > &  t)
protected

Definition at line 1679 of file ContourTreeAlignment.cpp.

◆ pathToMax()

std::pair< float, std::vector< std::shared_ptr< ttk::cta::AlignmentNode > > > ttk::ContourTreeAlignment::pathToMax ( const std::shared_ptr< ttk::cta::AlignmentNode > &  root,
const std::shared_ptr< ttk::cta::AlignmentNode > &  parent 
)
protected

Definition at line 103 of file ContourTreeAlignment.cpp.

◆ pathToMin()

std::pair< float, std::vector< std::shared_ptr< ttk::cta::AlignmentNode > > > ttk::ContourTreeAlignment::pathToMin ( const std::shared_ptr< ttk::cta::AlignmentNode > &  root,
const std::shared_ptr< ttk::cta::AlignmentNode > &  parent 
)
protected

Definition at line 139 of file ContourTreeAlignment.cpp.

◆ rootAtNode()

std::shared_ptr< ttk::cta::BinaryTree > ttk::ContourTreeAlignment::rootAtNode ( const std::shared_ptr< ttk::cta::AlignmentNode > &  root)
protected

Definition at line 1693 of file ContourTreeAlignment.cpp.

◆ setAlignmenttreeType()

void ttk::ContourTreeAlignment::setAlignmenttreeType ( int  type)
inline

Setter for the type of alignment tree.

Parameters
typeDetermines how the labels of the alignment tree are computed from the matched labels.

Definition at line 208 of file ContourTreeAlignment.h.

◆ setArcMatchMode()

void ttk::ContourTreeAlignment::setArcMatchMode ( int  mode)
inline

Setter for the matching mode based on arc properties.

Parameters
modeDetermines what arc properties should be compared.

Definition at line 180 of file ContourTreeAlignment.h.

◆ setWeightArcMatch()

void ttk::ContourTreeAlignment::setWeightArcMatch ( float  weight)
inline

Setter for the weight of arc property matching.

Parameters
weightDetermines the factor with which the arc property based distance is weighted.

Definition at line 194 of file ContourTreeAlignment.h.

◆ setWeightCombinatorialMatch()

void ttk::ContourTreeAlignment::setWeightCombinatorialMatch ( float  weight)
inline

Setter for the weight of combinatorial matching.

Parameters
weightDetermines the factor with which the combinatorial distance is weighted.

Definition at line 187 of file ContourTreeAlignment.h.

◆ setWeightScalarValueMatch()

void ttk::ContourTreeAlignment::setWeightScalarValueMatch ( float  weight)
inline

Setter for the weight of node matching.

Parameters
weightDetermines the factor with which the scalar value distance is weighted.

Definition at line 201 of file ContourTreeAlignment.h.

◆ traceAlignmentForest()

std::vector< std::shared_ptr< ttk::cta::AlignmentTree > > ttk::ContourTreeAlignment::traceAlignmentForest ( const std::shared_ptr< ttk::cta::BinaryTree > &  t1,
const std::shared_ptr< ttk::cta::BinaryTree > &  t2,
std::vector< std::vector< float > > &  memT,
std::vector< std::vector< float > > &  memF 
)
protected

Definition at line 1431 of file ContourTreeAlignment.cpp.

◆ traceAlignmentTree()

std::shared_ptr< ttk::cta::AlignmentTree > ttk::ContourTreeAlignment::traceAlignmentTree ( const std::shared_ptr< ttk::cta::BinaryTree > &  t1,
const std::shared_ptr< ttk::cta::BinaryTree > &  t2,
std::vector< std::vector< float > > &  memT,
std::vector< std::vector< float > > &  memF 
)
protected

Definition at line 1280 of file ContourTreeAlignment.cpp.

◆ traceNullAlignment()

std::shared_ptr< ttk::cta::AlignmentTree > ttk::ContourTreeAlignment::traceNullAlignment ( const std::shared_ptr< ttk::cta::BinaryTree > &  t,
bool  first 
)
protected

Definition at line 1658 of file ContourTreeAlignment.cpp.

Member Data Documentation

◆ alignmentRoot

std::shared_ptr<ttk::cta::AlignmentNode> ttk::ContourTreeAlignment::alignmentRoot
protected

Definition at line 349 of file ContourTreeAlignment.h.

◆ alignmentRootIdx

int ttk::ContourTreeAlignment::alignmentRootIdx
protected

Definition at line 350 of file ContourTreeAlignment.h.

◆ alignmenttreeType

ttk::cta::Type_Alignmenttree ttk::ContourTreeAlignment::alignmenttreeType = ttk::cta::averageValues
protected

Definition at line 336 of file ContourTreeAlignment.h.

◆ alignmentVal

float ttk::ContourTreeAlignment::alignmentVal
protected

Definition at line 351 of file ContourTreeAlignment.h.

◆ arcMatchMode

ttk::cta::Mode_ArcMatch ttk::ContourTreeAlignment::arcMatchMode = ttk::cta::persistence
protected

Definition at line 337 of file ContourTreeAlignment.h.

◆ arcs

std::vector<std::shared_ptr<ttk::cta::AlignmentEdge> > ttk::ContourTreeAlignment::arcs
protected

Definition at line 344 of file ContourTreeAlignment.h.

◆ contourtrees

std::vector<std::shared_ptr<ContourTree> > ttk::ContourTreeAlignment::contourtrees
protected

Definition at line 347 of file ContourTreeAlignment.h.

◆ nodes

std::vector<std::shared_ptr<ttk::cta::AlignmentNode> > ttk::ContourTreeAlignment::nodes
protected

Definition at line 343 of file ContourTreeAlignment.h.

◆ permutation

std::vector<size_t> ttk::ContourTreeAlignment::permutation
protected

Definition at line 348 of file ContourTreeAlignment.h.

◆ weightArcMatch

float ttk::ContourTreeAlignment::weightArcMatch = 1
protected

Definition at line 338 of file ContourTreeAlignment.h.

◆ weightCombinatorialMatch

float ttk::ContourTreeAlignment::weightCombinatorialMatch = 0
protected

Definition at line 339 of file ContourTreeAlignment.h.

◆ weightScalarValueMatch

float ttk::ContourTreeAlignment::weightScalarValueMatch = 0
protected

Definition at line 340 of file ContourTreeAlignment.h.


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