13 #if !defined _ciSystemTest_h_
14 #define _ciSystemTest_h_
42 bool archive(std::ofstream &outf);
53 bool serialize(
char *filepath);
75 bool parseXML(
clXML& xmlDocument);
85 bool loadXMLNode(
std::string tag,
char *nodeString);
121 bool loadXMLNode(
std::string tag,
double *nodeBool);
131 void saveXML(
clXML* xmlDocument);
185 void setOutputImageArrayType(
int type )
187 m_outputImageArrayType =
type;
195 int getOutputImageArrayType()
const
197 return m_outputImageArrayType;
221 #endif // _ciSystemTest_h_