USC-NSL / Computational-Agroecology

6 stars 1 forks source link

Added `GetPlantList()` in `PlantBuilder` #91

Closed ralphchung closed 5 years ago

ralphchung commented 5 years ago

Just added a basic functionality to fetch the list of all plant models from PlantBuilder.

It may be inefficient if this function is called frequently. One alternative could be having a std::set<std::string> storing all plant model names besides the map. I am welcome to discuss this.