| 70 | |
| 71 | === Function name changes from GRASS 6 to GRASS 7 === |
| 72 | |
| 73 | * G_allocate_raster_buf: Rast_allocate_buf |
| 74 | * G_close_cell: Rast_close |
| 75 | * G_command_history: Rast_command_history |
| 76 | * G_find_cell2: G_find_raster2 |
| 77 | * G_get_cellhd: Rast_get_cellhd |
| 78 | * G_get_c_raster_row_nomask: Rast_get_c_row_nomask |
| 79 | * G_get_d_raster_row_nomask: Rast_get_d_row_nomask |
| 80 | * G_get_f_raster_row_nomask: Rast_get_f_row_nomask |
| 81 | * G_get_raster_row: Rast_get_row |
| 82 | * G_is_c_null_value: Rast_is_c_null_value |
| 83 | * G_is_d_null_value: Rast_is_d_null_value |
| 84 | * G_is_f_null_value: Rast_is_f_null_value |
| 85 | * G_is_null_value: Rast_is_null_value |
| 86 | * G_open_cell_old: Rast_open_old |
| 87 | * G_open_raster_new: Rast_open_new |
| 88 | * G_put_raster_row: Rast_put_row |
| 89 | * G_raster_map_type: Rast_get_map_type |
| 90 | * G_set_c_null_value: Rast_set_c_null_value |
| 91 | * G_set_d_null_value: Rast_set_d_null_value |
| 92 | * G_set_f_null_value: Rast_set_f_null_value |
| 93 | * G_set_null_value: Rast_set_null_value |
| 94 | * G_short_history: Rast_short_history |
| 95 | * G_window_cols: Rast_window_cols |
| 96 | * G_window_rows: Rast_window_rows |
| 97 | * G_write_history: Rast_write_history |