31 #include <boost/functional/value_factory.hpp>
35 namespace CellDaughters {
39 std::make_pair(
"Auxin", boost::value_factory<Auxin>()),
40 std::make_pair(
"BasicPIN", boost::value_factory<BasicPIN>()),
41 std::make_pair(
"NoOp", boost::value_factory<NoOp>()),
42 std::make_pair(
"Perimeter", boost::value_factory<Perimeter>()),
43 std::make_pair(
"PIN", boost::value_factory<PIN>()),
44 std::make_pair(
"SmithPhyllotaxis", boost::value_factory<SmithPhyllotaxis>()),
45 std::make_pair(
"Wortel", boost::value_factory<Wortel>()),
46 std::make_pair(
"WrapperModel", boost::value_factory<WrapperModel>())
Interface for CellDaughters::Auxin.
CellDaughters component factory map.
Interface/Implementation for CellDaughters::NoOp.
Namespace for components of the Default model group.
CellDaughters::SmithPhyllotaxis header file.
CellDaughters for Wortel model.
CellDaughter component for Wrapper model.
const ComponentTraits< CellDaughtersTag >::MapType g_component_factories
Stores cell chemistry component factories.
Interface for CellDaughters::PIN.
CellDaughters::Perimeter header file.
Interface for CellDaughters::BasicPIN.