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