GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
3D Raster Library - Close 3D raster file More...
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include <grass/raster.h>
#include <grass/glocale.h>
#include "raster3d_intern.h"
Go to the source code of this file.
Functions | |
int | Rast3d_close (RASTER3D_Map *map) |
Close 3D raster map files. More... | |
3D Raster Library - Close 3D raster file
(C) 1999-2009, 2011 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file raster3d/close.c.
int Rast3d_close | ( | RASTER3D_Map * | map | ) |
Close 3D raster map files.
Closes g3d-file. If map is new and cache-mode is used for map then every tile which is not flushed before closing is flushed.
map | pointer to RASTER3D_Map to be closed |
Definition at line 149 of file raster3d/close.c.
References RASTER3D_Map::operation, and RASTER3D_WRITE_DATA.
Referenced by close_g3d_file().