00001 // 00002 // DISCLAIMER: 00003 // This software was produced by the National Institute of Standards 00004 // and Technology (NIST), an agency of the U.S. government, and by statute is 00005 // not subject to copyright in the United States. Recipients of this 00006 // software assume all responsibility associated with its operation, 00007 // modification,maintenance, and subsequent redistribution. 00008 // 00009 // See NIST Administration Manual 4.09.07 b and Appendix I. 00010 00011 #pragma once 00012 #include "ippChangeToolActionType.h" 00013 #include "ippCoordSysType.h" 00014 #include "ippOtherKeyType.h" 00015 00016 00018 // The values in the following four enums are used as indexes into the 00019 // ippKeyStrings array below. 00020 typedef enum ippTargetPosType { 00021 A = _A, 00022 B = _B, 00023 C = _C, 00024 R = _R, 00025 X = _X, 00026 Y = _Y, 00027 Z = _Z, 00028 IJK = _IJK 00029 }; 00030