MorphoGraphX
|
This class defines the content of a vertex. More...
#include <VertexData.hpp>
Public Attributes | |
Point3f | pos |
Position in space. | |
Point3f | nrml |
Normal vector. | |
Point2f | txpos |
Texture coordinates. | |
float | tsignal |
Temp signal. | |
float | signal |
Projected signal. | |
int | label |
Region to which vertex belongs. | |
char | type |
Type of vertex. | |
float | area |
Area of cell. | |
int | saveId |
Used when saving vertex. | |
int | labcount |
of labels (cells) vertex connected to | |
bool | margin |
Is vertex on the margin? | |
bool | inqueue |
Is this in the queue? Used for segmentation. | |
bool | selected |
Is vertex selected? | |
ulong | minb |
Closest border vertex. | |
This class defines the content of a vertex.
That is all properties available directly from a vertex.