TTK
Loading...
Searching...
No Matches
Public Attributes | List of all members
ttk::cta::CTNode Struct Reference

Basic data structure for a node of an unrooted contour tree. More...

#include <CTA_contourtree.h>

Public Attributes

Type_Node type
 
float scalarValue
 
int branchID
 
std::vector< int > edgeList
 

Detailed Description

Basic data structure for a node of an unrooted contour tree.

This structure represents nodes of an unrooted contour tree.

It stores the following node properties:

It stores the following information for the tree structure:

See also
ttk::ContourTreeAlignment
ttk::cta::ContourTree
ttk::cta::CTEdge

Definition at line 137 of file CTA_contourtree.h.

Member Data Documentation

◆ branchID

int ttk::cta::CTNode::branchID

Definition at line 141 of file CTA_contourtree.h.

◆ edgeList

std::vector<int> ttk::cta::CTNode::edgeList

Definition at line 143 of file CTA_contourtree.h.

◆ scalarValue

float ttk::cta::CTNode::scalarValue

Definition at line 140 of file CTA_contourtree.h.

◆ type

Type_Node ttk::cta::CTNode::type

Definition at line 139 of file CTA_contourtree.h.


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