VPTissue Reference Manual
SimPT_Default::CellHousekeep Namespace Reference

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

Classes

class  Auxin
 Implements Auxin cell housekeeping. More...
 
class  AuxinGrowth
 Cell housekeeping for auxin dependent growth. More...
 
class  BasicAuxin
 Cell housekeeping for a basic auxin based model. More...
 
class  Geometric
 Geometry based cell housekeeping. More...
 
class  Meinhardt
 Cell housekeeping for the Meinhardt model. More...
 
class  NoOp
 Implements NoOp (do nothing) cell housekeeping. More...
 
class  SmithPhyllotaxis
 Implements Smith phyllotaxis cell housekeeping. More...
 
class  Wortel
 Cell housekeeping for Wortel. More...
 
class  WrapperModel
 CellHousekeep for Wrapper model. More...
 

Variables

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

Detailed Description

Namespace for cell houskeeping components of the Default model group.

Variable Documentation

const ComponentTraits< CellHousekeepTag >::MapType SimPT_Default::CellHousekeep::g_component_factories
Initial value:
{{
std::make_pair("Auxin", boost::value_factory<Auxin>()),
std::make_pair("AuxinGrowth", boost::value_factory<AuxinGrowth>()),
std::make_pair("BasicAuxin", boost::value_factory<BasicAuxin>()),
std::make_pair("Geometric", boost::value_factory<Geometric>()),
std::make_pair("Meinhardt", boost::value_factory<Meinhardt>()),
std::make_pair("NoOp", boost::value_factory<NoOp>()),
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 39 of file Default/components/cell_housekeep/factories.cpp.

Referenced by SimPT_Default::ComponentFactory::CreateCellHousekeep(), and SimPT_Default::ComponentFactory::ListCellHousekeep().