GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-835afb4352
changeprecision.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include <grass/raster3d.h>
Include dependency graph for changeprecision.c:

Go to the source code of this file.

Functions

void Rast3d_change_precision (void *map, int precision, const char *nameOut)
 Makes a copy of map with name nameOut which is written with precision. The source code can be found in changeprecision.c. More...
 

Function Documentation

◆ Rast3d_change_precision()

void Rast3d_change_precision ( void *  map,
int  precision,
const char *  nameOut 
)

Makes a copy of map with name nameOut which is written with precision. The source code can be found in changeprecision.c.

Parameters
map
precision
nameOut
Returns
void

Definition at line 22 of file changeprecision.c.

References x.