PLplot
5.10.0
|
00001 00002 // defines.h: declarations file for the cgmdraw module. 00003 // 00004 // Written by G. Edward Johnson <mailto:lorax@nist.gov> 00005 // Date: April 1996 00006 // Copyright: cd software produced by NIST, an agency of the 00007 // U.S. government, is by statute not subject to copyright 00008 // in the United States. Recipients of this software assume all 00009 // responsibilities associated with its operation, modification 00010 // and maintenance. 00011 // 00012 // 00013 00014 #ifndef CDDEF_H 00015 #define CDDEF_H 1 00016 00017 #define b0 01 00018 #define b1 02 00019 #define b2 04 00020 #define b3 010 00021 #define b4 020 00022 #define b5 040 00023 #define b6 0100 00024 #define b7 0200 00025 #define b8 0400 00026 #define b9 01000 00027 #define b10 02000 00028 #define b11 04000 00029 #define b12 010000 00030 #define b13 020000 00031 #define b14 040000 00032 #define b15 0100000 00033 00034 // Defines the default values for different attributes. In general, 00035 // these track the CGM specificaition, so changing them is not a good idea. 00036 // however, it is generally ok to set them to -1 (undefined) if you want. 00037 // 00038 00039 #define CDLTYPE 1 00040 #define CDLWIDTH 0 00041 #define CDLCOLOR 1 00042 #define CDSHAPESTYLE 0 00043 #define CDSHAPECOLOR 1 00044 #define CDSHAPEHATCH 1 00045 #define CDEDGETYPE 1 00046 #define CDEDGECOLOR 1 00047 #define CDEDGEWIDTH 1 00048 #define CDEDGEVIS 0 00049 #define CDTEXTFONT 1 00050 #define CDTEXTCOLOR 1 00051 #define CDTEXTHEIGHT -1 00052 #define CDTEXTPATH 0 00053 #define CDMTYPE 1 00054 #define CDMSIZE 0 00055 #define CDMCOLOR 1 00056 #define CDLINESPEC 1 00057 #define CDEDGESPEC 1 00058 #define CDMARKERSPEC 1 00059 00060 00061 #endif