This module contains the routines to perform profile aggregation.
#include <Aggregate.h>
Static Public Member Functions | |
| static size_t | aggregate (std::vector< SnowProfileLayer > &Pdata) |
| Aggregate snow profile layers and compute the grain class. More... | |
| static bool | joinSimilarLayers (ElementData &Edata_upper, ElementData &Edata_lower) |
| static bool | mergeThinLayer (ElementData &Edata_upper, ElementData &Edata_lower) |
|
static |
Aggregate snow profile layers and compute the grain class.
| Pdata | A vector of SnowProfileLayer |
|
static |
|
static |