|
Tissue Forge C++ 0.2.1
Interactive, particle-based physics, chemistry and biology modeling and simulation environment
|
#include "tf_platform.h"#include <mdcore_config.h>#include <io/tf_io.h>#include "tfSpace_cell.h"#include <string>

Go to the source code of this file.
Classes | |
| struct | TissueForge::TypeIdPair |
| struct | TissueForge::Flux |
| struct | TissueForge::Fluxes |
| A flux is defined between a pair of types, and acts on the state vector between a pair of instances. More... | |
Namespaces | |
| namespace | TissueForge |
| Include Python header, disable linking to pythonX_d.lib on Windows in debug mode. | |
Enumerations | |
| enum | FluxKind { FLUX_FICK = 0 , FLUX_SECRETE = 1 , FLUX_UPTAKE = 2 } |
Functions | |
| HRESULT | TissueForge::Fluxes_integrate (space_cell *cell, FPTYPE dt=-1.0) |
| HRESULT | TissueForge::Fluxes_integrate (int cellId) |