9 #if !defined(_CISCENARIO_H_)
10 #define _CISCENARIO_H_
15 #endif // _MSC_VER > 1000
27 #define SKYDOME_RANGE 1100000 //195000
76 void setBackgroundThreadCPU(
int cpu)
78 m_backgroundCPUID = cpu;
90 int getBackgroundThreadCPU()
const
92 return m_backgroundCPUID;
104 void setBackgroundThreadPriority(
int priority)
106 m_backgroundThreadPriority = priority;
118 int getBackgroundThreadPriority()
const
120 return m_backgroundThreadPriority;
149 int getNumMultiSamples()
const
151 return m_numMultiSamples;
165 m_numColorMultiSamples =
samples;
177 int getNumColorMultiSamples()
const
179 return m_numColorMultiSamples;
191 bool archive(std::ofstream &outf);
202 bool serialize(
char *filepath);
224 bool parseXML(
clXML& xmlDocument);
234 bool loadXMLNode(
std::string tag,
char *nodeString);
261 bool loadXMLNode(
std::string tag,
double *nodeBool);
271 void saveXML(
clXML* xmlDocument);
334 #endif // _ciSCENARIO_H_