VPTissue Reference Manual
|
#include <ExchangeCoupler.h>
Public Member Functions | |
virtual void | Exec () |
virtual void | Initialize (const boost::property_tree::ptree ¶meters, const CoreData &from, const CoreData &to) |
Public Member Functions inherited from SimPT_Sim::ICoupler | |
virtual | ~ICoupler () |
Virtual destructor. | |
Definition at line 36 of file ExchangeCoupler.h.
|
virtual |
Implements SimPT_Sim::ICoupler.
Definition at line 52 of file ExchangeCoupler.cpp.
References SimPT_Sim::Cell::GetArea().
|
virtual |
The parameter ptree should look something like this.
<chemical_from>[The chemical from which should be transferred]</chemical_from> <chemical_to>[The chemical to which should be transferred]</chemical_to> <transfer_cells_array> <transfer_cells> (for every pair of transfer cells) <cell_from>[The cell from which should be transferred]</cell_from> <cell_to>[The cell to which should be transferred]</cell_to> </transfer_cells> [...] </transfer_cells_array>
Implements SimPT_Sim::ICoupler.
Definition at line 37 of file ExchangeCoupler.cpp.