This is SmsObject.h in view mode; [Download] [Up]
/* Generated by Interface Builder */
#import <objc/Object.h>
#include "../sms.h"
@interface SmsObject:Object
{
SMSHeader *pSmsHeader;
int iCurrentFrame;
SMS_DATA smsRecord;
}
- free;
- initFromFile:(char*)fileName;
- (int)readFile:(char*)fileName;
- (int)getNRecords;
- (int)getNTrajectories;
- (int)getNStochasticCoeff;
- (int)getFormat;
- (int)getFrameRate;
- (int)getStochasticType;
- (float)getOriginalSRate;
- (SMS_DATA *)getRecord:(int)iFrame;
- setSmsRecord:(int)iFrame record:(SMS_DATA *)pRecord;
- (float)getDeterministicFreq:(int)iFrame iTraj:(int)iTraj;
- (float)getDeterministicMag:(int)iFrame iTraj:(int)iTraj;
- (float)getStochasticGain:(int)iFrame;
- (float)getStochasticCoefficient:(int)iFrame iCoeff:(int)iCoeff;
- (char*)getTextCharacters;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.