TTK
|
Basic data structure for an edge of an unrooted contour tree. More...
#include <CTA_contourtree.h>
Public Attributes | |
int | node1Idx |
int | node2Idx |
float | scalardistance |
float | area |
std::vector< int > | region |
float | volume |
int | segId |
Basic data structure for an edge of an unrooted contour tree.
This structure represents edges of an unrooted contour tree.
It stores the following edge properties:
It stores the following information for the tree structure:
Definition at line 166 of file CTA_contourtree.h.
float ttk::cta::CTEdge::area |
Definition at line 171 of file CTA_contourtree.h.
int ttk::cta::CTEdge::node1Idx |
Definition at line 168 of file CTA_contourtree.h.
int ttk::cta::CTEdge::node2Idx |
Definition at line 169 of file CTA_contourtree.h.
std::vector<int> ttk::cta::CTEdge::region |
Definition at line 172 of file CTA_contourtree.h.
float ttk::cta::CTEdge::scalardistance |
Definition at line 170 of file CTA_contourtree.h.
int ttk::cta::CTEdge::segId |
Definition at line 174 of file CTA_contourtree.h.
float ttk::cta::CTEdge::volume |
Definition at line 173 of file CTA_contourtree.h.