Utah Raster Toolkit
9999-git
URT Development version (post-3.1b)
Main Page
Data Structures
Files
File List
Globals
get
next
RLE.h
Go to the documentation of this file.
1
#
import
"Image.h"
2
#
import
<
rle
.
h
>
3
4
// RLE.h
5
//
6
// Written by Vince DeMarco
7
// demarco@cpsc.ucalgary.ca
8
//
9
// This program is In the Public Domain. If you make any improvements to this
10
// program please let me know
11
12
13
@
interface
RLE
:
Image
14
{
15
struct
rle_hdr
rle_file_hdr
;
16
}
17
-
init
;
18
-
open
:(
char
*)filename;
19
@
end
RLE::rle_file_hdr
struct rle_hdr rle_file_hdr
Definition:
RLE.h:15
-[RLE init]
id init()
rle_hdr
Definition:
rle.h:96
RLE
Definition:
RLE.h:13
Image
Definition:
Image.m:26
-[RLE open:]
id open:(char *filename)
Definition:
RLE.m:31
Generated on Thu Sep 24 2015 11:47:03 for Utah Raster Toolkit by
1.8.10