GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <grass/gis.h>
#include <grass/site.h>
#include <grass/bitmap.h>
#include <grass/linkm.h>
#include <grass/interpf.h>
#include <grass/glocale.h>
Go to the source code of this file.
Functions | |
struct BM * | IL_create_bitmask (struct interp_params *params) |
int | translate_quad (struct multtree *tree, double numberx, double numbery, double numberz, int n_leafs) |
struct BM* IL_create_bitmask | ( | struct interp_params * | params | ) |
Creates a bitmap mask from given raster map
Definition at line 27 of file input2d.c.
References BM_create(), BM_set(), G_allocate_cell_buf(), G_fatal_error(), G_find_cell2(), G_get_map_row(), G_maskfd(), G_message(), G_open_cell_old(), interp_params::maskmap, interp_params::nsizc, interp_params::nsizr, and NULL.
int translate_quad | ( | struct multtree * | tree, |
double | numberx, | ||
double | numbery, | ||
double | numberz, | ||
int | n_leafs | ||
) |
Definition at line 77 of file input2d.c.
References multtree::data, multtree::leafs, quaddata::n_points, NULL, quaddata::points, translate_quad(), quaddata::x_orig, xmax, y, quaddata::y_orig, and ymax.
Referenced by IL_vector_input_data_2d(), and translate_quad().