int tsmTotalNumTiles ( Pyramid *tspec, int replicate )

Calculate total tiles in a pyramid

Documentation

Calculate total tiles in a pyramid.

If replicate is FALSE, then this function calculates the total number of tiles in an entire pyramid (i.e. blocks in a set on the DPSS). If replicate is TRUE, then the value returned includes the extra tiles required for the replication mode on the DPSS.

Returns:
the number of tiles
Parameters:
tspec - the pyramid to use for the calculation
replicate - TRUE or FALSE
Author:
Martin Reddy
Version:
22 October 1997
See Also:
tsmNumBytesPerTile


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

Back to tsmApi Home Page