KCMS CMM Developer's Guide

KcsCreate()XXXX()

KcsXXXX

*KcsCreateXXXX(KcsStatus *,

XXXX creation

args);

KcsCreate()XXXX() is one of possibly many creation entry points. This entry point maps directly to the static create()XXXX() methods of the base class from which it is being derived. The arguments following KcsStatus * are specific to the base class and are described in the appropriate class chapter. See the chapters describing the KcsIO, KcsProfile, KcsProfileFormat, and KcsXform classes (Chapter 4, KcsIO Derivative through Chapter 7, KcsXform Derivative respectively). The CMM must support all declared create()XXXX() methods; otherwise, applications receive CMM errors from calls to load().