ulong minb
Closest border vertex.
Definition: VertexData.hpp:36
int labcount
of labels (cells) vertex connected to
Definition: VertexData.hpp:32
bool margin
Is vertex on the margin?
Definition: VertexData.hpp:33
float signal
Projected signal.
Definition: VertexData.hpp:27
Point3f pos
Position in space.
Definition: VertexData.hpp:23
char type
Type of vertex.
Definition: VertexData.hpp:29
float tsignal
Temp signal.
Definition: VertexData.hpp:26
bool inqueue
Is this in the queue? Used for segmentation.
Definition: VertexData.hpp:34
This class defines the content of a vertex.
Definition: VertexData.hpp:21
Common definitions and utilities for all geometry algorithms This file is shared by cuda...
bool selected
Is vertex selected?
Definition: VertexData.hpp:35
float area
Area of cell.
Definition: VertexData.hpp:30
int label
Region to which vertex belongs.
Definition: VertexData.hpp:28
int saveId
Used when saving vertex.
Definition: VertexData.hpp:31
Point2f txpos
Texture coordinates.
Definition: VertexData.hpp:25
Point3f nrml
Normal vector.
Definition: VertexData.hpp:24