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

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::SimplexIdtrajectory
 
std::vector< double > distanceFromSeed
 
std::vector< ttk::SimplexIdlocalVertexIdentifier
 
ttk::SimplexId seedIdentifier
 
ttk::SimplexId forkIdentifier = -1
 

Detailed Description

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 49 of file IntegralLines.h.

Member Data Documentation

◆ distanceFromSeed

std::vector<double> ttk::intgl::IntegralLine::distanceFromSeed

Definition at line 51 of file IntegralLines.h.

◆ forkIdentifier

ttk::SimplexId ttk::intgl::IntegralLine::forkIdentifier = -1

Definition at line 54 of file IntegralLines.h.

◆ localVertexIdentifier

std::vector<ttk::SimplexId> ttk::intgl::IntegralLine::localVertexIdentifier

Definition at line 52 of file IntegralLines.h.

◆ seedIdentifier

ttk::SimplexId ttk::intgl::IntegralLine::seedIdentifier

Definition at line 53 of file IntegralLines.h.

◆ trajectory

std::vector<ttk::SimplexId> ttk::intgl::IntegralLine::trajectory

Definition at line 50 of file IntegralLines.h.


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