CellModules
|
Class for managing spheroid bodies. More...
#include <BodySpheroidManager.hpp>
Public Member Functions | |
BodySpheroidManager ()=default | |
Default constructor. More... | |
double | getDistanceFromCentroid () |
Gets the distance from the centroid. More... | |
void | setDistanceFromCentroid (double d) |
Sets the distance from the centroid. More... | |
void | setCellPlugin (plugin_t *_cellPlugin) |
void | onCellPluginLinking () |
Protected Attributes | |
plugin_t * | cellPlugin |
Private Attributes | |
double | distanceFromCentroid |
Class for managing spheroid bodies.
cell_t | Type of the cell. |
plugin_t | Type of the plugin. |
Definition at line 27 of file BodySpheroidManager.hpp.
|
inlinedefault |
Default constructor.
|
inline |
Gets the distance from the centroid.
Definition at line 44 of file BodySpheroidManager.hpp.
|
inlineinherited |
Definition at line 15 of file BaseBody.hpp.
|
inlineinherited |
Definition at line 14 of file BaseBody.hpp.
|
inline |
Sets the distance from the centroid.
d | Distance from the centroid. |
Definition at line 51 of file BodySpheroidManager.hpp.
|
protectedinherited |
Definition at line 9 of file BaseBody.hpp.
|
private |
Distance from centroid in µm
Definition at line 30 of file BodySpheroidManager.hpp.