GRASS 8 Programmer's Manual 8.6.0dev(2026)-4bb960b182
Loading...
Searching...
No Matches
close.c File Reference

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"
Include dependency graph for raster3d/close.c:

Go to the source code of this file.

Functions

int Rast3d_close (RASTER3D_Map *map)
 Close 3D raster map files.
 

Detailed Description

3D Raster Library - Close 3D raster file

SPDX-FileCopyrightText: 1999-2009, 2011 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later

Author
USACERL and many others

Definition in file raster3d/close.c.

Function Documentation

◆ Rast3d_close()