VPTissue Reference Manual
SimPT_Default::CellDaughters Namespace Reference

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

Classes

class  Auxin
 Implements Auxin division dynamics. More...
 
class  BasicPIN
 Implements PIN division dynamics. More...
 
class  NoOp
 Implements NoOp (do nothing) division dynamics. More...
 
class  Perimeter
 Implements perimeter closeness division dynamics. More...
 
class  PIN
 Implements PIN division dynamics. More...
 
class  SmithPhyllotaxis
 Implements Smith phyllotaxis division dynamics. More...
 
class  Wortel
 Implements root division dynamics. More...
 
class  WrapperModel
 Implements MaizeGRN division dynamics. More...
 

Variables

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

Detailed Description

Namespace for cell daughters components of the Default model group.

Variable Documentation

const ComponentTraits< CellDaughtersTag >::MapType SimPT_Default::CellDaughters::g_component_factories
Initial value:
{{
std::make_pair("Auxin", boost::value_factory<Auxin>()),
std::make_pair("BasicPIN", boost::value_factory<BasicPIN>()),
std::make_pair("NoOp", boost::value_factory<NoOp>()),
std::make_pair("Perimeter", boost::value_factory<Perimeter>()),
std::make_pair("PIN", boost::value_factory<PIN>()),
std::make_pair("SmithPhyllotaxis", boost::value_factory<SmithPhyllotaxis>()),
std::make_pair("Wortel", boost::value_factory<Wortel>()),
std::make_pair("WrapperModel", boost::value_factory<WrapperModel>())
}}

Stores cell chemistry component factories.

Definition at line 38 of file Default/components/cell_daughters/factories.cpp.

Referenced by SimPT_Default::ComponentFactory::CreateCellDaughters(), and SimPT_Default::ComponentFactory::ListCellDaughters().