28 #include <boost/functional/value_factory.hpp>
39 std::make_pair(
"AreaThresholdBased", boost::value_factory<AreaThresholdBased>()),
40 std::make_pair(
"AuxinGrowth", boost::value_factory<AuxinGrowth>()),
41 std::make_pair(
"Geometric", boost::value_factory<Geometric>()),
42 std::make_pair(
"NoOp", boost::value_factory<NoOp>()),
43 std::make_pair(
"Wortel", boost::value_factory<Wortel>())
CellSplit NoOp implementation.
Namespace for components of the Default model group.
CellSplit for Geometric model.
const ComponentTraits< CellSplitTag >::MapType g_component_factories
Stores CellChemistry component factories.
CellSplit for AreaThresholdBased model.
CellSplit component factory map.
CellSplit for AuxinGrowth model.
CellSplit for Wortel model.