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

#include <CellData.hpp>

Public Member Functions

 CellData ()
 
 ~CellData ()
 

Public Attributes

Point3d pos
 Center position of the cell. More...
 
Point3d nrml
 Cell normal. More...
 
double area
 Area of the cell. More...
 
double volume
 Volume for a 3D cell. More...
 
intptr_t vId
 Vertex id in main S graph. More...
 
int label
 Cell label. More...
 
Colorb color
 Cell center color. More...
 
int saveId
 Used when saving. More...
 
VVGraph< VertexData, EdgeDataS
 Graph for the cell. More...
 

Detailed Description

This class defines the properties of a cell, a vertex in the cell graph.

Definition at line 34 of file CellData.hpp.

Constructor & Destructor Documentation

◆ CellData()

mgx::CellData::CellData ( )
inline

Definition at line 48 of file CellData.hpp.

◆ ~CellData()

mgx::CellData::~CellData ( )
inline

Definition at line 51 of file CellData.hpp.

Member Data Documentation

◆ area

double mgx::CellData::area

Area of the cell.

Definition at line 39 of file CellData.hpp.

◆ color

Colorb mgx::CellData::color

Cell center color.

Definition at line 43 of file CellData.hpp.

◆ label

int mgx::CellData::label

Cell label.

Definition at line 42 of file CellData.hpp.

◆ nrml

Point3d mgx::CellData::nrml

Cell normal.

Definition at line 38 of file CellData.hpp.

◆ pos

Point3d mgx::CellData::pos

Center position of the cell.

Definition at line 37 of file CellData.hpp.

◆ S

VVGraph<VertexData, EdgeData> mgx::CellData::S

Graph for the cell.

Definition at line 45 of file CellData.hpp.

◆ saveId

int mgx::CellData::saveId

Used when saving.

Definition at line 44 of file CellData.hpp.

◆ vId

intptr_t mgx::CellData::vId

Vertex id in main S graph.

Definition at line 41 of file CellData.hpp.

◆ volume

double mgx::CellData::volume

Volume for a 3D cell.

Definition at line 40 of file CellData.hpp.


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