30 #include <boost/functional/value_factory.hpp>
35 using std::placeholders::_1;
42 std::make_pair(
"auxinpin1", boost::value_factory<AuxinPIN1>()),
43 std::make_pair(
"chem_blue_0", bind(boost::value_factory<ChemBlue>(), _1, 0U)),
44 std::make_pair(
"chem_blue_1", bind(boost::value_factory<ChemBlue>(), _1, 1U)),
45 std::make_pair(
"chem_blue_2", bind(boost::value_factory<ChemBlue>(), _1, 2U)),
46 std::make_pair(
"chem_blue_3", bind(boost::value_factory<ChemBlue>(), _1, 3U)),
47 std::make_pair(
"chem_blue_4", bind(boost::value_factory<ChemBlue>(), _1, 4U)),
48 std::make_pair(
"chem_blue_5", bind(boost::value_factory<ChemBlue>(), _1, 5U)),
49 std::make_pair(
"chem_blue_6", bind(boost::value_factory<ChemBlue>(), _1, 6U)),
50 std::make_pair(
"chem_green_0", bind(boost::value_factory<ChemGreen>(), _1, 0U)),
51 std::make_pair(
"chem_green_1", bind(boost::value_factory<ChemGreen>(), _1, 1U)),
52 std::make_pair(
"chem_green_2", bind(boost::value_factory<ChemGreen>(), _1, 2U)),
53 std::make_pair(
"chem_green_3", bind(boost::value_factory<ChemGreen>(), _1, 3U)),
54 std::make_pair(
"chem_green_4", bind(boost::value_factory<ChemGreen>(), _1, 4U)),
55 std::make_pair(
"chem_green_5", bind(boost::value_factory<ChemGreen>(), _1, 5U)),
56 std::make_pair(
"chem_green_6", bind(boost::value_factory<ChemGreen>(), _1, 6U)),
57 std::make_pair(
"meinhardt", boost::value_factory<Meinhardt>()),
59 std::make_pair(
"simplyred_0", bind(boost::value_factory<SimplyRed>(), _1, 0U)),
60 std::make_pair(
"simplyred_1", bind(boost::value_factory<SimplyRed>(), _1, 1U)),
61 std::make_pair(
"size", boost::value_factory<Size>()),
62 std::make_pair(
"tipgrowth", boost::value_factory<TipGrowth>()),
63 std::make_pair(
"wortel", boost::value_factory<Wortel>())
Header for SimplyRed colorizer.
CellColor::Meinhardt header file.
Header for AuxinPIN1 colorizer.
Namespace for components of the Default model group.
const ComponentTraits< CellColorTag >::MapType g_component_factories
Stores cell color component factories.
CellChemistry component factory map.
Header for TipGrowth colorizer.
Interface for CellColor::WortelColor.
CellColor ChemGreen scheme (use black background).