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