int tsmSetPyramidInfoName ( PyramidInfo *info, char *name )

Copy the name into the PyramidInfo structure

Documentation

Copy the name into the PyramidInfo structure.

The PyramidInfo structure contains all of the information required to describe a single instance of a pyramid, be it on local disk or on a DPSS. This is a convenience function to allow you to fill in the name field of the PyramidInfo structure. This is used to provide the name of the Pyramid, e.g. ntc-1-utm-2scene.128.oi.

Returns:
TRUE if all went well, FALSE if failed (NULL pointer passed)
Parameters:
info - the PyramidInfo structure to update
name - the name of the Pyramid to strdup into the PyramidInfo
Author:
Martin Reddy
Version:
31 October 1997
See Also:
tsmSetPyramidInfoPyramid, PyramidInfo


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

Back to tsmApi Home Page