VPTissue Reference Manual
SimPT_Default::CellToCellTransport Namespace Reference

Namespace for diffusion and transport components of the Default model group. More...

Classes

class  AuxinGrowth
 Cell to cell transport for AuxinGrowth model. More...
 
class  Basic
 Basic plus source approach to cell2cell transport. More...
 
class  Meinhardt
 Cell to cell transport for Meinhardt model. More...
 
class  NoOp
 NoOp (do nothing) transport scheme. More...
 
class  Plain
 Implements a plain transport scheme. More...
 
class  SmithPhyllotaxis
 Cell to cell passive & active transport of IAA & PIN in the phyllotaxis model of Richard Smith. More...
 
class  Source
 Source based transport scheme. More...
 
class  TestCoupling
 CellToCellTransport component for the TestCoupling model. More...
 
class  Wortel
 Cell to cell transport for Wortel model. More...
 
class  WrapperModel
 Cell to cell transport for WrapperModel model. More...
 

Variables

const ComponentTraits< CellToCellTransportTag >::MapType g_component_factories
 Stores cell chemistry component factories. More...
 

Detailed Description

Namespace for diffusion and transport components of the Default model group.

Variable Documentation

const ComponentTraits< CellToCellTransportTag >::MapType SimPT_Default::CellToCellTransport::g_component_factories
Initial value:
{{
std::make_pair("AuxinGrowth", boost::value_factory<AuxinGrowth>()),
std::make_pair("Basic", boost::value_factory<Basic>()),
std::make_pair("Meinhardt", boost::value_factory<Meinhardt>()),
std::make_pair("NoOp", boost::value_factory<NoOp>()),
std::make_pair("Plain", boost::value_factory<Plain>()),
std::make_pair("SmithPhyllotaxis", boost::value_factory<SmithPhyllotaxis>()),
std::make_pair("Source", boost::value_factory<Source>()),
std::make_pair("TestCoupling", boost::value_factory<TestCoupling>()),
std::make_pair("Wortel", boost::value_factory<Wortel>()),
std::make_pair("WrapperModel", boost::value_factory<WrapperModel>())
}}

Stores cell chemistry component factories.

Definition at line 43 of file Default/components/cell2cell_transport/factories.cpp.

Referenced by SimPT_Default::ComponentFactory::CreateCellToCellTransport(), and SimPT_Default::ComponentFactory::ListCellToCellTransport().