GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include <grass/raster3d.h>
#include "raster3d_intern.h"
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) |
int Rast3d_flush_index | ( | RASTER3D_Map * | map | ) |
Definition at line 82 of file raster3d/index.c.
int Rast3d_init_index | ( | RASTER3D_Map * | map, |
int | hasIndex | ||
) |
Definition at line 147 of file raster3d/index.c.
References RASTER3D_Map::hasIndex, RASTER3D_Map::index, RASTER3D_Map::nTiles, NULL, RASTER3D_Map::numLengthExtern, RASTER3D_Map::offset, RASTER3D_Map::operation, Rast3d_compute_clipped_tile_dimensions(), Rast3d_error(), Rast3d_malloc(), RASTER3D_WRITE_DATA, and RASTER3D_Map::tileLength.