#include <stdio.h>
Go to the source code of this file.
#define BLACK 0 |
#define BLUE 1 |
Definition at line 95 of file gphgraph.h.
#define CYAN 3 |
Definition at line 103 of file gphgraph.h.
#define DEFAULT_COLOR 1 |
Definition at line 124 of file gphgraph.h.
#define DEFAULT_NUM_OF_ISOLINES 10 |
Definition at line 133 of file gphgraph.h.
#define DEFAULT_PERSPECTIVE_Z -5.0 |
Definition at line 128 of file gphgraph.h.
#define DEFAULT_SAMPLES_PER_CURVE 6 |
Definition at line 134 of file gphgraph.h.
#define EXTERN extern |
Definition at line 49 of file gphgraph.h.
#define GENERIC_GIF_FILE "generic#.gif" |
Definition at line 117 of file gphgraph.h.
#define GENERIC_MAT_FILE "generic#.mat" |
Definition at line 116 of file gphgraph.h.
#define GENERIC_PS_FILE "generic#.ps" |
Definition at line 118 of file gphgraph.h.
#define GREEN 2 |
Definition at line 91 of file gphgraph.h.
#define LINE_LEN_LONG 256 |
Definition at line 135 of file gphgraph.h.
#define MAGENTA 5 |
Definition at line 107 of file gphgraph.h.
#define MAX_COLOR 15 |
Definition at line 112 of file gphgraph.h.
#define NORMAL_DEFAULT_LENGTH 10 |
Definition at line 121 of file gphgraph.h.
#define NORMAL_SCALER_LENGTH 100 |
Definition at line 122 of file gphgraph.h.
#define RED 4 |
Definition at line 87 of file gphgraph.h.
#define TRANS_OBJECT 2 |
Definition at line 131 of file gphgraph.h.
#define TRANS_SCREEN 1 |
Definition at line 130 of file gphgraph.h.
#define VIEW_ORTHOGRAPHIC 2 |
Definition at line 127 of file gphgraph.h.
#define VIEW_PERSPECTIVE 1 |
Definition at line 126 of file gphgraph.h.
#define WHITE 15 |
Definition at line 111 of file gphgraph.h.
#define YELLOW 14 |
Definition at line 99 of file gphgraph.h.
typedef double real |
Definition at line 64 of file gphgraph.h.
Definition at line 68 of file gphgraph.h.
enum GraphicEventType |
Definition at line 137 of file gphgraph.h.
void MSD_execClear | ( | void | ) |
Definition at line 49 of file gphclear.cpp.
References g_clear(), lineins(), MSD_lowClearWindow(), and optin().
void MSD_execPrint | ( | void | ) |
void MSD_execWindow | ( | void | ) |
void MSD_highPrint | ( | FILE * | fptr, | |
char * | mens | |||
) |
Definition at line 50 of file gphprint.cpp.
References MSD_lowPrint().
Referenced by MSD_execPrint().
Definition at line 61 of file gphwindw.cpp.
References dwindbox, ERROR, MSD_lowCheckWindow(), SUCCESS, and windbox.
Referenced by MSD_execWindow().
Definition at line 74 of file gphwindw.cpp.
References FALSE, releps, and TRUE.
Referenced by MSD_highWindow().
void MSD_lowClearWindow | ( | void | ) |
Definition at line 79 of file gphclear.cpp.
References BLACK, g_filbox(), and xyratio.
Referenced by MSD_execClear().
void MSD_lowPrint | ( | char * | to, | |
char * | from | |||
) |
Definition at line 77 of file gphgraph.h.
Referenced by g_frame(), gdcpos(), maninit(), MSD_highWindow(), and MSD_lowSetCamera3View().
EXTERN int GlblDepthCue |
Definition at line 160 of file gphgraph.h.
EXTERN int GlblDoGraphics |
Definition at line 160 of file gphgraph.h.
EXTERN int GlblTransformMode |
Definition at line 160 of file gphgraph.h.
EXTERN int GlblViewMode |
Definition at line 160 of file gphgraph.h.
EXTERN double releps |
Definition at line 78 of file gphgraph.h.
Referenced by maninit(), MSD_lowCheckCamera(), MSD_lowCheckWindow(), MSD_lowEdgeEdgeCheckStep2(), MSD_lowEdgeEdgeCheckStep3(), MSD_lowEdgeEdgeIntersection(), MSD_lowIntersectionCheckStep1(), MSD_lowIsInvertedEdge(), and MSD_lowPositionalVisibility().
Definition at line 76 of file gphgraph.h.
Referenced by maninit(), MSD_highWindow(), and MSD_lowSetCamera3View().