|
TTK
|
Struct containing the data of an integral line. trajectories: vector of identifiers of each vertex the integral line passes on distanceFromSeed: distance of each vertex for the integral line from the seed localVertexIdentifiers: vector of local vertex ids. It represents the number of the vertex in the integral line. seedIdentifier: identifier of the seed of the integral line forkIdentifier: identifier of the last fork the integral line encountered. More...
#include <IntegralLines.h>
Public Attributes | |
| std::vector< ttk::SimplexId > | trajectory |
| std::vector< double > | distanceFromSeed |
| std::vector< ttk::SimplexId > | localVertexIdentifier |
| ttk::SimplexId | seedIdentifier |
| ttk::SimplexId | forkIdentifier = -1 |
Struct containing the data of an integral line. trajectories: vector of identifiers of each vertex the integral line passes on distanceFromSeed: distance of each vertex for the integral line from the seed localVertexIdentifiers: vector of local vertex ids. It represents the number of the vertex in the integral line. seedIdentifier: identifier of the seed of the integral line forkIdentifier: identifier of the last fork the integral line encountered.
Definition at line 54 of file IntegralLines.h.
| std::vector<double> ttk::intgl::IntegralLine::distanceFromSeed |
Definition at line 56 of file IntegralLines.h.
| ttk::SimplexId ttk::intgl::IntegralLine::forkIdentifier = -1 |
Definition at line 59 of file IntegralLines.h.
| std::vector<ttk::SimplexId> ttk::intgl::IntegralLine::localVertexIdentifier |
Definition at line 57 of file IntegralLines.h.
| ttk::SimplexId ttk::intgl::IntegralLine::seedIdentifier |
Definition at line 58 of file IntegralLines.h.
| std::vector<ttk::SimplexId> ttk::intgl::IntegralLine::trajectory |
Definition at line 55 of file IntegralLines.h.