Detailed Description
ciTrack class declaration
Constructor & Destructor Documentation
| ciScenario::ciScenario |
( |
| ) |
|
- Copy constructor.
- Parameters
-
| virtual ciScenario::~ciScenario |
( |
| ) |
|
|
virtual |
Member Function Documentation
| double ciScenario::getMouseVel |
( |
| ) |
|
|
inline |
- gets the Mouse Velocity that used in the scenario
- Returns
- The Mouse Velocity.
| void ciScenario::setMouseVel |
( |
double |
rate | ) |
|
|
inline |
- sets the Mouse Velocity that used in scenario
- Parameters
-
| rate | - The Mouse Velocity to be assigned. |
- Returns
- void.
| bool ciScenario::getLogScale |
( |
| ) |
|
|
inline |
- gets the status of the log scale
- Returns
- The save floating point images flag.
| void ciScenario::setLogScale |
( |
bool |
logScale | ) |
|
|
inline |
| double ciScenario::getTime |
( |
| ) |
|
|
inline |
| void ciScenario::setTime |
( |
double |
time | ) |
|
|
inline |
| double ciScenario::getMouseFOV |
( |
| ) |
|
|
inline |
| void ciScenario::setMouseFOV |
( |
double |
mouseFOV | ) |
|
|
inline |
| bool ciScenario::getSceneWindow |
( |
| ) |
|
|
inline |
| void ciScenario::setSceneWindow |
( |
bool |
flag | ) |
|
|
inline |
| int ciScenario::getActiveSensor |
( |
| ) |
|
|
inline |
| void ciScenario::setActiveSensor |
( |
int |
sensorID | ) |
|
|
inline |
| void ciScenario::setActiveRGBSensor |
( |
int |
sensorId, |
|
|
int |
chan |
|
) |
| |
|
inline |
| int ciScenario::getRGBSensor |
( |
int |
chan | ) |
|
|
inline |
| void ciScenario::setForceTextures |
( |
bool |
flag | ) |
|
|
inline |
| bool ciScenario::getForceTextures |
( |
| ) |
|
|
inline |
| void ciScenario::setReduceMcm |
( |
bool |
flag | ) |
|
|
inline |
| bool ciScenario::getReduceMcm |
( |
| ) |
|
|
inline |
| void ciScenario::setUseMouse |
( |
bool |
flag | ) |
|
|
inline |
| bool ciScenario::getUseMouse |
( |
| ) |
|
|
inline |
| void ciScenario::setUpdateTextures |
( |
bool |
flag | ) |
|
|
inline |
| bool ciScenario::getUpdateTextures |
( |
| ) |
|
|
inline |
| void ciScenario::setPbuffer32F |
( |
bool |
flag | ) |
|
|
inline |
| bool ciScenario::getPbuffer32F |
( |
| ) |
|
|
inline |
| void ciScenario::setUseRGBTexture |
( |
bool |
flag | ) |
|
|
inline |
| bool ciScenario::getUseRGBTexture |
( |
| ) |
|
|
inline |
| void ciScenario::setUseShadows |
( |
bool |
flag | ) |
|
|
inline |
| bool ciScenario::getUseShadows |
( |
| ) |
|
|
inline |
| void ciScenario::setUseLightSources |
( |
bool |
flag | ) |
|
|
inline |
| bool ciScenario::getUseLightSources |
( |
| ) |
|
|
inline |
| void ciScenario::setUseLitWindows |
( |
bool |
flag | ) |
|
|
inline |
| bool ciScenario::getUseLitWindows |
( |
| ) |
|
|
inline |
| void ciScenario::setLitWindowStart |
( |
double |
time | ) |
|
|
inline |
| double ciScenario::getLitWindowStart |
( |
| ) |
|
|
inline |
| void ciScenario::setLitWindowStop |
( |
double |
time | ) |
|
|
inline |
| double ciScenario::getLitWindowStop |
( |
| ) |
|
|
inline |
| bool ciScenario::archive |
( |
std::ofstream & |
outf | ) |
|
- Description:
- Saves the ciTrack object to file.
- Parameters
-
| filepath | - complete path and filename to the file |
- Returns
- true if sucessful
| bool ciScenario::serialize |
( |
char * |
filepath | ) |
|
- Description:
- Loads the ciTrack object from file.
- Parameters
-
| filepath | - complete path and filename to the file |
- Returns
- true if sucessful
| bool ciScenario::parseXML |
( |
clXML & |
xmlDocument | ) |
|
- Parameters
-
| std::string | tag |
| char | *nodeString |
- Returns
- bool
- Parameters
-
| std::string | tag |
| bool | *nodeBool |
- Returns
- bool
- Parameters
-
| std::string | tag |
| int | *nodeBool |
- Returns
- bool
- Parameters
-
| std::string | tag |
| double | *nodeBool |
- Returns
- bool
| void ciScenario::saveXML |
( |
clXML * |
xmlDocument | ) |
|
- Assignment operator.
- Parameters
-
| obj | - ciTrack object to be assigned. |
- Returns
- The assigned ciTrack object.
Member Data Documentation
| double ciScenario::m_timeOfDay |
|
protected |
Movie Player file frame rate time
| double ciScenario::m_mouseVel |
|
protected |
| bool ciScenario::m_logScale |
|
protected |
| double ciScenario::m_mouseFOV |
|
protected |
| bool ciScenario::m_sceneWindow |
|
protected |
| int ciScenario::m_activeSensor |
|
protected |
| int ciScenario::m_activeRGBSensor[4] |
|
protected |
| double ciScenario::m_lightLevel |
|
protected |
| bool ciScenario::m_forceTextures |
|
protected |
| bool ciScenario::m_reduceMcm |
|
protected |
| bool ciScenario::m_useMouse |
|
protected |
| bool ciScenario::m_updateTextures |
|
protected |
| bool ciScenario::m_pbuffer32F |
|
protected |
| bool ciScenario::m_useRGBTextures |
|
protected |
| bool ciScenario::m_useShadows |
|
protected |
| bool ciScenario::m_useLightSources |
|
protected |
| bool ciScenario::m_useLitWindows |
|
protected |
| double ciScenario::m_litWindowStart |
|
protected |
| double ciScenario::m_litWindowStop |
|
protected |
The documentation for this class was generated from the following file: