|
MorphoGraphX
2.0-1-227
|
#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, EdgeData > | S |
| Graph for the cell. More... | |
This class defines the properties of a cell, a vertex in the cell graph.
Definition at line 34 of file CellData.hpp.
|
inline |
Definition at line 48 of file CellData.hpp.
|
inline |
Definition at line 51 of file CellData.hpp.
| double mgx::CellData::area |
Area of the cell.
Definition at line 39 of file CellData.hpp.
| Colorb mgx::CellData::color |
Cell center color.
Definition at line 43 of file CellData.hpp.
| int mgx::CellData::label |
Cell label.
Definition at line 42 of file CellData.hpp.
| Point3d mgx::CellData::nrml |
Cell normal.
Definition at line 38 of file CellData.hpp.
| Point3d mgx::CellData::pos |
Center position of the cell.
Definition at line 37 of file CellData.hpp.
| VVGraph<VertexData, EdgeData> mgx::CellData::S |
Graph for the cell.
Definition at line 45 of file CellData.hpp.
| int mgx::CellData::saveId |
Used when saving.
Definition at line 44 of file CellData.hpp.
| intptr_t mgx::CellData::vId |
Vertex id in main S graph.
Definition at line 41 of file CellData.hpp.
| double mgx::CellData::volume |
Volume for a 3D cell.
Definition at line 40 of file CellData.hpp.
1.8.17