|
@@ -524,16 +524,19 @@ void Rast_set_output_window(struct Cell_head *);
|
|
|
void Rast_set_input_window(struct Cell_head *);
|
|
|
|
|
|
/* window.c */
|
|
|
-double Rast_northing_to_row(double, const struct Cell_head *);
|
|
|
-double Rast_easting_to_col(double, const struct Cell_head *);
|
|
|
-double Rast_row_to_northing(double, const struct Cell_head *);
|
|
|
-double Rast_col_to_easting(double, const struct Cell_head *);
|
|
|
+void Rast_get_window(struct Cell_head *);
|
|
|
+void Rast_get_input_window(struct Cell_head *);
|
|
|
+void Rast_get_output_window(struct Cell_head *);
|
|
|
int Rast_window_rows(void);
|
|
|
int Rast_window_cols(void);
|
|
|
int Rast_input_window_rows(void);
|
|
|
int Rast_input_window_cols(void);
|
|
|
int Rast_output_window_rows(void);
|
|
|
int Rast_output_window_cols(void);
|
|
|
+double Rast_northing_to_row(double, const struct Cell_head *);
|
|
|
+double Rast_easting_to_col(double, const struct Cell_head *);
|
|
|
+double Rast_row_to_northing(double, const struct Cell_head *);
|
|
|
+double Rast_col_to_easting(double, const struct Cell_head *);
|
|
|
|
|
|
/* window_map.c */
|
|
|
void Rast__create_window_mapping(int);
|