16 #if !defined(_ciTRACK_H_)
21 #endif // _MSC_VER > 1000
295 char *getSaveFilePrefix();
306 void setSaveFilePrefix(
char *
name);
330 bool archive(std::ofstream &outf);
341 bool serialize(
char *filepath);
363 bool parseXML(
clXML& xmlDocument);
373 bool loadXMLNode(
std::string tag,
char *nodeString);
400 bool loadXMLNode(
std::string tag,
double *nodeBool);
410 void saveXML(
clXML* xmlDocument);
458 char m_saveFilePrefix[255];
467 #endif // _ciTRACK_H_