ftp.nice.ch/pub/next/graphics/3d/StereoScope.3.7.N.bs.tar.gz#/StereoScope-3.7/StoreData.h

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

#import <objc/Object.h>
@interface StoreData:Object
{
	int	type;
	int npoints;
	float *fpt;
	float *argv;
	float **displayed;
}

- init:(int)val:(int)count:(float *)farray:(float *)args;
- free;
- (int)dataType;
- (int)howMany;
- (float *)array;
- (float *)args;
- (float **)displayed;

@end

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