#include "cgmtypes.h"#include <stdio.h>#include <string.h>#include <stdlib.h>#include <math.h>#include <ctype.h>#include <time.h>Data Structures | |
| struct | sharedatt |
| struct | lineatt |
| struct | markeratt |
| struct | textatt |
| struct | fillatt |
| struct | edgeatt |
| struct | linebundle |
| struct | markerbundle |
| struct | textbundle |
| struct | fillbundle |
| struct | edgebundle |
Defines | |
| #define | Extern extern |
Typedefs | |
| typedef struct sharedatt | Sharedatt |
| typedef struct lineatt | Lineatt |
| typedef struct markeratt | Markeratt |
| typedef struct textatt | Textatt |
| typedef struct fillatt | Fillatt |
| typedef struct edgeatt | Edgeatt |
| typedef struct linebundle | Linebundle |
| typedef struct markerbundle | Markerbundle |
| typedef struct textbundle | Textbundle |
| typedef struct fillbundle | Fillbundle |
| typedef struct edgebundle | Edgebundle |
Functions | |
| Extern void | ATTline () |
| Extern void | ATTmarker () |
| Extern void | ATTtext () |
| Extern void | ATTfill () |
| Extern void | ATTedge () |
| #define Extern extern |
| typedef struct edgebundle Edgebundle |
| typedef struct fillbundle Fillbundle |
| typedef struct linebundle Linebundle |
| typedef struct markerbundle Markerbundle |
| typedef struct textbundle Textbundle |
| Extern void ATTedge | ( | ) |
| Extern void ATTfill | ( | ) |
| Extern void ATTline | ( | ) |
| Extern void ATTmarker | ( | ) |
| Extern void ATTtext | ( | ) |
1.6.3