VPTissue Reference Manual
SimPT_Sim::ExchangeCoupler Class Reference

ExchangeCoupler. More...

#include <ExchangeCoupler.h>

Inheritance diagram for SimPT_Sim::ExchangeCoupler:
Inheritance graph
Collaboration diagram for SimPT_Sim::ExchangeCoupler:
Collaboration graph

Public Member Functions

virtual void Exec ()
 
virtual void Initialize (const boost::property_tree::ptree &parameters, const CoreData &from, const CoreData &to)
 
- Public Member Functions inherited from SimPT_Sim::ICoupler
virtual ~ICoupler ()
 Virtual destructor.
 

Detailed Description

ExchangeCoupler.

Definition at line 36 of file ExchangeCoupler.h.

Member Function Documentation

void SimPT_Sim::ExchangeCoupler::Exec ( )
virtual
See also
ICoupler::Exec.

Implements SimPT_Sim::ICoupler.

Definition at line 52 of file ExchangeCoupler.cpp.

References SimPT_Sim::Cell::GetArea().

Here is the call graph for this function:

void SimPT_Sim::ExchangeCoupler::Initialize ( const boost::property_tree::ptree &  parameters,
const CoreData from,
const CoreData to 
)
virtual
See also
ICoupler::Initialize.

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.


The documentation for this class was generated from the following files: