Constructor & Destructor Documentation
| ciScenario::ciScenario |
( |
| ) |
|
- Copy constructor.
- Parameters
-
| virtual ciScenario::~ciScenario |
( |
| ) |
|
|
virtual |
Member Function Documentation
| void ciScenario::setUseShadows |
( |
bool |
flag | ) |
|
|
inline |
| bool ciScenario::getUseShadows |
( |
| ) |
|
|
inline |
| void ciScenario::setShadowType |
( |
int |
type | ) |
|
|
inline |
| int ciScenario::getShadowType |
( |
| ) |
|
|
inline |
| void ciScenario::setShadowMapSize |
( |
int |
size | ) |
|
|
inline |
| int ciScenario::getShadowMapSize |
( |
| ) |
|
|
inline |
| void ciScenario::setUseAngleDependentEmissivity |
( |
bool |
flag | ) |
|
|
inline |
| bool ciScenario::getUseAngleDependentEmissivity |
( |
| ) |
|
|
inline |
| void ciScenario::setUseNormalBasedIM |
( |
bool |
flag | ) |
|
|
inline |
| bool ciScenario::getUseNormalBasedIM |
( |
| ) |
|
|
inline |
| void ciScenario::setUseLightSources |
( |
bool |
flag | ) |
|
|
inline |
| bool ciScenario::getUseLightSources |
( |
| ) |
|
|
inline |
| void ciScenario::setUseLitWindows |
( |
int |
flag | ) |
|
|
inline |
| int ciScenario::getUseLitWindows |
( |
| ) |
|
|
inline |
| void ciScenario::setLitWindowStart |
( |
double |
time | ) |
|
|
inline |
| double ciScenario::getLitWindowStart |
( |
| ) |
|
|
inline |
| void ciScenario::setLitWindowStop |
( |
double |
time | ) |
|
|
inline |
| double ciScenario::getLitWindowStop |
( |
| ) |
|
|
inline |
| void ciScenario::setChannelClip |
( |
bool |
state | ) |
|
|
inline |
| bool ciScenario::getChannelClip |
( |
| ) |
|
|
inline |
| void ciScenario::setChannelClipNear |
( |
double |
nearClip | ) |
|
|
inline |
| double ciScenario::getChannelClipNear |
( |
| ) |
|
|
inline |
| void ciScenario::setChannelClipFar |
( |
double |
farClip | ) |
|
|
inline |
| double ciScenario::getChannelClipFar |
( |
| ) |
|
|
inline |
| void ciScenario::setOverrideFltWithIve |
( |
bool |
state | ) |
|
|
inline |
| bool ciScenario::getOverrideFltWithIve |
( |
| ) |
|
|
inline |
| void ciScenario::setUsePostRadScaleOffset |
( |
bool |
flag | ) |
|
|
inline |
| bool ciScenario::getUsePostRadScaleOffset |
( |
| ) |
|
|
inline |
| void ciScenario::setBackgroundThreadCPU |
( |
int |
cpu | ) |
|
|
inline |
- sets the cpu assignment for the background thread
- Parameters
-
| cpu | - cpu id to assign thread |
- Returns
- void.
| int ciScenario::getBackgroundThreadCPU |
( |
| ) |
const |
|
inline |
- gets the cpu assignment for the background thread
- Returns
- cpu id to assign thread
| void ciScenario::setBackgroundThreadPriority |
( |
int |
priority | ) |
|
|
inline |
- sets the priority for the background thread
- Parameters
-
| priority | - background thread priority |
- Returns
- void.
| int ciScenario::getBackgroundThreadPriority |
( |
| ) |
const |
|
inline |
- gets the priority for the background thread
- Returns
- thread priority to assign
| void ciScenario::setUseVectorISAR |
( |
bool |
flag | ) |
|
|
inline |
| bool ciScenario::getUseVectorISAR |
( |
| ) |
|
|
inline |
| void ciScenario::setNumMultiSamples |
( |
int |
samples | ) |
|
|
inline |
- sets the number of multisamples for buffer rendering
- Parameters
-
| samples | - number of samples |
- Returns
- void.
| int ciScenario::getNumMultiSamples |
( |
| ) |
const |
|
inline |
- gets the number of multisamples
- Returns
- number of samples
| void ciScenario::setNumColorMultiSamples |
( |
int |
samples | ) |
|
|
inline |
- sets the number of color multisamples for buffer rendering
- Parameters
-
| samples | - number of samples |
- Returns
- void.
| int ciScenario::getNumColorMultiSamples |
( |
| ) |
const |
|
inline |
- gets the number of color multisamples
- Returns
- number of samples
| 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
| bool ciScenario::m_useShadows |
|
protected |
| int ciScenario::m_shadowType |
|
protected |
| int ciScenario::m_shadowMapSize |
|
protected |
| bool ciScenario::m_useAngleDependentEmissivity |
|
protected |
| bool ciScenario::m_useNormalBasedIM |
|
protected |
| bool ciScenario::m_useLightSources |
|
protected |
| int ciScenario::m_useLitWindows |
|
protected |
| double ciScenario::m_litWindowStart |
|
protected |
| double ciScenario::m_litWindowStop |
|
protected |
| bool ciScenario::m_channelClip |
|
protected |
| double ciScenario::m_channelClipNear |
|
protected |
| double ciScenario::m_channelClipFar |
|
protected |
| bool ciScenario::m_overrideFltWithIve |
|
protected |
| bool ciScenario::m_usePostRadScaleOffset |
|
protected |
| int ciScenario::m_backgroundCPUID |
|
protected |
| int ciScenario::m_backgroundThreadPriority |
|
protected |
| bool ciScenario::m_useVectorISAR |
|
protected |
| int ciScenario::m_numMultiSamples |
|
protected |
| int ciScenario::m_numColorMultiSamples |
|
protected |
The documentation for this class was generated from the following file: