30 Rast3d_error(
"Rast3d_alloc_tiles_type: error in Rast3d_malloc");
56 Rast3d_error(
"Rast3d_alloc_tiles: error in Rast3d_alloc_tiles_type");
void * Rast3d_alloc_tiles(RASTER3D_Map *map, int nofTiles)
Is equivalent to Rast3d_alloc_tiles_type (map, nofTiles, Rast3d_file_type_map (map)).
void * Rast3d_malloc(int)
Same as malloc (nBytes), except that in case of error Rast3d_error() is invoked.
void Rast3d_free_tiles(void *tiles)
Is equivalent to Rast3d_free (tiles);
void Rast3d_error(const char *,...) __attribute__((format(printf
void * Rast3d_alloc_tiles_type(RASTER3D_Map *map, int nofTiles, int type)
Allocates a vector of nofTiles tiles with the same dimensions as the tiles of map and large enough to...
void Rast3d_free(void *)
Same as free (ptr).