![]() |
Utah Raster Toolkit
9999-git
URT Development version (post-3.1b)
|
#import "RLE.h"
Instance Methods | |
| (id) | - init |
| (id) | - open: |
| () | - strncpy [implementation] |
| () | - return(self) [implementation] |
Instance Methods inherited from Image | |
| (id) | - displayImage |
| (id) | - drawSelf:: |
| (id) | - free |
| (id) | - saveAsTiff:usingCompression: |
| (id) | - saveAsEPS: |
| (id) | - windowWillClose: |
Protected Attributes | |
| struct rle_hdr | rle_file_hdr |
Protected Attributes inherited from Image | |
| id | thiswindow |
| id | thisview |
| id | tiffimage |
| int | xsize |
| int | ysize |
| void * | rmap |
| void * | gmap |
| void * | bmap |
| void * | amap |
| unsigned char * | r |
| unsigned char * | g |
| unsigned char * | b |
| unsigned char * | a |
| NXZone * | newZone |
| char | fileName [1024] |
| char | windowIconName [1024] |
| int | numColors |
| NXRect | temprect |
| - (id) init |
Implements Image.
Referenced by Myapp::appOpenFile:type:.
| - (id) open: | (char *) | filename |
Definition at line 31 of file RLE.m.
References Image::a, rle_hdr::alpha, Image::b, Image::displayImage, Image::fileName, Image::g, rle_hdr::ncolors, Image::numColors, Image::r, rle_hdr::rle_file, rle_file_hdr, rle_get_setup(), rle_getrow(), rle_names(), rle_open_f_noexit(), rle_row_alloc(), rle_row_free(), Image::rmap, Image::thisview, rle_hdr::xmax, rle_hdr::xmin, Image::xsize, rle_hdr::ymax, rle_hdr::ymin, and Image::ysize.
Referenced by Myapp::appOpenFile:type:.
|
implementation |
Implements Image.
|
implementation |
1.8.10