CMlib
Cell mapping algorithms in C++
cm::CellBase Class Reference

CellBase class for state space cells. More...

#include <cell.h>

Inheritance diagram for cm::CellBase:
cm::SCMCell< IDType > cm::ClusterableSCMCell< IDType >

Public Member Functions

 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...
 

Detailed Description

CellBase class for state space cells.

Every cell type should have a state at least.

Constructor & Destructor Documentation

◆ CellBase()

cm::CellBase::CellBase ( )
inline

The state of the cell.

Member Function Documentation

◆ getState()

CellState cm::CellBase::getState ( ) const
inline

Returns the state of the cell.

◆ setState()

void cm::CellBase::setState ( CellState  state)
inline

Sets the state of the cell.


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