Combine a mosaic map into an un-tiled 'all-in-RAM' map, with a map allocation mode of MAPALLOC_RAM (see zmap_GetAllocMode).
| Declaration | Zeolite.h |
|---|---|
| Implementation | Zeolite.cpp |
bool zmap_CombineMosaic(ZMAP hMap);
| Name | Type | Comment |
|---|---|---|
| hMap | ZMAP | A ZMAP handle to the map variable that shall be converted from a mosaic map to an all-in-RAM map. |
False if an error occurred, and true otherwise.