1#ifndef ONKO3D_3_0_PLUGINDIFFUSION_HPP
2#define ONKO3D_3_0_PLUGINDIFFUSION_HPP
28 template<
typename cell_t>
121 template<
typename world_t>
molecules 2D Grid manager
molecules grid based class
void initGrid(int w, int h)
grid initializer
void setToreX(bool b)
toreX setter
void addMolecule(int n, Molecule m)
molecule adder
void setToreY(bool b)
toreY setter
void setTore(bool x, bool y)
tore setter
void computeMolecules(world_t *w)
molecules quantities updater
grid diffusion based plugin class
PluginDiffusion()
constructor
DiffusionGrid * getDiffusionGrid()
grid getter
void setToreY(bool b)
grid toreY setter
void preBehaviorUpdate(world_t *w)
preBehaviorUpdate MecaCell hook
void setToreX(bool b)
grid toreX setter
void initDiffusionGrid(int size)
square grid initializer
void setTore(bool x, bool y)
grid tore setter
void addMolecule(int n, Molecule m)
molecule adder
void initDiffusionGrid(int w, int h)
grid initializer
PluginDiffusion(int size)
constructor
PluginDiffusion(int w, int h)
constructor