KCMS CMM Developer's Guide

Base Class Support

The base class supports the caching objects and transformation map saving. It contains the KcsXform * array, an KcsAttribute * and supports the getObject() and setObject() overloads. Most derivative profile formats implement these virtuals: initEmptyFormat(), isSupported(), load(), and save().

A derivative can define and use the base class data elements protected during load(), and the base class passes them to you.