18 #ifndef __CLUSTERTOOL__
19 #define __CLUSTERTOOL__
49 BOOL8 WriteInsigProtos);
53 #define ILLEGALSAMPLESIZE 5000
54 #define ILLEGALCIRCULARSPEC 5001
55 #define ILLEGALMINMAXSPEC 5002
56 #define ILLEGALSIGNIFICANCESPEC 5003
57 #define ILLEGALSTYLESPEC 5004
58 #define ILLEGALSAMPLECOUNT 5005
59 #define ILLEGALMEANSPEC 5006
60 #define ILLEGALVARIANCESPEC 5007
61 #define ILLEGALDISTRIBUTION 5008
62 #define ILLEGALFLOAT 5009
63 #define ILLEGALESSENTIALSPEC 5013
PARAM_DESC * ReadParamDesc(FILE *File, uinT16 N)
void WriteProtoStyle(FILE *File, PROTOSTYLE ProtoStyle)
PROTOTYPE * ReadPrototype(FILE *File, uinT16 N)
void WriteParamDesc(FILE *File, uinT16 N, const PARAM_DESC ParamDesc[])
FLOAT32 * ReadNFloats(FILE *File, uinT16 N, FLOAT32 Buffer[])
PROTOSTYLE ReadProtoStyle(FILE *File)
void WritePrototype(FILE *File, uinT16 N, PROTOTYPE *Proto)
void WriteProtoList(FILE *File, uinT16 N, PARAM_DESC ParamDesc[], LIST ProtoList, BOOL8 WriteSigProtos, BOOL8 WriteInsigProtos)
void WriteNFloats(FILE *File, uinT16 N, FLOAT32 Array[])
uinT16 ReadSampleSize(FILE *File)