16 #if !defined(_CIMOVIEMERGE_H_)
17 #define _CIMOVIEMERGE_H_
21 #endif // _MSC_VER > 1000
71 return m_terrainVisiblity;
83 return m_imageFileName;
136 m_usePicture = usePicture;}
144 m_saveImages = saveImages;}
158 void setImageFileName(
char *imageFileName){strncpy(m_imageFileName, imageFileName,
sizeof(m_imageFileName));}
210 bool archive(std::ofstream &outf);
221 bool serialize(
char *filepath);
243 bool parseXML(
clXML& xmlDocument);
253 bool loadXMLNode(
std::string tag,
char *nodeString);
280 bool loadXMLNode(
std::string tag,
double *nodeBool);
290 void saveXML(
clXML* xmlDocument);
336 char m_imageFileName[256];
350 #endif // _ciTRACK_H_