|
MorphoGraphX
2.0-1-227
|
#include <VertexData.hpp>
Public Member Functions | |
| VertexData () | |
| ~VertexData () | |
Public Attributes | |
| Point3d | pos |
| Position in space. More... | |
| Point3d | nrml |
| Normal vector. More... | |
| intptr_t | minb |
| Closest border vertex. More... | |
| intptr_t | cId |
| Id in cell graph. More... | |
| float | signal |
| Projected signal. More... | |
| int | label |
| Cell to which vertex belongs. More... | |
| Colorb | color |
| Color to draw point. More... | |
| int | saveId |
| Used when saving vertex. More... | |
| char | type |
| Type of vertex. More... | |
| bool | selected |
| Is vertex selected? More... | |
| bool | margin |
| Is vertex on the margin? More... | |
This class defines the properties of a vertex
Definition at line 32 of file VertexData.hpp.
|
inline |
Definition at line 50 of file VertexData.hpp.
|
inline |
Definition at line 53 of file VertexData.hpp.
| intptr_t mgx::VertexData::cId |
Id in cell graph.
Definition at line 38 of file VertexData.hpp.
| Colorb mgx::VertexData::color |
Color to draw point.
Definition at line 42 of file VertexData.hpp.
| int mgx::VertexData::label |
Cell to which vertex belongs.
Definition at line 41 of file VertexData.hpp.
| bool mgx::VertexData::margin |
Is vertex on the margin?
Definition at line 47 of file VertexData.hpp.
| intptr_t mgx::VertexData::minb |
Closest border vertex.
Definition at line 37 of file VertexData.hpp.
| Point3d mgx::VertexData::nrml |
Normal vector.
Definition at line 36 of file VertexData.hpp.
| Point3d mgx::VertexData::pos |
Position in space.
Definition at line 35 of file VertexData.hpp.
| int mgx::VertexData::saveId |
Used when saving vertex.
Definition at line 43 of file VertexData.hpp.
| bool mgx::VertexData::selected |
Is vertex selected?
Definition at line 46 of file VertexData.hpp.
| float mgx::VertexData::signal |
Projected signal.
Definition at line 40 of file VertexData.hpp.
| char mgx::VertexData::type |
Type of vertex.
Definition at line 45 of file VertexData.hpp.
1.8.17