GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include <grass/G3d.h>
#include "G3d_intern.h"
Go to the source code of this file.
Functions | |
int | G3d_flushIndex (G3D_Map *map) |
int | G3d_initIndex (G3D_Map *map, int hasIndex) |
int G3d_flushIndex | ( | G3D_Map * | map | ) |
Definition at line 79 of file g3d/index.c.
References G3d_error(), G3d_free(), G3d_longEncode(), G3d_malloc(), G_rle_count_only(), G_rle_encode(), and NULL.
Definition at line 156 of file g3d/index.c.
References G3d_computeClippedTileDimensions(), G3d_error(), G3d_free(), G3d_malloc(), G3D_WRITE_DATA, NULL, and utils::tile.
Referenced by G3d_fillHeader().