ftp.nice.ch/pub/next/graphics/bitmap/dips.1.00.s.tar.gz#/GUI_DIPS/_gui_dips/Mask.h

This is Mask.h in view mode; [Download] [Up]

/* Generated by Interface Builder */

#import <objc/Object.h>

@interface Mask:Object
{
	id	mask;		// Matrix:Mask outlet
	id	size;		// Form:Size outlet
	id  	maskWindow;	// Window:maskWindow outlet
	int	cur_size;
	BOOL	changed;
	char 	*path;
	char 	*file;
}

- (BOOL) hasNotChanged;
- updateSize:sender;
- (int) getsize;
- (float) getval: (int)x :(int) y;
- new:sender;
- open:sender;
- openfile;
- save:sender;
- saveAs:sender;
- (float **) getFloatMask: (int *)maskSize;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.