int tsmTileHeaderSizeof ( void )

Returns the size of a tile header structure

Documentation

Returns the size of a tile header structure.

The TsmTileHeader structure is filled in by the tile reading routines (e.g. tsmReadNextTile) and provides information about the raw tile data.

The tile header data structure is opaque (i.e. you cannot access its fields directly), so you must use the API calls to access the contents of a tile header. This particular API call will return the size of a tile header structure (in bytes). This may be useful when wanting to exactly know how many bytes of data have been transfered at any time.

Returns:
the tile header structure size (bytes)
Author:
Martin Reddy
Version:
13 March 1998
See Also:
tsmAllocTileHeader, tsmFreeTileHeader


TSMAPI_RELEASE 2.1 - Release Date: 2001/01/10 19:01:12

Back to tsmApi Home Page