#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include <grass/raster3d.h>
Go to the source code of this file.
|
void | Rast3d_retile (void *map, const char *nameOut, int tileX, int tileY, int tileZ) |
| Makes a copy of map with name nameOut which has tile dimensions tileX, tileY, tileZ. The source code can be found in retile.c. More...
|
|
◆ Rast3d_retile()
void Rast3d_retile |
( |
void * |
map, |
|
|
const char * |
nameOut, |
|
|
int |
tileX, |
|
|
int |
tileY, |
|
|
int |
tileZ |
|
) |
| |
Makes a copy of map with name nameOut which has tile dimensions tileX, tileY, tileZ. The source code can be found in retile.c.
- Parameters
-
map | |
nameOut | |
tileX | |
tileY | |
tileZ | |
- Returns
- void
Definition at line 78 of file retile.c.
References x.