43 int precision,
int tileX,
int tileY,
int tileZ)
46 int oldCompress, oldPrecision, oldTileX, oldTileY,
101 int oldTileX, oldTileY, oldTileZ, oldType;
102 int tileX, tileY, tileZ;
111 G_debug(1,
"New tile dimension X %i Y %i Z %i\n", tileX, tileY, tileZ);
void Rast3d_init_defaults(void)
Initializes the default values described in RASTER3D Defaults. Applications have to use this function...
void Rast3d_compute_optimal_tile_dimension(RASTER3D_Region *, int, int *, int *, int *, int)
Compute the optimal tile size.
void * Rast3d_open_new_opt_tile_size(const char *name, int cache, RASTER3D_Region *region, int type, int maxSize)
Opens new g3d-file with name in the current mapset. This method tries to compute optimal tile size ba...
unsigned short compression
void Rast3d_set_tile_dimension(int, int, int)
set Tile Dimension
void * Rast3d_open_cell_new(const char *, int, int, RASTER3D_Region *)
Opens new g3d-file with name in the current mapset. Tiles are stored in memory with type which must b...
void Rast3d_get_compression_mode(int *, int *)
Gets compression mode.
void Rast3d_set_compression_mode(int, int)
set compression mode
int Rast3d_get_file_type(void)
get G3d file type
#define RASTER3D_TILE_SAME_AS_FILE
void Rast3d_get_tile_dimension(int *, int *, int *)
get Tile Dimension
void * Rast3d_open_new_param(const char *name, int typeIntern, int cache, RASTER3D_Region *region, int type, int compression, int precision, int tileX, int tileY, int tileZ)
Opens new g3d-file with name in the current mapset. Tiles are stored in memory with typeIntern which ...
int G_debug(int, const char *,...) __attribute__((format(printf
void Rast3d_set_file_type(int)
set G3d file type