SORTIE Core C++ Documentation
|
Here is a universal place to define model-specific data types, structures, enums, etc. More...
Classes | |
struct | intVal |
Structure for holding species-specific float values. More... | |
struct | doubleVal |
Structure for holding species-specific double values. More... | |
struct | boolVal |
Structure for holding species-specific boolean values. More... | |
struct | stcSpeciesTypeCombo |
Holds species/type combos. More... | |
Namespaces | |
whyDead | |
Reason codes for why a tree died. | |
Enumerations | |
enum | fileType { notrecognized = -1, oldsortie = 0, parfile = 1, tree, treemap, batchfile, map, detailed_output, detailed_output_timestep, lastfile } |
List of file type codes. More... | |
enum | pdf { deterministic_pdf, poisson_pdf, lognormal_pdf, normal_pdf, negative_binomial_pdf, binomial_pdf, inverse_gaussian_pdf } |
List of PDFs. More... | |
enum | whyDead::deadCode { whyDead::notdead = 0, whyDead::harvest, whyDead::natural, whyDead::disease, whyDead::fire, whyDead::insects, whyDead::storm, whyDead::remove_tree } |
enum | mastEvent { nonmast, mast, numevents } |
Masting vs. More... | |
enum | densDepResistanceStatus { resistant = 1, cond_susceptible, susceptible } |
Density dependent infestation resistance to infestation status. More... | |
Here is a universal place to define model-specific data types, structures, enums, etc.
Copyright 2011 Charles D. Canham.
Edit history:
--------------—
October 20, 2011 - Wiped the slate clean for SORTIE 7.0 (LEM)
enum fileType |
List of file type codes.
enum mastEvent |
enum pdf |