GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
init2d.c File Reference
#include <stdio.h>
#include <math.h>
#include <unistd.h>
#include <grass/gis.h>
#include <grass/interpf.h>
Include dependency graph for init2d.c:

Go to the source code of this file.

Functions

void IL_init_params_2d (struct interp_params *params, FILE *inp, int elatt, int smatt, double zm, int k1, int k2, char *msk, int rows, int cols, DCELL *ar1, DCELL *ar2, DCELL *ar3, DCELL *ar4, DCELL *ar5, DCELL *ar6, double tension, int k3, int sc1, int sc2, int sc3, double sm, char *f1, char *f2, char *f3, char *f4, char *f5, char *f6, double dm, double x_or, double y_or, int der, double tet, double scl, FILE *t1, FILE *t2, FILE *t3, FILE *t4, FILE *t5, FILE *t6, FILE *dev, struct TimeStamp *ts, int c, char *wheresql)
 
void IL_init_func_2d (struct interp_params *params, int(*grid_f)(void), int(*matr_f)(void), int(*point_f)(void), int(*secp_f)(void), double(*interp_f)(void), int(*interpder_f)(void), int(*temp_f)(void))
 

Function Documentation

void IL_init_func_2d ( struct interp_params params,
int(*)(void)  grid_f,
int(*)(void)  matr_f,
int(*)(void)  point_f,
int(*)(void)  secp_f,
double(*)(void)  interp_f,
int(*)(void)  interpder_f,
int(*)(void)  temp_f 
)
void IL_init_params_2d ( struct interp_params params,
FILE *  inp,
int  elatt,
int  smatt,
double  zm,
int  k1,
int  k2,
char *  msk,
int  rows,
int  cols,
DCELL *  ar1,
DCELL *  ar2,
DCELL *  ar3,
DCELL *  ar4,
DCELL *  ar5,
DCELL *  ar6,
double  tension,
int  k3,
int  sc1,
int  sc2,
int  sc3,
double  sm,
char *  f1,
char *  f2,
char *  f3,
char *  f4,
char *  f5,
char *  f6,
double  dm,
double  x_or,
double  y_or,
int  der,
double  tet,
double  scl,
FILE *  t1,
FILE *  t2,
FILE *  t3,
FILE *  t4,
FILE *  t5,
FILE *  t6,
FILE *  dev,
struct TimeStamp *  ts,
int  c,
char *  wheresql 
)