Content of a vertex for the 2D cell system. More...
#include <algorithms/cellsystem.h>
Public Member Functions | |
bool | serialize (storage::VVEStorage &) |
Serialization method. | |
Public Attributes | |
double | area |
Area of the cell. | |
label_t | label |
Label of the cell. | |
Point3d | pos |
Position of the vertex. |
Content of a vertex for the 2D cell system.
Definition at line 311 of file cellsystem.h.
bool cell_system::CellSystemCell::serialize | ( | storage::VVEStorage & | store | ) |
Serialization method.
Definition at line 11 of file cellsystem.cpp.
References area, storage::VVEStorage::field(), label, and pos.
Point3d cell_system::CellSystemCell::pos |