Classes | |
class | Cell |
This class implement the minimal behavior of a biological cell. The basic behavior of a cell is related with the cell cycle. Geometrical concepts like size and shape are also managed by this abstract cell. More... | |
class | CellBase |
non-templated Base class from which the templated Cell classes will be derived. Derived classes are instantiated for a specific space dimension. More... | |
class | CellularAggregate |
This class represent an aggregation of bio::Cell objects This class is the base for different types of cellular groups including bacterial colonies and pluricellular organisms. More... | |
class | CellularAggregateBase |
Base class for the CellularAggregates. This base class is not templated over the space dimension. More... | |
class | Gene |
This class implement the abstraction of a biological gene. More... | |
struct | Gene::ControlDomainType |
class | GeneNetwork |
This class implement the abstraction of a biological gene network. More... | |
class | Genome |
This class implement the abstraction of a biological genome. More... |