Utah Raster Toolkit  9999-git
URT Development version (post-3.1b)
RASF.h
Go to the documentation of this file.
1 #import "Image.h"
2 
3 
4 // RASF.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 RASF:Image
14 {
15 }
16 
17 - init;
18 - open:(char *)filename;
19 @end
Definition: Image.m:26
id init()
Definition: RASF.h:13
id open:(char *filename)
Definition: RASF.m:36