void tsmInitTileParams ( TsmTileParams *params, TsmDataSetType type ) Initialises a TsmTileParams structure
Initialises a TsmTileParams structure.The TsmTileParams structure provides an extensible and flexible means to specify details about a dataset that you wish to create from raw data. This function will initialise all of the fields to sensible default values, dependent upon the type of the dataset (OI, DEM, etc.).
You pass this structure to the tsmCreateLevelTiles or tsmCreateAllTiles routines in order to tell them how to generate the tile pyramid for the dataset.