![]() |
Utah Raster Toolkit
9999-git
URT Development version (post-3.1b)
|
Go to the source code of this file.
Macros | |
| #define | VAXSHORT(var, fp) { var = fgetc(fp)&0xFF; var |= (fgetc(fp)) << 8; } |
| #define | OPCODE(inst) (inst[0] & ~LONG) |
| #define | LONGP(inst) (inst[0] & LONG) |
| #define | DATUM(inst) (inst[1] & 0xff) /* Make sure it's unsigned. */ |
Functions | |
| unsigned int | rle_getraw (rle_hdr *the_hdr, scanraw, nraw) |
| void | rle_freeraw (rle_hdr *the_hdr, scanraw, nraw) |
Variables | |
| static char | rcs_ident [] = "$Id: rle_getraw.c,v 3.0.1.1 1992/01/28 18:20:36 spencer Exp spencer $" |
| #define DATUM | ( | inst | ) | (inst[1] & 0xff) /* Make sure it's unsigned. */ |
Definition at line 46 of file rle_getraw.c.
| #define LONGP | ( | inst | ) | (inst[0] & LONG) |
Definition at line 45 of file rle_getraw.c.
| #define OPCODE | ( | inst | ) | (inst[0] & ~LONG) |
Definition at line 44 of file rle_getraw.c.
Definition at line 39 of file rle_getraw.c.
| void rle_freeraw | ( | rle_hdr * | the_hdr, |
| scanraw | , | ||
| nraw | |||
| ) |
Definition at line 268 of file rle_getraw.c.
Definition at line 78 of file rle_getraw.c.
|
static |
Definition at line 31 of file rle_getraw.c.
1.8.10