Main Page | Namespace List | Class List | File List | Namespace Members | Class Members | File Members

vario_model.h

Go to the documentation of this file.
00001 
00006 #ifndef VARIOGRAM_MODEL_HEADER_
00007 #define VARIOGRAM_MODEL_HEADER_
00008 
00009 #include <stddef.h>
00010 
00016 struct LSFParam
00017 {
00019         size_t n;
00021         double *dist;
00023         double *vario;
00025         double power;
00026 };
00027 
00028 #include "model_sph.h"
00029 #include "model_stable.h"
00030 
00031 #endif  //VARIOGRAM_MODEL_HEADER_

Generated on Thu Aug 11 13:01:33 2005 for Kriging sample by  doxygen 1.4.3