TTK
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
TrackingFromOverlap.h File Reference
#include <Debug.h>
#include <algorithm>
#include <boost/variant.hpp>
#include <map>
#include <unordered_map>

Go to the source code of this file.

Classes

class  ttk::TrackingFromOverlap
 TTK trackingFromOverlap processing package that tracks labeled point sets. More...
 
struct  ttk::TrackingFromOverlap::Node
 
struct  ttk::TrackingFromOverlap::CoordinateComparator
 

Namespaces

namespace  ttk
 The Topology ToolKit.
 

Typedefs

using topologyType = unsigned char
 
using idType = long long int
 
using labelTypeVariant = boost::variant< double, float, long long, unsigned long long, long, unsigned long, int, unsigned int, short, unsigned short, char, signed char, unsigned char >
 
using sizeType = float
 

Typedef Documentation

◆ idType

using idType = long long int

Definition at line 35 of file TrackingFromOverlap.h.

◆ labelTypeVariant

using labelTypeVariant = boost::variant<double, float, long long, unsigned long long, long, unsigned long, int, unsigned int, short, unsigned short, char, signed char, unsigned char>

Definition at line 37 of file TrackingFromOverlap.h.

◆ sizeType

using sizeType = float

Definition at line 50 of file TrackingFromOverlap.h.

◆ topologyType

using topologyType = unsigned char

Definition at line 34 of file TrackingFromOverlap.h.