wiki:Grass7/RasterLib

Version 1 (modified by martinl, 15 years ago) ( diff )

--

Raster library in GRASS7

LibGIS will be split into G_() (general routines) and Rast_() (raster-related routines) part. See also GRASS 7 ideas collection.

Here is the list of functions marked to be move to raster library (for full list see source:grass/trunk/include/gisdefs.h):

GIS library fn Raster library fn File Notes
G_adjust_Cell_head Rast_adjust_Cell_head ? source:grass/trunk/lib/gis/adj_cellhd.c
G_adjust_Cell_head3 Rast_adjust_Cell_head3 ? source:grass/trunk/lib/gis/adj_cellhd.c Merge with Rast_adjust_Cell_head()?
G_align_window Rast_align_window ? source:grass/trunk/lib/gis/align_window.c
G_raster_size Rast_raster_size source:grass/trunk/lib/gis/alloc_cell.c
G_allocate_cell_buf source:grass/trunk/lib/gis/alloc_cell.c Replaced by G_allocate_raster_buf()?
G_allocate_c_raster_buf Rast_allocate_c_raster_buf source:grass/trunk/lib/gis/alloc_cell.c Or shorter name Rast_allocate_c_buf?
G_allocate_f_raster_buf Rast_allocate_f_raster_buf source:grass/trunk/lib/gis/alloc_cell.c Or shorter name Rast_allocate_f_buf?
G_allocate_d_raster_buf Rast_allocate_d_raster_buf source:grass/trunk/lib/gis/alloc_cell.c Or shorter name Rast_allocate_d_buf?
G_allocate_null_buf Rast_allocate_null_buf source:grass/trunk/lib/gis/alloc_cell.c
G__allocate_null_bits source:grass/trunk/lib/gis/alloc_cell.c Move to static?
G__null_bitstream_size source:grass/trunk/lib/gis/alloc_cell.c Move to static?
G__check_for_auto_masking Rast__check_for_auto_masking source:grass/trunk/lib/gis/auto_mask.c
G_suppress_masking Rast_suppress_masking source:grass/trunk/lib/gis/auto_mask.c
G_unsuppress_masking Rast_unsuppress_masking source:grass/trunk/lib/gis/auto_mask.c
G_read_cats Rast_read_cats source:grass/trunk/lib/gis/cats.c
G_read_raster_cats source:grass/trunk/lib/gis/cats.c Replaced by Rast_read_cats
G_read_vector_cats source:grass/trunk/lib/gis/cast.c To be removed
G_number_of_cats Rast_number_of_cats source:grass/trunk/lib/gis/cats.c
G_get_cats_title Rast_get_cats_title source:grass/trunk/lib/gis/cats.c
G_get_raster_cats_title source:grass/trunk/lib/gis/cats.c Replaced by Rast_get_cats_title
G_get_cat Rast_get_cat source:grass/trunk/lib/gis/cats.c
G_get_c_raster_cat Rast_get_c_cat source:grass/trunk/lib/gis/cats.c
G_get_f_raster_cat Rast_get_f_cat source:grass/trunk/lib/gis/cats.c
G_get_d_raster_cat Rast_get_d_cat source:grass/trunk/lib/gis/cats.c
G_get_raster_cat source:grass/trunk/lib/gis/cats.c Replaced by Rast_get_cat
G_unmark_raster_cats Rast_unmark_cats source:grass/trunk/lib/gis/cats.c
G_mark_c_raster_cats Rast_mark_c_cats source:grass/trunk/lib/gis/cats.c
G_mark_f_raster_cats Rast_mark_f_cats source:grass/trunk/lib/gis/cats.c
G_mark_d_raster_cats Rast_mark_d_cats source:grass/trunk/lib/gis/cats.c
G_mark_raster_cats Rast_mark_cats source:grass/trunk/lib/gis/cats.c
G_rewind_raster_cats Rast_rewind_cats source:grass/trunk/lib/gis/cats.c
G_get_next_marked_d_raster_cat Rast_get_next_marked_d_cat source:grass/trunk/lib/gis/cats.c
G_get_next_marked_f_raster_cat Rast_get_next_marked_f_cat source:grass/trunk/lib/gis/cats.c
G_get_next_marked_c_raster_cat Rast_get_next_marked_c_cat source:grass/trunk/lib/gis/cats.c
G_get_next_marked_raster_cat Rast_get_next_marked_cat source:grass/trunk/lib/gis/cats.c
G_set_cat Rast_set_cat source:grass/trunk/lib/gis/cats.c
G_set_c_raster_cat Rast_set_c_cat source:grass/trunk/lib/gis/cats.c
G_set_f_raster_cat Rast_set_f_cat source:grass/trunk/lib/gis/cats.c
G_set_d_raster_cat Rast_set_d_cat source:grass/trunk/lib/gis/cats.c
G_set_raster_cat source:grass/trunk/lib/gis/cats.c Replaced by Rast_set_cat
G_write_cats Rast_write_cats source:grass/trunk/lib/gis/cats.c
G_write_raster_cats source:grass/trunk/lib/gis/cats.c Replaced by Rast_write_cats
G_write_vector_cats source:grass/trunk/lib/gis/cats.c To be removed
G_get_ith_d_raster_cat Rast_get_ith_d_cat source:grass/trunk/lib/gis/cats.c
G_get_ith_f_raster_cat Rast_get_ith_f_cat source:grass/trunk/lib/gis/cats.c
G_get_ith_c_raster_cat Rast_get_ith_c_cat source:grass/trunk/lib/gis/cats.c
G_get_ith_raster_cat Rast_get_ith_cat source:grass/trunk/lib/gis/cats.c
G_init_cats Rast_init_cats source:grass/trunk/lib/gis/cats.c
G_init_raster_cats source:grass/trunk/lib/gis/cats.c Replaced by Rast_init_cats
G_set_cats_title Rast_set_cats_title source:grass/trunk/lib/gis/cats.c
G_set_raster_cats_title source:grass/trunk/lib/gis/cats.c Replaced by Rast_set_cats_title
G_set_cats_fmt Rast_set_cats_fmt source:grass/trunk/lib/gis/cats.c
G_set_raster_cats_fmt source:grass/trunk/lib/gis/cats.c Replaced by Rast_set_cats_fmt
G_free_cats Rast_free_cats source:grass/trunk/lib/gis/cats.c
G_free_raster_cats source:grass/trunk/lib/gis/cats.c Replaced by Rast_free_cats
G_copy_raster_cats Rast_copy_cats source:grass/trunk/lib/gis/cats.c
G_number_of_raster_cats Rast_number_of_cats source:grass/trunk/lib/gis/cats.c
G_sort_cats Rast_sort_cats source:grass/trunk/lib/gis/cats.c
G_init_cell_stats Rast_init_cell_stats source:grass/trunk/lib/gis/cell_stats.c
G_update_cell_stats Rast_update_cell_stats source:grass/trunk/lib/gis/cell_stats.c
G_find_cell_stat Rast_find_cell_stat source:grass/trunk/lib/gis/cell_stats.c
G_rewind_cell_stats Rast_rewind_cell_stats source:grass/trunk/lib/gis/cell_stats.c
G_next_cell_stat Rast_next_cell_stat source:grass/trunk/lib/gis/cell_stats.c
G_get_stats_for_null_value Rast_get_stats_for_null_value source:grass/trunk/lib/gis/cell_stats.c
G_free_cell_stats Rast_free_cell_stats source:grass/trunk/lib/gis/cell_stats.c
G_get_cell_title Rast_get_cell_title source:grass/trunk/lib/gis/cell_title.c
G_cell_stats_histo_eq Rast_cell_stats_histo_eq source:grass/trunk/lib/gis/cellstats_eq.c
G_close_cell Rast_close_cell source:grass/trunk/lib/gis/closecell.c Or just Rast_close?
G_unopen_cell Rast_unopen_cell source:grass/trunk/lib/gis/closecell.c Or just Rast_unopen?
G_make_ryg_colors Rast_make_ryg_colors source:grass/trunk/lib/gis/color_compat.c
G_make_ryg_fp_colors Rast_make_ryg_fp_colors source:grass/trunk/lib/gis/color_compat.c
G_make_aspect_colors Rast_make_aspect_colors source:grass/trunk/lib/gis/color_compat.c
G_make_aspect_fp_colors Rast_make_aspect_fp_colors source:grass/trunk/lib/gis/color_compat.c
G_make_byr_colors Rast_make_byr_colors source:grass/trunk/lib/gis/color_compat.c
G_make_byr_fp_colors Rast_make_byr_fp_colors source:grass/trunk/lib/gis/color_compat.c
G_make_bgyr_colors Rast_make_bgyr_colors source:grass/trunk/lib/gis/color_compat.c
G_make_bgyr_fp_colors Rast_make_bgyr_fp_colors source:grass/trunk/lib/gis/color_compat.c
G_make_byg_colors Rast_make_byg_colors source:grass/trunk/lib/gis/color_compat.c
G_make_byg_fp_colors Rast_make_byg_fp_colors source:grass/trunk/lib/gis/color_compat.c
G_make_grey_scale_colors Rast_make_grey_scale_colors source:grass/trunk/lib/gis/color_compat.c
G_make_grey_scale_fp_colors Rast_make_grey_scale_fp_colors source:grass/trunk/lib/gis/color_compat.c
G_make_gyr_colors Rast_make_gyr_colors source:grass/trunk/lib/gis/color_compat.c
G_make_gyr_fp_colors Rast_make_gyr_fp_colors source:grass/trunk/lib/gis/color_compat.c
G_make_rainbow_colors Rast_make_rainbow_colors source:grass/trunk/lib/gis/color_compat.c
G_make_rainbow_fp_colors Rast_make_rainbow_fp_colors source:grass/trunk/lib/gis/color_compat.c
G_make_ramp_colors Rast_make_ramp_colors source:grass/trunk/lib/gis/color_compat.c
G_make_ramp_fp_colors Rast_make_ramp_fp_colors source:grass/trunk/lib/gis/color_compat.c
G_make_wave_colors Rast_make_wave_colors source:grass/trunk/lib/gis/color_compat.c
G_make_wave_fp_colors Rast_make_wave_fp_colors source:grass/trunk/lib/gis/color_compat.c
G_free_colors Rast_free_colors source:grass/trunk/lib/gis/color_free.c
G__color_free_rules Rast__color_free_rules source:grass/trunk/lib/gis/color_free.c
G__color_free_lookup Rast__color_free_lookup source:grass/trunk/lib/gis/color_free.c
G__color_free_fp_lookup Rast__color_free_fp_lookup source:grass/trunk/lib/gis/color_free.c
G__color_reset Rast__color_reset source:grass/trunk/lib/gis/color_free.c
G_get_color Rast_get_color source:grass/trunk/lib/gis/color_get.c
G_get_raster_color source:grass/trunk/lib/gis/color_get.c Replaced by Rast_get_color
G_get_c_raster_color Rast_get_c_color source:grass/trunk/lib/gis/color_get.c
G_get_f_raster_color Rast_get_f_color source:grass/trunk/lib/gis/color_get.c
G_get_d_raster_color Rast_get_d_color source:grass/trunk/lib/gis/color_get.c
G_get_null_value_color Rast_get_null_value_color source:grass/trunk/lib/gis/color_get.c
G_get_default_color Rast_get_default_color source:grass/trunk/lib/gis/color_get.c
G_make_histogram_eq_colors Rast_make_histogram_eq_colors source:grass/trunk/lib/gis/color_hist.c
G_make_histogram_log_colors Rast_make_histogram_log_colors source:grass/trunk/lib/gis/color_hist.c
G_init_colors Rast_init_colors source:grass/trunk/lib/gis/color_init.c
G__insert_color_into_lookup Rast__insert_color_into_lookup source:grass/trunk/lib/gis/color_insrt.c
G_invert_colors Rast_invert_colors source:grass/trunk/lib/gis/color_invrt.c
G_lookup_colors Rast_lookup_colors source:grass/trunk/lib/gis/color_look.c
G_lookup_c_raster_colors Rast_lookup_c_colors source:grass/trunk/lib/gis/color_look.c
G_lookup_f_raster_colors Rast_lookup_f_colors source:grass/trunk/lib/gis/color_look.c
G_lookup_d_raster_colors Rast_lookup_d_colors source:grass/trunk/lib/gis/color_look.c
G_lookup_raster_colors source:grass/trunk/lib/gis/color_look.c Replaced by Rast_lookup_colors
G__lookup_colors Rast__lookup_colors source:grass/trunk/lib/gis/color_look.c
G__interpolate_color_rule Rast__interpolate_color_rule source:grass/trunk/lib/gis/color_look.c
G__organize_colors Rast__organize_colors source:grass/trunk/lib/gis/color_org.c
G_make_random_colors Rast_make_random_colors source:grass/trunk/lib/gis/color_rand.c
G_set_color_range Rast_set_color_range source:grass/trunk/lib/gis/color_range.c
G_set_d_color_range Rast_set_d_color_range source:grass/trunk/lib/gis/color_range.c
G_get_color_range Rast_get_color_range source:grass/trunk/lib/gis/color_range.c
G_get_d_color_range Rast_get_d_color_range source:grass/trunk/lib/gis/color_range.c
G_read_colors Rast_read_colors source:grass/trunk/lib/gis/color_read.c
G_mark_colors_as_fp Rast_mark_colors_as_fp source:grass/trunk/lib/gis/color_read.c
G_remove_colors Rast_remove_colors source:grass/trunk/lib/gis/color_remove.c
G_add_d_raster_color_rule Rast_add_d_color_rule source:grass/trunk/lib/gis/color_rule.c
G_add_f_raster_color_rule Rast_add_f_color_rule source:grass/trunk/lib/gis/color_rule.c
G_add_c_raster_color_rule Rast_add_c_color_rule source:grass/trunk/lib/gis/color_rule.c
G_add_raster_color_rule source:grass/trunk/lib/gis/color_rule.c Replaced by Rast_add_color_rule
G_add_color_rule Rast_add_color_rule source:grass/trunk/lib/gis/color_rule.c
G_add_modular_d_raster_color_rule Rast_add_modular_d_color_rule source:grass/trunk/lib/gis/color_rule.c
G_add_modular_f_raster_color_rule Rast_add_modular_f_color_rule source:grass/trunk/lib/gis/color_rule.c
G_add_modular_c_raster_color_rule Rast_add_modular_c_color_rule source:grass/trunk/lib/gis/color_rule.c
G_add_modular_raster_color_rule source:grass/trunk/lib/gis/color_rule.c Replaced by Rast_add_modular_color_rule
G_add_modular_color_rule Rast_add_modular_color_rule source:grass/trunk/lib/gis/color_rule.c
G_colors_count Rast_colors_count source:grass/trunk/lib/gis/color_rule_get.c
G_get_f_color_rule Rast_get_f_color_rule source:grass/trunk/lib/gis/color_rule_get.c Rename to Rast_get_fp_color_rule?
G_parse_color_rule Rast_parse_color_rule source:grass/trunk/lib/gis/color_rules.c
G_parse_color_rule_error Rast_parse_color_rule_error source:grass/trunk/lib/gis/color_rules.c
G_read_color_rule Rast_read_color_rule source:grass/trunk/lib/gis/color_rules.c
G_read_color_rules Rast_read_color_rules source:grass/trunk/lib/gis/color_rules.c
G_load_colors Rast_load_colors source:grass/trunk/lib/gis/color_rules.c
G_load_fp_colors Rast_load_fp_colors source:grass/trunk/lib/gis/color_rules.c
G_make_colors Rast_make_colors source:grass/trunk/lib/gis/color_rules.c
G_make_fp_colors Rast_make_fp_colors source:grass/trunk/lib/gis/color_rules.c
G_set_color Rast_set_color source:grass/trunk/lib/gis/color_set.c
G_set_d_color Rast_set_d_color source:grass/trunk/lib/gis/color_set.c Rename to Rast_set_fp_color?
G_set_null_value_color Rast_set_null_value_color source:grass/trunk/lib/gis/color_set.c
G_set_default_color Rast_set_default_color source:grass/trunk/lib/gis/color_set.c
G_shift_colors Rast_shift_colors source:grass/trunk/lib/gis/color_shift.c
G_shift_d_colors Rast_shift_d_colors source:grass/trunk/lib/gis/color_shift.c Rename to Rast_shift_fp_colors
G_str_to_color Rast_str_to_color source:grass/trunk/lib/gis/color_str.c
G_write_colors Rast_write_colors source:grass/trunk/lib/gis/color_write.c
G__write_colors Rast__write_colors source:grass/trunk/lib/gis/color_write.c Move to static?
G_histogram_eq_colors G_histogram_eq_colors source:grass/trunk/lib/gis/color_xform.c
G_histogram_eq_colors_fp G_histogram_eq_colors_fp source:grass/trunk/lib/gis/color_xform.c
G_log_colors G_log_colors source:grass/trunk/lib/gis/color_xform.c
G_abs_log_colors G_abs_log_colors source:grass/trunk/lib/gis/color_xform.c
G__check_format Rast__check_format source:grass/trunk/lib/gis/format.c
G__read_row_ptrs Rast__read_row_ptrs source:grass/trunk/lib/gis/format.c
G__write_row_ptrs Rast__write_row_ptrs source:grass/trunk/lib/gis/format.c
G_fpreclass_clear Rast_fpreclass_clear source:grass/trunk/lib/gis/fpreclass.c
G_fpreclass_reset Rast_fpreclass_reset source:grass/trunk/lib/gis/fpreclass.c
G_fpreclass_init Rast_fpreclass_init source:grass/trunk/lib/gis/fpreclass.c
G_fpreclass_set_domain Rast_fpreclass_set_domain source:grass/trunk/lib/gis/fpreclass.c
G_fpreclass_set_range Rast_fpreclass_set_range source:grass/trunk/lib/gis/fpreclass.c
G_fpreclass_get_limits Rast_fpreclass_get_limits source:grass/trunk/lib/gis/fpreclass.c
G_fpreclass_nof_rules Rast_fpreclass_nof_rules source:grass/trunk/lib/gis/fpreclass.c
G_fpreclass_get_ith_rule Rast_fpreclass_get_ith_rule source:grass/trunk/lib/gis/fpreclass.c
G_fpreclass_set_neg_infinite_rule Rast_fpreclass_set_neg_infinite_rule source:grass/trunk/lib/gis/fpreclass.c
G_fpreclass_get_neg_infinite_rule Rast_fpreclass_get_neg_infinite_rule source:grass/trunk/lib/gis/fpreclass.c
G_fpreclass_set_pos_infinite_rule Rast_fpreclass_set_pos_infinite_rule source:grass/trunk/lib/gis/fpreclass.c
G_fpreclass_get_pos_infinite_rule Rast_fpreclass_get_pos_infinite_rule source:grass/trunk/lib/gis/fpreclass.c
G_fpreclass_add_rule Rast_fpreclass_add_rule source:grass/trunk/lib/gis/fpreclass.c
G_fpreclass_reverse_rule_order Rast_fpreclass_reverse_rule_order source:grass/trunk/lib/gis/fpreclass.c
G_fpreclass_get_cell_value Rast_fpreclass_get_cell_value source:grass/trunk/lib/gis/fpreclass.c
G_fpreclass_perform_di Rast_fpreclass_perform_di source:grass/trunk/lib/gis/fpreclass.c
G_fpreclass_perform_df Rast_fpreclass_perform_df source:grass/trunk/lib/gis/fpreclass.c
G_fpreclass_perform_dd Rast_fpreclass_perform_dd source:grass/trunk/lib/gis/fpreclass.c
G_fpreclass_perform_fi Rast_fpreclass_perform_fi source:grass/trunk/lib/gis/fpreclass.c
G_fpreclass_perform_ff Rast_fpreclass_perform_ff source:grass/trunk/lib/gis/fpreclass.c
G_fpreclass_perform_fd Rast_fpreclass_perform_fd source:grass/trunk/lib/gis/fpreclass.c
G_fpreclass_perform_ii Rast_fpreclass_perform_ii source:grass/trunk/lib/gis/fpreclass.c
G_fpreclass_perform_if Rast_fpreclass_perform_if source:grass/trunk/lib/gis/fpreclass.c
G_fpreclass_perform_id Rast_fpreclass_perform_id source:grass/trunk/lib/gis/fpreclass.c
G_init_gdal G_init_gdal source:grass/trunk/lib/gis/gdal.c
G_get_gdal_link G_get_gdal_link source:grass/trunk/lib/gis/gdal.c
G_create_gdal_link G_create_gdal_link source:grass/trunk/lib/gis/gdal.c
G_close_gdal_link G_close_gdal_link source:grass/trunk/lib/gis/gdal.c
G_close_gdal_write_link G_close_gdal_write_link source:grass/trunk/lib/gis/gdal.c
G_get_cellhd Rast_get_cellhd source:grass/trunk/lib/gis/get_cellhd.c
G_get_map_row_nomask source:grass/trunk/lib/gis/get_row.c To be removed
G_get_raster_row_nomask Rast_get_row_nomask source:grass/trunk/lib/gis/get_row.c
G_get_c_raster_row_nomask Rast_get_c_row_nomask source:grass/trunk/lib/gis/get_row.c
G_get_f_raster_row_nomask Rast_get_f_row_nomask source:grass/trunk/lib/gis/get_row.c
G_get_d_raster_row_nomask Rast_get_d_row_nomask source:grass/trunk/lib/gis/get_row.c
G_get_map_row source:grass/trunk/lib/gis/get_row.c To be removed
G_get_raster_row Rast_get_row source:grass/trunk/lib/gis/get_row.c
G_get_c_raster_row Rast_get_c_row source:grass/trunk/lib/gis/get_row.c
G_get_f_raster_row Rast_get_f_row source:grass/trunk/lib/gis/get_row.c
G_get_d_raster_row Rast_get_d_row source:grass/trunk/lib/gis/get_row.c
G_get_null_value_row Rast_get_null_value_row source:grass/trunk/lib/gis/get_row.c
G_get_raster_row_colors Rast_get_row_colors source:grass/trunk/lib/gis/get_row_colr.c
G_histogram_eq Rast_histogram_eq source:grass/trunk/lib/gis/histo_eq.c
G_init_histogram Rast_init_histogram source:grass/trunk/lib/gis/histogram.c
G_read_histogram Rast_read_histogram source:grass/trunk/lib/gis/histogram.c
G_write_histogram Rast_write_histogram source:grass/trunk/lib/gis/histogram.c
G_write_histogram_cs Rast_write_histogram_cs source:grass/trunk/lib/gis/histogram.c
G_make_histogram_cs Rast_make_histogram_cs source:grass/trunk/lib/gis/histogram.c
G_get_histogram_num Rast_get_histogram_num source:grass/trunk/lib/gis/histogram.c
G_get_histogram_cat Rast_get_histogram_cat source:grass/trunk/lib/gis/histogram.c
G_get_histogram_count Rast_get_histogram_count source:grass/trunk/lib/gis/histogram.c
G_free_histogram Rast_free_histogram source:grass/trunk/lib/gis/histogram.c
G_sort_histogram Rast_sort_histogram source:grass/trunk/lib/gis/histogram.c
G_sort_histogram_by_count Rast_sort_histogram_by_count source:grass/trunk/lib/gis/histogram.c
G_remove_histogram Rast_remove_histogram source:grass/trunk/lib/gis/histogram.c
G_add_histogram Rast_add_histogram source:grass/trunk/lib/gis/histogram.c
G_set_histogram Rast_set_histogram source:grass/trunk/lib/gis/histogram.c
G_extend_histogram Rast_extend_histogram source:grass/trunk/lib/gis/histogram.c
G_zero_histogram Rast_zero_histogram source:grass/trunk/lib/gis/histogram.c
G_read_history Rast_read_history source:grass/trunk/lib/gis/history.c
G_write_history Rast_write_history source:grass/trunk/lib/gis/history.c
G_short_history Rast_short_history source:grass/trunk/lib/gis/history.c
G_command_history Rast_command_history source:grass/trunk/lib/gis/history.c
G_interp_linear Rast_interp_linear source:grass/trunk/lib/gis/interp.c
G_interp_bilinear Rast_interp_bilinear source:grass/trunk/lib/gis/interp.c
G_interp_cubic Rast_interp_cubic source:grass/trunk/lib/gis/interp.c
G_interp_bicubic Rast_interp_bicubic source:grass/trunk/lib/gis/interp.c
G_mask_info Rast_mask_info source:grass/trunk/lib/gis/mask_info.c
G__mask_info Rast__mask_info source:grass/trunk/lib/gis/mask_info.c
G_maskfd Rast_maskfd source:grass/trunk/lib/gis/maskfd.c
G__set_null_value Rast__set_null_value source:grass/trunk/lib/gis/null_val.c
G_set_null_value Rast_set_null_value source:grass/trunk/lib/gis/null_val.c
G_set_c_null_value Rast_set_c_null_value source:grass/trunk/lib/gis/null_val.c
G_set_f_null_value Rast_set_f_null_value source:grass/trunk/lib/gis/null_val.c
G_set_d_null_value Rast_set_d_null_value source:grass/trunk/lib/gis/null_val.c
G_is_null_value Rast_is_null_value source:grass/trunk/lib/gis/null_val.c
G_is_c_null_value Rast_is_c_null_value source:grass/trunk/lib/gis/null_val.c
G_is_f_null_value Rast_is_f_null_value source:grass/trunk/lib/gis/null_val.c
G_is_d_null_value Rast_is_d_null_value source:grass/trunk/lib/gis/null_val.c
G_insert_null_values Rast_insert_null_values source:grass/trunk/lib/gis/null_val.c
G_insert_c_null_values Rast_insert_c_null_values source:grass/trunk/lib/gis/null_val.c
G_insert_f_null_values Rast_insert_f_null_values source:grass/trunk/lib/gis/null_val.c
G_insert_d_null_values Rast_insert_d_null_values source:grass/trunk/lib/gis/null_val.c
G__check_null_bit Rast__check_null_bit source:grass/trunk/lib/gis/null_val.c
G__convert_01_flags Rast__convert_01_flags source:grass/trunk/lib/gis/null_val.c
G__convert_flags_01 Rast__convert_flags_01 source:grass/trunk/lib/gis/null_val.c
G__init_null_bits Rast__init_null_bits source:grass/trunk/lib/gis/null_val.c
G_open_cell_old Rast_open_cell_old source:grass/trunk/lib/gis/opencell.c
G__open_cell_old Rast__open_cell_old source:grass/trunk/lib/gis/opencell.c
G_open_cell_new Rast_open_cell_new source:grass/trunk/lib/gis/opencell.c
G_open_cell_new_uncompressed Rast_open_cell_new_uncompressed source:grass/trunk/lib/gis/opencell.c
G_want_histogram Rast_want_histogram source:grass/trunk/lib/gis/opencell.c
G_set_cell_format Rast_set_cell_format source:grass/trunk/lib/gis/opencell.c
G_cellvalue_format Rast_cellvalue_format source:grass/trunk/lib/gis/opencell.c
G_open_fp_cell_new Rast_open_fp_cell_new source:grass/trunk/lib/gis/opencell.c
G_open_fp_cell_new_uncompressed Rast_open_fp_cell_new_uncompressed source:grass/trunk/lib/gis/opencell.c
G_set_fp_type Rast_set_fp_type source:grass/trunk/lib/gis/opencell.c
G_raster_map_is_fp Rast_map_is_fp source:grass/trunk/lib/gis/opencell.c
G_raster_map_type Rast_map_type source:grass/trunk/lib/gis/opencell.c
G__check_fp_type Rast__check_fp_type source:grass/trunk/lib/gis/opencell.c
G_get_raster_map_type Rast_get_map_type source:grass/trunk/lib/gis/opencell.c
G_open_raster_new Rast_open_new source:grass/trunk/lib/gis/opencell.c
G_open_raster_new_uncompressed Rast_open_new_uncompressed source:grass/trunk/lib/gis/opencell.c
G_set_quant_rules Rast_set_quant_rules source:grass/trunk/lib/gis/opencell.c
G_put_cellhd Rast_put_cellhd source:grass/trunk/lib/gis/put_cellhd.c
G_put_map_row source:grass/trunk/lib/gis/put_row.c To be removed
G_put_raster_row Rast_put_raster_row source:grass/trunk/lib/gis/put_row.c
G_put_c_raster_row Rast_put_c_raster_row source:grass/trunk/lib/gis/put_row.c
G_put_f_raster_row Rast_put_f_raster_row source:grass/trunk/lib/gis/put_row.c
G_put_d_raster_row Rast_put_d_raster_row source:grass/trunk/lib/gis/put_row.c
G__open_null_write Rast__open_null_write source:grass/trunk/lib/gis/put_row.c
G__write_null_bits Rast__write_null_bits source:grass/trunk/lib/gis/put_row.c
G_put_cell_title Rast_put_cell_title source:grass/trunk/lib/gis/put_title.c
G_quant_clear Rast_quant_clear source:grass/trunk/lib/gis/quant.c
G_quant_free Rast_quant_free source:grass/trunk/lib/gis/quant.c
G__quant_organize_fp_lookup Rast__quant_organize_fp_lookup source:grass/trunk/lib/gis/quant.c
G_quant_init Rast_quant_init source:grass/trunk/lib/gis/quant.c
G_quant_is_truncate Rast_quant_is_truncate source:grass/trunk/lib/gis/quant.c
G_quant_is_round Rast_quant_is_round source:grass/trunk/lib/gis/quant.c
G_quant_truncate Rast_quant_truncate source:grass/trunk/lib/gis/quant.c
G_quant_round Rast_quant_round source:grass/trunk/lib/gis/quant.c
G_quant_get_limits Rast_quant_get_limits source:grass/trunk/lib/gis/quant.c
G_quant_nof_rules Rast_quant_nof_rules source:grass/trunk/lib/gis/quant.c
G_quant_get_ith_rule Rast_quant_get_ith_rule source:grass/trunk/lib/gis/quant.c
G_quant_set_neg_infinite_rule Rast_quant_set_neg_infinite_rule source:grass/trunk/lib/gis/quant.c
G_quant_get_neg_infinite_rule Rast_quant_get_neg_infinite_rule source:grass/trunk/lib/gis/quant.c
G_quant_set_pos_infinite_rule Rast_quant_set_pos_infinite_rule source:grass/trunk/lib/gis/quant.c
G_quant_get_pos_infinite_rule Rast_quant_get_pos_infinite_rule source:grass/trunk/lib/gis/quant.c
G_quant_add_rule Rast_quant_add_rule source:grass/trunk/lib/gis/quant.c
G_quant_reverse_rule_order Rast_quant_reverse_rule_order source:grass/trunk/lib/gis/quant.c
G_quant_get_cell_value Rast_quant_get_cell_value source:grass/trunk/lib/gis/quant.c
G_quant_perform_d Rast_quant_perform_d source:grass/trunk/lib/gis/quant.c
G_quant_perform_f Rast_quant_perform_f source:grass/trunk/lib/gis/quant.c
G__quant_get_rule_for_d_raster_val Rast__quant_get_rule_for_d_raster_val source:grass/trunk/lib/gis/quant.c
G__quant_import Rast__quant_import source:grass/trunk/lib/gis/quant_io.c
G__quant_export Rast__quant_export source:grass/trunk/lib/gis/quant_io.c
G_truncate_fp_map Rast_truncate_fp_map source:grass/trunk/lib/gis/quant_rw.c
G_round_fp_map Rast_round_fp_map source:grass/trunk/lib/gis/quant_rw.c
G_quantize_fp_map Rast_quantize_fp_map source:grass/trunk/lib/gis/quant_rw.c
G_quantize_fp_map_range Rast_quantize_fp_map_range source:grass/trunk/lib/gis/quant_rw.c
G_write_quant Rast_write_quant source:grass/trunk/lib/gis/quant_rw.c
G_read_quant Rast_read_quant source:grass/trunk/lib/gis/quant_rw.c
G__remove_fp_range Rast__remove_fp_range source:grass/trunk/lib/gis/range.c
G__remove_fp_range Rast_construct_default_range source:grass/trunk/lib/gis/range.c
G_read_fp_range Rast_read_fp_range source:grass/trunk/lib/gis/range.c
G_read_range Rast_read_range source:grass/trunk/lib/gis/range.c
G_write_range Rast_write_range source:grass/trunk/lib/gis/range.c
G_write_fp_range Rast_write_fp_range source:grass/trunk/lib/gis/range.c
G_update_range Rast_update_range source:grass/trunk/lib/gis/range.c
G_update_fp_range Rast_update_fp_range source:grass/trunk/lib/gis/range.c
G_row_update_range Rast_row_update_range source:grass/trunk/lib/gis/range.c
G__row_update_range Rast__row_update_range source:grass/trunk/lib/gis/range.c
G_row_update_fp_range Rast_row_update_fp_range source:grass/trunk/lib/gis/range.c
G_init_range Rast_init_range source:grass/trunk/lib/gis/range.c
G_get_range_min_max Rast_get_range_min_max source:grass/trunk/lib/gis/range.c
G_init_fp_range Rast_init_fp_range source:grass/trunk/lib/gis/range.c
G_get_fp_range_min_max Rast_get_fp_range_min_max source:grass/trunk/lib/gis/range.c
G_incr_void_ptr Rast_incr_void_ptr source:grass/trunk/lib/gis/raster.c
G_raster_cmp Rast_raster_cmp source:grass/trunk/lib/gis/raster.c
G_raster_cpy Rast_raster_cpy source:grass/trunk/lib/gis/raster.c
G_set_raster_value_c Rast_set_raster_value_c source:grass/trunk/lib/gis/raster.c
G_set_raster_value_f Rast_set_raster_value_f source:grass/trunk/lib/gis/raster.c
G_set_raster_value_d Rast_set_raster_value_d source:grass/trunk/lib/gis/raster.c
G_get_raster_value_c Rast_get_raster_value_c source:grass/trunk/lib/gis/raster.c
G_get_raster_value_f Rast_get_raster_value_f source:grass/trunk/lib/gis/raster.c
G_get_raster_value_d Rast_get_raster_value_d source:grass/trunk/lib/gis/raster.c
G_read_raster_units Rast_read_raster_units source:grass/trunk/lib/gis/raster_metadata.c
G_read_raster_vdatum Rast_read_raster_vdatum source:grass/trunk/lib/gis/raster_metadata.c
G_write_raster_units Rast_write_raster_units source:grass/trunk/lib/gis/raster_metadata.c
G_write_raster_vdatum Rast_write_raster_vdatum source:grass/trunk/lib/gis/raster_metadata.c
G__raster_misc_read_line Rast__raster_misc_read_line source:grass/trunk/lib/gis/raster_metadata.c
G__raster_misc_write_line Rast__raster_misc_write_line source:grass/trunk/lib/gis/raster_metadata.c
G__read_Cell_head Rast__read_Cell_head source:grass/trunk/lib/gis/rd_cellhd.c
G__read_Cell_head_array Rast__read_Cell_head_array source:grass/trunk/lib/gis/rd_cellhd.c
G_is_reclass Rast_is_reclass source:grass/trunk/lib/gis/reclass.c
G_is_reclassed_to Rast_is_reclassed_to source:grass/trunk/lib/gis/reclass.c
G_get_reclass Rast_get_reclass source:grass/trunk/lib/gis/reclass.c
G_free_reclass Rast_free_reclass source:grass/trunk/lib/gis/reclass.c
G_put_reclass Rast_put_reclass source:grass/trunk/lib/gis/reclass.c
G_get_raster_sample_nearest Rast_get_raster_sample_nearest source:grass/trunk/lib/gis/sample.c
G_get_raster_sample_bilinear Rast_get_raster_sample_bilinear source:grass/trunk/lib/gis/sample.c
G_get_raster_sample_cubic Rast_get_raster_sample_cubic source:grass/trunk/lib/gis/sample.c
G_get_raster_sample Rast_get_raster_sample source:grass/trunk/lib/gis/sample.c
G_zero_cell_buf Rast_zero_cell_buf source:grass/trunk/lib/gis/zero_cell.c
G_zero_raster_buf Rast_zero_raster_buf source:grass/trunk/lib/gis/zero_cell.c
Note: See TracWiki for help on using the wiki.