#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.
|
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...
|
|
◆ INTEGRAL_LINE_TABULAR_SIZE
#define INTEGRAL_LINE_TABULAR_SIZE 50 |