/dports/databases/grass7/grass-7.8.6/raster3d/r3.flow/ |
H A D | interpolate.c | 42 Rast3d_location2coord(region, n_minus, e_minus, t_minus, x++, y++, z++); in find_nearest_voxels() 43 Rast3d_location2coord(region, n_minus, e_plus, t_minus, x++, y++, z++); in find_nearest_voxels() 44 Rast3d_location2coord(region, n_plus, e_minus, t_minus, x++, y++, z++); in find_nearest_voxels() 45 Rast3d_location2coord(region, n_plus, e_plus, t_minus, x++, y++, z++); in find_nearest_voxels() 46 Rast3d_location2coord(region, n_minus, e_minus, t_plus, x++, y++, z++); in find_nearest_voxels() 47 Rast3d_location2coord(region, n_minus, e_plus, t_plus, x++, y++, z++); in find_nearest_voxels() 48 Rast3d_location2coord(region, n_plus, e_minus, t_plus, x++, y++, z++); in find_nearest_voxels() 49 Rast3d_location2coord(region, n_plus, e_plus, t_plus, x, y, z); in find_nearest_voxels() 114 Rast3d_location2coord(region, north, east, top, &col, &row, &depth); in get_relative_coords_for_interp()
|
H A D | flowline.c | 71 Rast3d_location2coord(region, north, east, top, &col, &row, &depth); in get_map_value() 174 Rast3d_location2coord(region, new_point[1], new_point[0], in compute_flowline()
|
/dports/databases/grass7/grass-7.8.6/lib/raster3d/test/ |
H A D | test_coordinate_transform.c | 86 Rast3d_location2coord(&(map->region), north, east, top, &col, &row, &depth); in test_coordinate_transform() 99 Rast3d_location2coord(&(map->region), north, east, top, &col, &row, &depth); in test_coordinate_transform() 113 Rast3d_location2coord(&(map->region), north, east, top, &col, &row, &depth); in test_coordinate_transform() 126 Rast3d_location2coord(&(map->region), north, east, top, &col, &row, &depth); in test_coordinate_transform() 139 Rast3d_location2coord(&(map->region), north, east, top, &col, &row, &depth); in test_coordinate_transform()
|
/dports/databases/grass7/grass-7.8.6/lib/raster3d/ |
H A D | getvalue.c | 99 Rast3d_location2coord(&(map->window), north, east, top, &col, &row, &depth); in Rast3d_get_window_value() 136 Rast3d_location2coord(&(map->region), north, east, top, &col, &row, &depth); in Rast3d_get_region_value()
|
H A D | resample.c | 36 Rast3d_location2coord(&(map->region), north, east, top, &col, &row, &depth); in Rast3d_nearest_neighbor()
|
H A D | region.c | 290 Rast3d_location2coord(RASTER3D_Region *region, double north, double east, double top, in Rast3d_location2coord() function
|
H A D | raster3dlib.dox | 1337 void Rast3d_location2coord(void *map, double north, double west, double
|
/dports/databases/grass7/grass-7.8.6/include/defs/ |
H A D | raster3d.h | 215 void Rast3d_location2coord(RASTER3D_Region *, double, double, double, int *, int *, int *);
|
/dports/databases/grass7/grass-7.8.6/raster3d/r3.in.lidar/ |
H A D | main.c | 637 Rast3d_location2coord(&binning.region, north, east, top, &col, &row, in main()
|