Utah Raster Toolkit  9999-git
URT Development version (post-3.1b)
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 {
16 }
17 - init;
18 - open:(char *)filename;
19 @end
struct rle_hdr rle_file_hdr
Definition: RLE.h:15
id init()
Definition: rle.h:96
Definition: RLE.h:13
Definition: Image.m:26
id open:(char *filename)
Definition: RLE.m:31