KCMS CMM Developer's Guide

Transformations

As many transformation slots exist as there are valid operations for a profile. Use the getObject(KcsXformType)() overloaded method to retrieve the correct KcsXform*. (KcsProfileFormat includes two public getObject() methods. Use the one that returns the specified KcsXform.)

Like attributes, it does not matter whether the KcsXform wanted is in a public header or in a private part of the profile. This class abstracts out the placement and type. A profile format with a mixture of public and private parts for transformation representation is supported.