60 = std::numeric_limits<idSuperArc>::max();
61 static const idNode nullNodes = std::numeric_limits<idNode>::max();
62 static const SimplexId nullVertex = std::numeric_limits<SimplexId>::max();
63 static const idCorresp nullCorresp = std::numeric_limits<idCorresp>::max();
64 static const idSegment nullSegment = std::numeric_limits<idSegment>::max();
66 = std::numeric_limits<idInterface>::max();
68 = std::numeric_limits<idPartition>::max();
69 static const ufDataType nullUfData = std::numeric_limits<ufDataType>::max();
71 = std::numeric_limits<ufDataType>::max() - 1;
long long int idCorresp
type used to recover Node/Arc in vert2tree SIGNED ONLY
idSuperArc idSegment
for the segmentation, we have an array of segment containing area of the mesh
long unsigned int idSuperArc
SuperArc index in vect_superArcs_.
unsigned int idNode
Node index in vect_nodes_.
long int ufDataType
type stored by UnionFind
ThreadId numThread
type use to store threads related numbers
numThread idInterface
index of the interface/partition in vect_interfaces_
TTK base package defining the standard types.
int SimplexId
Identifier type for simplices of any dimension.
int ThreadId
Identifier type for threads (i.e. with OpenMP).