![]() |
CMlib
Cell mapping algorithms in C++
|
#include <cstdint>
Go to the source code of this file.
Classes | |
class | cm::CellBase |
CellBase class for state space cells. More... | |
class | cm::SCMCell< IDType > |
Template class for Cells used with Simple Cell Mapping. More... | |
class | cm::ClusterableSCMCell< IDType > |
Namespaces | |
cm | |
Enumerations | |
enum | cm::CellState : uint8_t { cm::CellState::Untouched, cm::CellState::UnderProcessing, cm::CellState::Processed } |
Used during cell mapping algorithms. More... | |