#include <stdio.h>
#include <stdlib.h>
#include <time.h>
Go to the source code of this file.
Data Structures | |
struct | _mcdwin |
Defines | |
#define | MAXPOINTS 16000 |
#define | MAXCOLOR 16 |
#define | DEFAULT_CM 0 |
#define | FILE_CM 1 |
#define | SCREEN_SIZE_FRACTION 0.4 |
#define | SCREEN_XPOS_FRACTION 0.3 |
#define | SCREEN_YPOS_FRACTION 0.05 |
#define | REASONABLE_WAIT_TIME 50000 |
Typedefs | |
typedef struct _mcdwin | mcdwin |
Functions | |
unsigned long | lux_get_bgcolor () |
unsigned long | lux_get_fgcolor () |
unsigned long | lux_rgb_pixel () |
unsigned long | lux_lookup_color () |
mcdxinit (aspect, nxpix, nypix, ncolor, ierr) float *aspect | |
Variables | |
int* | nxpix |
int * | nypix |
int * | ncolor |
int* | ierr |
* | s |
int* | n |
unsigned long* | ic |
* | a |
char* | string |
int* | nc |
int* | ier |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Referenced by ierr(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|