MorphoGraphX  2.0-1-227
Public Member Functions | Public Attributes | List of all members
mgx::VertexData Class Reference

#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...
 

Detailed Description

This class defines the properties of a vertex

Definition at line 32 of file VertexData.hpp.

Constructor & Destructor Documentation

◆ VertexData()

mgx::VertexData::VertexData ( )
inline

Definition at line 50 of file VertexData.hpp.

◆ ~VertexData()

mgx::VertexData::~VertexData ( )
inline

Definition at line 53 of file VertexData.hpp.

Member Data Documentation

◆ cId

intptr_t mgx::VertexData::cId

Id in cell graph.

Definition at line 38 of file VertexData.hpp.

◆ color

Colorb mgx::VertexData::color

Color to draw point.

Definition at line 42 of file VertexData.hpp.

◆ label

int mgx::VertexData::label

Cell to which vertex belongs.

Definition at line 41 of file VertexData.hpp.

◆ margin

bool mgx::VertexData::margin

Is vertex on the margin?

Definition at line 47 of file VertexData.hpp.

◆ minb

intptr_t mgx::VertexData::minb

Closest border vertex.

Definition at line 37 of file VertexData.hpp.

◆ nrml

Point3d mgx::VertexData::nrml

Normal vector.

Definition at line 36 of file VertexData.hpp.

◆ pos

Point3d mgx::VertexData::pos

Position in space.

Definition at line 35 of file VertexData.hpp.

◆ saveId

int mgx::VertexData::saveId

Used when saving vertex.

Definition at line 43 of file VertexData.hpp.

◆ selected

bool mgx::VertexData::selected

Is vertex selected?

Definition at line 46 of file VertexData.hpp.

◆ signal

float mgx::VertexData::signal

Projected signal.

Definition at line 40 of file VertexData.hpp.

◆ type

char mgx::VertexData::type

Type of vertex.

Definition at line 45 of file VertexData.hpp.


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