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

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

typedef struct _mask
{
	int	size;
	float	**data;
} mask;

int openMask(char *file, mask *m);
int saveMask(char *file, mask *m);

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