classespage.h 790 B

1234567891011121314151617181920212223
  1. /** \page classes_page The most important classes
  2. The important classes defining the state of the model are defined in guess.h.
  3. For a full list of all those classes and other things, see the documentation
  4. for guess.h.
  5. The most important classes (from a scientific perspective) are:
  6. - \ref Individual - \copybrief Individual
  7. - \ref Vegetation - \copybrief Vegetation
  8. - \ref Patch - \copybrief Patch
  9. - \ref Stand - \copybrief Stand
  10. - \ref Gridcell - \copybrief Gridcell
  11. - \ref Pft - \copybrief Pft
  12. - \ref Patchpft - \copybrief Patchpft
  13. - \ref Standpft - \copybrief Standpft
  14. - \ref Gridcellpft - \copybrief Gridcellpft
  15. - \ref Climate - \copybrief Climate
  16. - \ref Soiltype - \copybrief Soiltype
  17. - \ref Soil - \copybrief Soil
  18. - \ref ManagementType - \copybrief ManagementType
  19. */