File: protos

package info (click to toggle)
grass 6.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 104,028 kB
  • ctags: 40,409
  • sloc: ansic: 419,980; python: 63,559; tcl: 46,692; cpp: 29,791; sh: 18,564; makefile: 7,000; xml: 3,505; yacc: 561; perl: 559; lex: 480; sed: 70; objc: 7
file content (115 lines) | stat: -rw-r--r-- 3,845 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
#ifdef __STDC__
# define	P(s) s
#else
# define P(s) ()
#endif

double IL_crst P((double r , double fi ));
int IL_crstg P((double r , double fi , double *gd1 , double *gd2 ));

#undef P
#ifdef __STDC__
# define	P(s) s
#else
# define P(s) ()
#endif

int IL_input_data_2d P((struct interp_params *params , struct tree_info *info , double *xmin , double *xmax , double *ymin , double *ymax , double *zmin , double *zmax , int *n_points ));
int IL_create_bitmask P((struct interp_params *params , struct BM *bitmask ));
int translate_quad P((struct multtree *tree , double numberx , double numbery , double numberz , int n_leafs ));

#undef P
#ifdef __STDC__
# define	P(s) s
#else
# define P(s) ()
#endif

int IL_grid_calc_2d P((struct interp_params *params , struct quaddata *data , struct BM *bitmask , double zmin , double zmax , double *zminac , double *zmaxac , double *gmin , double *gmax , double *c1min , double *c1max , double *c2min , double *c2max , double *ertot , double *b , int offset1 ));

#undef P
#ifdef __STDC__
# define	P(s) s
#else
# define P(s) ()
#endif

int IL_matrix_create P((struct interp_params *params , struct triple *points , int n_points , double **matrix , int *indx ));

#undef P
#ifdef __STDC__
# define	P(s) s
#else
# define P(s) ()
#endif

int min1 P((int arg1 , int arg2 ));
int max1 P((int arg1 , int arg2 ));
double amax1 P((double arg1 , double arg2 ));
double amin1 P((double arg1 , double arg2 ));

#undef P
#ifdef __STDC__
# define	P(s) s
#else
# define P(s) ()
#endif

int IL_interp_segments_new_2d P((struct interp_params *params , struct tree_info *info , struct multtree *tree , struct BM *bitmask , double zmin , double zmax , double *zminac , double *zmaxac , double *gmin , double *gmax , double *c1min , double *c1max , double *c2min , double *c2max , double *ertot , int totsegm , int offset1 ));

#undef P
#ifdef __STDC__
# define	P(s) s
#else
# define P(s) ()
#endif

int IL_output_2d P((struct interp_params *params , struct Cell_head *cellhd , double zmin , double zmax , double zminac , double zmaxac , double c1min , double c1max , double c2min , double c2max , double gmin , double gmax , double ertot , char *input ));

#undef P
#ifdef __STDC__
# define	P(s) s
#else
# define P(s) ()
#endif

int IL_check_at_points_2d P((struct interp_params *params , struct quaddata *data , double *b , double *ertot , double zmin ));

#undef P
#ifdef __STDC__
# define	P(s) s
#else
# define P(s) ()
#endif

int IL_secpar_loop_2d P((struct interp_params *params , int ngstc , int nszc , int k , struct BM *bitmask , double *gmin , double *gmax , double *c1min , double *c1max , double *c2min , double *c2max , int cond1 , int cond2 ));

#undef P
#ifdef __STDC__
# define	P(s) s
#else
# define P(s) ()
#endif

int IL_interp_segments_2d P((struct interp_params *params , struct tree_info *info , struct multtree *tree , struct BM *bitmask , double zmin , double zmax , double *zminac , double *zmaxac , double *gmin , double *gmax , double *c1min , double *c1max , double *c2min , double *c2max , double *ertot , int totsegm , int offset1 ));

#undef P
#ifdef __STDC__
# define	P(s) s
#else
# define P(s) ()
#endif

int IL_vector_input_data_2d P((struct interp_params *params , struct Map_info *Map , double dmax , struct Categories *cats , int iselev , struct tree_info *info , double *xmin , double *xmax , double *ymin , double *ymax , double *zmin , double *zmax , int *n_points ));
int process_point P((double x , double y , double z , struct tree_info *info , double zmult , double *xmin , double *xmax , double *ymin , double *ymax , double *zmin , double *zmax , int *npoint , int *OUTRANGE , int iselev , int *total ));

#undef P
#ifdef __STDC__
# define	P(s) s
#else
# define P(s) ()
#endif

int IL_write_temp_2d P((struct interp_params *params , int ngstc , int nszc , int offset2 ));

#undef P