TTK
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Enumerations
IntegralLines.h File Reference
#include <ArrayLinkedList.h>
#include <Geometry.h>
#include <ScalarFieldCriticalPoints.h>
#include <Triangulation.h>
#include <algorithm>
#include <iterator>
#include <limits>
#include <numeric>
#include <string>
#include <unordered_set>

Go to the source code of this file.

Classes

struct  ttk::intgl::IntegralLine
 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...
 
class  ttk::IntegralLines
 TTK processing package for the computation of edge-based integral lines of the gradient of an input scalar field defined on a PL manifold. More...
 

Namespaces

namespace  ttk
 The Topology ToolKit.
 
namespace  ttk::intgl
 

Macros

#define INTEGRAL_LINE_TABULAR_SIZE   50
 

Enumerations

enum  ttk::Direction { ttk::Forward = 0 , ttk::Backward }
 

Macro Definition Documentation

◆ INTEGRAL_LINE_TABULAR_SIZE

#define INTEGRAL_LINE_TABULAR_SIZE   50

Definition at line 31 of file IntegralLines.h.