MorphoGraphX
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
mgx::VertexData Class Reference

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.
 

Detailed Description

This class defines the content of a vertex.

That is all properties available directly from a vertex.


The documentation for this class was generated from the following file: