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.