int tsmSetPyramidInfoPyramid ( PyramidInfo *info, Pyramid *pyramid ) Add a Pyramid into the PyramidInfo structure
Add a Pyramid 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 pyramid field of the PyramidInfo structure. This is used to provide a pointer to an already allocated Pyramid structure (the pointer is simply put into the pyramid field as-is, the Pyramid structure is not copied in any way).