GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
raster3d/index.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include <grass/raster3d.h>
#include "raster3d_intern.h"
Include dependency graph for raster3d/index.c:

Go to the source code of this file.

Functions

int Rast3d_flush_index (RASTER3D_Map *map)
 
int Rast3d_init_index (RASTER3D_Map *map, int hasIndex)
 

Function Documentation

◆ Rast3d_flush_index()

int Rast3d_flush_index ( RASTER3D_Map map)

Definition at line 82 of file raster3d/index.c.

◆ Rast3d_init_index()