![]() |
CMlib
Cell mapping algorithms in C++
|
#include <cell.h>
Public Member Functions | |
ClusterableSCMCell () | |
IDType | getClusterID () const |
void | setClusterID (IDType clusterID) |
IDType | getCellTreeID () const |
void | setCellTreeID (IDType cellTreeID) |
![]() | |
SCMCell () | |
Step number of this cell (0 for periodic cells, positive for transient cells) More... | |
IDType | getImage () const |
Returns the image of the cell. More... | |
void | setImage (IDType image) |
Sets the image of the cell. More... | |
IDType | getGroup () const |
Returns the group number of the cell. More... | |
void | setGroup (IDType group) |
Sets the group number of the cell. More... | |
IDType | getStep () const |
Returns the step number of the cell. More... | |
void | setStep (IDType step) |
Sets the step number of the cell. More... | |
![]() | |
CellBase () | |
The state of the cell. More... | |
CellState | getState () const |
Returns the state of the cell. More... | |
void | setState (CellState state) |
Sets the state of the cell. More... | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |