▼Nagency_on | |
CSourceFwiON | |
CSourceHourlyON | |
▼Nazurebatch_helpers | |
CTimeoutExpiredError | |
▼Ncwfif | |
CSourceCWFIFModel | |
CSourceGEPS | |
▼Ncwfis | |
CSourceFeatureM3 | |
CSourceFeatureM3Download | |
CSourceFeatureM3Service | |
CSourceFireCiffc | |
CSourceFireCiffcService | |
CSourceFireDipService | |
CSourceFwiCwfis | |
CSourceFwiCwfisDownload | |
CSourceFwiCwfisService | |
▼Ndatatypes | |
CSource | |
CSourceFeature | |
CSourceFire | |
CSourceFireWeather | |
CSourceFwi | |
CSourceHourly | |
CSourceModel | |
▼Ndefault | |
CSourceFireActive | |
CSourceFwiBest | |
CSourceHourlyBest | |
CSourceHourlyEmpty | |
CSourceModelAll | |
▼Nfs | |
►Ndata | |
CConstantGrid | A GridData<T, V, const vector<T>> that cannot change once initialized |
CGrid | A GridBase with an associated type of data |
CGridBase | The base class with information for a grid of data with geographic coordinates |
CGridData | A Grid that defines the data structure used for storing values |
CGridMap | A GridData that uses an unordered_map for storage |
CIndex | A wrapper around a MathSize to ensure correct types are used |
CLogValue | A result of calling log(x) for some value of x, pre-calculated at compile time |
►Nfuel | |
►Nfbp | |
CFuelC1 | FBP fuel type C-1 |
CFuelC2 | FBP fuel type C-2 |
CFuelC3 | FBP fuel type C-3 |
CFuelC4 | FBP fuel type C-4 |
CFuelC5 | FBP fuel type C-5 |
CFuelC6 | FBP fuel type C-6 |
CFuelC7 | FBP fuel type C-7 |
CFuelD1 | FBP fuel type D-1 |
CFuelD1D2 | FBP fuel type D-1/D-2 |
CFuelD2 | FBP fuel type D-2 |
CFuelM1 | FBP fuel type M-1 |
CFuelM1M2 | FBP fuel type M-1/M-2 |
CFuelM2 | FBP fuel type M-2 |
CFuelM3 | FBP fuel type M-3 |
CFuelM3M4 | FBP fuel type M-3/M-4 |
CFuelM4 | FBP fuel type M-4 |
CFuelO1 | FBP fuel type O-1 |
CFuelO1A | FBP fuel type O-1a |
CFuelO1B | FBP fuel type O-1b |
CFuelS1 | FBP fuel type S-1 |
CFuelS2 | FBP fuel type S-2 |
CFuelS3 | FBP fuel type S-3 |
CDuff | Base class for DuffType |
CDuffType | A specific type of Duff layer, and the associated smouldering coefficients |
CFuelBase | Base class for all FuelTypes |
CFuelConifer | A conifer fuel type |
CFuelGrass | A grass fuel type |
CFuelJackpine | A fuel with jackpine as base fuel type |
CFuelLookup | Provides ability to look up a fuel type based on name or code |
CFuelLookupImpl | Implementation class for FuelLookup |
CFuelMixed | A mixedwood fuel type |
CFuelMixedDead | A fuel made of dead fir and D1 |
CFuelMixedWood | A fuel composed of C2 and D1 mixed |
CFuelNonMixed | A StandardFuel that is not made of multiple fuels |
CFuelPine | A fuel with pine as the base fuel type |
CFuelSlash | A slash fuel type |
CFuelType | An FBP fuel type |
CFuelVariable | A fuel type that changes based on the season |
CInvalidFuel | Placeholder fuel that throws exceptions if it ever gets used |
CStandardFuel | A FuelBase made of a standard fuel type |
►Nlogging | |
CLog | Provides logging functionality |
CSelfLogger | |
►Nsim | |
CArrivalObserver | Tracks when fire initially arrives in a Cell |
CCellPointArrays | |
CCellPoints | |
CCellPointsMap | |
CCellPos | The position within the Environment that a spreading point has |
CConstantWeather | A FireWeather stream with the same value for every date and time |
CCriticalSection | Indicates a section of code that is limited to a certain number of threads running at once |
CEvent | A specific Event scheduled in a specific Scenario |
CEventCompare | Defines how Events are compared for sorting |
CGridMapCache | |
CInnerPos | The position within a Cell that a spreading point has |
CIntensityMap | Represents a map of intensities that cells have burned at for a single Scenario |
CIntensityObserver | Tracks the intensity that Cells burn at |
CIObserver | Interface for observers that get notified when cells burn so they can track things |
CIObserver_deleter | Deleter for IObserver to get around incomplete class with unique_ptr |
CIteration | Represents a full set of simulations using all available weather streams |
CLogPoints | |
CMapObserver | An IObserver that tracks notification data using a GridMap |
CModel | Contains all the immutable information regarding a simulation that is common between Scenarios |
CProbabilityMap | Map of the percentage of simulations in which a Cell burned in each intensity category |
CScenario | A single Scenario in an Iteration using a specific FireWeather stream |
CSemaphore | Provides the ability to limit number of threads running at once |
CSettings | Reads and provides access to settings for the simulation |
CSettingsImplementation | Settings implementation class |
CSourceObserver | Tracks source Cell that fire arrived in Cell from |
CSpreadData | |
CSpreadInfo | Information regarding spread within a Cell for a specific Scenario and time |
CTestEnvironment | An Environment with no elevation and the same value in every Cell |
CTestScenario | A Scenario run with constant fuel, weather, and topography |
CXYPos | The position within the Environment that a spreading point has |
►Ntopo | |
CBurnedMap | A map of locations which have burned in a Scenario |
CCell | A Position with a Slope, Aspect, and Fuel |
CEnvironment | The area that a Model is run for, with Fuel, Slope, and Aspect grids |
CEnvironmentInfo | Information regarding an Environment, such as grids to read and location |
CLocation | |
CPerimeter | Perimeter for an existing fire to initialize a simulation with |
CPoint | A geographic location in lat/long coordinates |
CPosition | A Position with a row and column |
CStartPoint | A Point that has sunrise and sunset times for each day |
►Nutil | |
CLookupTable | A table initialized using the given function ranging over the number of digits and precision |
CSafeVector | A vector with added thread safety |
CStatistics | Provides statistics calculation for vectors of values |
CUsageCount | Provides the ability to determine how many times something is used during a simulation |
►Nwx | |
CBui | Build-up Index value |
CDc | Drought Code value |
CDirection | Direction with access to degrees or radians |
CDmc | Duff Moisture Code value |
CDsr | Danger Severity Rating value |
CFfmc | Fine Fuel Moisture Code value |
CFireWeather | A stream of weather that gets used by a Scenario every Iteration |
CFireWeatherDaily | A stream of weather that gets used by a Scenario every Iteration |
CFwi | Fire Weather Index value |
CFwiWeather | A Weather value with calculated FWI indices |
CIsi | Initial Spread Index value |
CPrecipitation | Precipitation (1hr accumulation) (mm) |
CRelativeHumidity | Relative humidity as a percentage |
CSpeed | Speed in kilometers per hour |
CStartup | Startup values to initialize a weather stream calculation with |
CTemperature | Temperature in degrees Celsius |
CWeather | Collection of weather indices used for calculating FwiWeather |
CWind | Wind with a Speed and Direction |
CBaseSpreadAlgorithm | |
CBoundedPoint | |
COffset | Offset from a position |
COriginalSpreadAlgorithm | |
CSpreadAlgorithm | |
CWidestEllipseAlgorithm | |
▼Ngdal_merge_max | |
Cfile_info_max | |
▼Ngis | |
CExtent | |
▼Nlog | |
CArcpyHandler | |
▼Npublish | |
CPublishError | |
▼Nredundancy | |
CBytesForwarder | |
▼Nrun | |
CRun | |
CSourceFireGroup | |
▼Nsimulation | |
CSimulation | |
▼Nstd | |
Chash< fs::topo::Cell > | Provides hashing of Cell objects |
Chash< Location > | Provides hash function for Location |
▼Nunpack | |
CTarFileWrapper | |
Crain_intercept | |
Crow | |
Crow_daily | |
Crow_minmax | |