33 #include <boost/functional/value_factory.hpp>
37 namespace CellToCellTransport {
44 std::make_pair(
"AuxinGrowth", boost::value_factory<AuxinGrowth>()),
45 std::make_pair(
"Basic", boost::value_factory<Basic>()),
46 std::make_pair(
"Meinhardt", boost::value_factory<Meinhardt>()),
47 std::make_pair(
"NoOp", boost::value_factory<NoOp>()),
48 std::make_pair(
"Plain", boost::value_factory<Plain>()),
49 std::make_pair(
"SmithPhyllotaxis", boost::value_factory<SmithPhyllotaxis>()),
50 std::make_pair(
"Source", boost::value_factory<Source>()),
51 std::make_pair(
"TestCoupling", boost::value_factory<TestCoupling>()),
52 std::make_pair(
"Wortel", boost::value_factory<Wortel>()),
53 std::make_pair(
"WrapperModel", boost::value_factory<WrapperModel>())
CellToCellTransport for SmithPhyllotaxis model.
Source CellToCellTransport component.
CellToCellTransport component for the TestCoupling model.
Namespace for components of the Default model group.
const ComponentTraits< CellToCellTransportTag >::MapType g_component_factories
Stores cell chemistry component factories.
CellToCellTransport for Wortel model.
CellToCellTransport for AuxinGrowth model.
Basic CellToCellTransport component.
CellToCellTransport component factory map.
CellToCellTransport for Wrapper model.
CellToCellTransport for Meinhardt model.
CellToCellTransport NoOp.
CellToCellTransport Plain model.