Ice Sheet System Model
4.18
Code documentation
src
c
classes
kriging
krigingobjects.h
Go to the documentation of this file.
1
/* \file krigingobjects.h
2
* \brief: prototype header for all kriging objects.
3
*/
4
5
#ifndef KRIGING_OBJECTS_H_
6
#define KRIGING_OBJECTS_H_
7
8
/*Kriging*/
9
#include "
./Variogram.h
"
10
#include "
./GaussianVariogram.h
"
11
#include "
./ExponentialVariogram.h
"
12
#include "
./SphericalVariogram.h
"
13
#include "
./PowerVariogram.h
"
14
#include "
./Quadtree.h
"
15
#include "
./Covertree.h
"
16
#include "
./Observation.h
"
17
#include "
./Observations.h
"
18
19
#endif
Variogram.h
abstract class for Variogram object
GaussianVariogram.h
: header file for triavertexinput object
Observations.h
ExponentialVariogram.h
: header file for triavertexinput object
PowerVariogram.h
: header file for triavertexinput object
Quadtree.h
Covertree.h
Observation.h
: header file for Observation object
SphericalVariogram.h
: header file for triavertexinput object
Generated on Thu Jul 2 2020 08:09:17 for Ice Sheet System Model by
1.8.19