VPTissue Reference Manual
SimPT_Default::CellChemistry Namespace Reference

Namespace for cell chemistry components of the Default model group. More...

Classes

class  AuxinGrowth
 Implements AuxinGrowth cell chemistry. More...
 
class  Meinhardt
 Cell chemistry for Meinhardt model. More...
 
class  NoOp
 NoOp (do nothing) cell chemistry. More...
 
class  PINFlux
 Implements PINFlux model for cell chemistry. More...
 
class  PINFlux2
 Slightly different PINFlux model for cell chemistry. More...
 
class  SmithPhyllotaxis
 Implements cell chemistry of the phyllotaxis model due to Richard Smith et al. More...
 
class  Source
 CellChemistry for Source model. More...
 
class  TestCoupling
 CellChemistry component for the TestCoupling model. More...
 
class  Wortel
 CellChemistry for Wortel model. More...
 
class  WrapperModel
 CellChemistry for the Wrapper model. More...
 

Variables

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

Detailed Description

Namespace for cell chemistry components of the Default model group.

Variable Documentation

const ComponentTraits< CellChemistryTag >::MapType SimPT_Default::CellChemistry::g_component_factories
Initial value:
{{
std::make_pair("AuxinGrowth", boost::value_factory<AuxinGrowth>()),
std::make_pair("Meinhardt", boost::value_factory<Meinhardt>()),
std::make_pair("NoOp", boost::value_factory<NoOp>()),
std::make_pair("PINFlux", boost::value_factory<PINFlux>()),
std::make_pair("PINFlux2", boost::value_factory<PINFlux2>()),
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 42 of file Default/components/cell_chemistry/factories.cpp.

Referenced by SimPT_Default::ComponentFactory::CreateCellChemistry(), and SimPT_Default::ComponentFactory::ListCellChemistry().