protos 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. #ifdef __STDC__
  2. # define P(s) s
  3. #else
  4. # define P(s) ()
  5. #endif
  6. double IL_crst P((double r , double fi ));
  7. int IL_crstg P((double r , double fi , double *gd1 , double *gd2 ));
  8. #undef P
  9. #ifdef __STDC__
  10. # define P(s) s
  11. #else
  12. # define P(s) ()
  13. #endif
  14. 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 ));
  15. int IL_create_bitmask P((struct interp_params *params , struct BM *bitmask ));
  16. int translate_quad P((struct multtree *tree , double numberx , double numbery , double numberz , int n_leafs ));
  17. #undef P
  18. #ifdef __STDC__
  19. # define P(s) s
  20. #else
  21. # define P(s) ()
  22. #endif
  23. 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 ));
  24. #undef P
  25. #ifdef __STDC__
  26. # define P(s) s
  27. #else
  28. # define P(s) ()
  29. #endif
  30. int IL_matrix_create P((struct interp_params *params , struct triple *points , int n_points , double **matrix , int *indx ));
  31. #undef P
  32. #ifdef __STDC__
  33. # define P(s) s
  34. #else
  35. # define P(s) ()
  36. #endif
  37. int min1 P((int arg1 , int arg2 ));
  38. int max1 P((int arg1 , int arg2 ));
  39. double amax1 P((double arg1 , double arg2 ));
  40. double amin1 P((double arg1 , double arg2 ));
  41. #undef P
  42. #ifdef __STDC__
  43. # define P(s) s
  44. #else
  45. # define P(s) ()
  46. #endif
  47. 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 ));
  48. #undef P
  49. #ifdef __STDC__
  50. # define P(s) s
  51. #else
  52. # define P(s) ()
  53. #endif
  54. 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 ));
  55. #undef P
  56. #ifdef __STDC__
  57. # define P(s) s
  58. #else
  59. # define P(s) ()
  60. #endif
  61. int IL_check_at_points_2d P((struct interp_params *params , struct quaddata *data , double *b , double *ertot , double zmin ));
  62. #undef P
  63. #ifdef __STDC__
  64. # define P(s) s
  65. #else
  66. # define P(s) ()
  67. #endif
  68. 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 ));
  69. #undef P
  70. #ifdef __STDC__
  71. # define P(s) s
  72. #else
  73. # define P(s) ()
  74. #endif
  75. 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 ));
  76. #undef P
  77. #ifdef __STDC__
  78. # define P(s) s
  79. #else
  80. # define P(s) ()
  81. #endif
  82. 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 ));
  83. 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 ));
  84. #undef P
  85. #ifdef __STDC__
  86. # define P(s) s
  87. #else
  88. # define P(s) ()
  89. #endif
  90. int IL_write_temp_2d P((struct interp_params *params , int ngstc , int nszc , int offset2 ));
  91. #undef P