GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <grass/gis.h>
#include <grass/G3d.h>
Go to the source code of this file.
Functions | |
void * | G3d_openNewParam (const char *name, int typeIntern, int cache, G3D_Region *region, int type, int doLzw, int doRle, int precision, int tileX, int tileY, int tileZ) |
void* G3d_openNewParam | ( | const char * | name, |
int | typeIntern, | ||
int | cache, | ||
G3D_Region * | region, | ||
int | type, | ||
int | doLzw, | ||
int | doRle, | ||
int | precision, | ||
int | tileX, | ||
int | tileY, | ||
int | tileZ | ||
) |
Definition at line 6 of file g3dopen2.c.
References G3d_getCompressionMode(), G3d_getFileType(), G3d_getTileDimension(), G3d_initDefaults(), G3d_openCellNew(), G3d_setCompressionMode(), G3d_setFileType(), and G3d_setTileDimension().