#include <gridpp.h>
Public Member Functions | |
BarnesStructure (float h, float v=0, float w=0, float hmax=gridpp::MV) | |
Barnes. More... | |
StructureFunction * | clone () const |
float | corr (const Point &p1, const Point &p2) const |
Correlation between two points. More... | |
Public Member Functions inherited from gridpp::StructureFunction | |
float | localization_distance () const |
Maximum distance for which an observation can have an impact (localization) More... | |
StructureFunction (float localization_distance) | |
Additional Inherited Members | |
Protected Member Functions inherited from gridpp::StructureFunction | |
float | barnes_rho (float dist, float length) const |
float | cressman_rho (float dist, float length) const |
Protected Attributes inherited from gridpp::StructureFunction | |
float | mLocalizationDistance |
Simple structure function based on distance, elevation, and land area fraction.
gridpp::BarnesStructure::BarnesStructure | ( | float | h, |
float | v = 0 , |
||
float | w = 0 , |
||
float | hmax = gridpp::MV |
||
) |
Barnes.
|
virtual |
Implements gridpp::StructureFunction.
Correlation between two points.
Implements gridpp::StructureFunction.