TTK
|
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 |
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:
Definition at line 137 of file CTA_contourtree.h.
int ttk::cta::CTNode::branchID |
Definition at line 141 of file CTA_contourtree.h.
std::vector<int> ttk::cta::CTNode::edgeList |
Definition at line 143 of file CTA_contourtree.h.
float ttk::cta::CTNode::scalarValue |
Definition at line 140 of file CTA_contourtree.h.
Type_Node ttk::cta::CTNode::type |
Definition at line 139 of file CTA_contourtree.h.