|
typedef Poco::Tuple< Int64, int, int, int, int, double, double > | DateRow |
|
typedef std::tuple< Int64, int, int, int, int, double, double > | StdDateRow |
|
typedef Poco::Tuple< Int64, Int64, Int64, Int64, Poco::Nullable< Int64 >, double > | TemporalLocationRow |
|
typedef std::tuple< Int64, Int64, Int64, Int64, std::optional< Int64 >, double > | StdTemporalLocationRow |
|
typedef Poco::Tuple< Int64, int, int, int, int, std::string > | ModuleInfoRow |
|
typedef std::tuple< Int64, int, int, int, int, std::string > | StdModuleInfoRow |
|
typedef Poco::Tuple< Int64, int, std::string > | DisturbanceTypeRow |
|
typedef std::tuple< Int64, int, std::string > | StdDisturbanceTypeRow |
|
typedef Poco::Tuple< Int64, std::string > | PoolInfoRow |
|
typedef Poco::Tuple< Int64, std::string > | LandClassRow |
|
typedef std::tuple< Int64, std::string > | StdLandClassRow |
|
typedef Poco::Tuple< Int64, std::vector< Poco::Nullable< std::string > > > | ClassifierSetRow |
|
typedef Poco::Tuple< Int64, Int64, Int64, Int64, double > | DisturbanceRow |
|
typedef std::tuple< Int64, Int64, Int64, Int64, double > | StdDisturbanceRow |
|
typedef Poco::Tuple< Int64, Int64, Int64, Poco::Nullable< Int64 >, Int64, Int64, double > | FluxRow |
|
typedef std::tuple< Int64, Int64, Int64, std::optional< Int64 >, Int64, Int64, double > | StdFluxRow |
|
typedef Poco::Tuple< Int64, Int64, Int64, double > | PoolRow |
|
typedef std::tuple< Int64, Int64, Int64, double > | StdPoolRow |
|
typedef Poco::Tuple< Int64, std::string, std::string > | ErrorRow |
|
typedef std::tuple< Int64, std::string, std::string > | StdErrorRow |
|
typedef Poco::Tuple< Int64, Int64, Int64 > | LocationErrorRow |
|
typedef std::tuple< Int64, Int64, Int64 > | StdLocationErrorRow |
|
typedef Poco::Tuple< Int64, Int64, Int64, double > | AgeAreaRow |
|
typedef std::tuple< Int64, Int64, Int64, double > | StdAgeAreaRow |
|
typedef Poco::Tuple< Int64, Int64, Int64 > | AgeClassRow |
|
typedef std::tuple< Int64, Int64, Int64 > | StdAgeClassRow |
|
|
enum | DisturbanceConditionType {
LessThan,
EqualTo,
AtLeast,
Between,
In,
NotIn
} |
|
enum | AgeResetType { Absolute,
Relative,
Yield
} |
|
enum | PeatlandType { Bog = 1,
PoolFen,
RichFen,
Swamp
} |
|
enum | PeatlandLandCoverType { Open = 1,
Treed,
Forested
} |
|
enum | Peatlands : int {
OPEN_PEATLAND_BOG = 1,
OPEN_PEATLAND_POORFEN = 4,
OPEN_PEATLAND_RICHFEN = 7,
TREED_PEATLAND_BOG = 2,
TREED_PEATLAND_POORFEN = 5,
TREED_PEATLAND_RICHFEN = 8,
TREED_PEATLAND_SWAMP = 10,
FOREST_PEATLAND_BOG = 3,
FOREST_PEATLAND_POORFEN = 6,
FOREST_PEATLAND_RICHFEN = 9,
FOREST_PEATLAND_SWAMP = 11
} |
|
enum | COMPONENT {
BARK =1,
BRANCH,
FOLIAGE,
STEMWOOD,
OTHER
} |
|
enum | ExtrapType { NearestYr = 0,
CycleYrs,
AvgYr
} |
|
enum | DateOrigin { Calendar = 0,
StartSim,
Sprout
} |
| The date origin of the timeseries. Calendar allows yr0 to be
specified as a year. StartSim means that yr0 is a timestep in the same units as dataPerYr. More...
|
|
enum | Frequency { Annual,
Monthly,
Daily,
Observations
} |
|
enum | InterpType { Linear,
ColAverage
} |
|
enum | SubSamplingMode { None,
Interpolate
} |
|
enum | SpeciesType { Softwood = 1,
Hardwood
} |
| Enumeration of tree species type, softwood or hardwood. More...
|
|