CellModules
MecaCell::World< Cell, Integrator >::dumb Struct Reference

#include <world.hpp>

Detailed Description

template<typename Cell, typename Integrator = Euler>
struct MecaCell::World< Cell, Integrator >::dumb

A cell type can define one embedded plugin class type which will be instanciated in the world. This can be useful, for example, to declare a collision system that stores connections at world level. As this kind of things are common & tightly related to the cell's implementation (ie. its membrane type), it seems fitting to let it be handled by a plugin that would be directly defined by the cell type itself.

Definition at line 48 of file world.hpp.


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