Constructor & Destructor Documentation
| ciSettings::ciSettings |
( |
void |
| ) |
|
- Description:
- Default constructor.
| ciSettings::~ciSettings |
( |
void |
| ) |
|
- Description:
- Default destructor.
- Description:
- Copy constructor.
- Parameters
-
| obj | - the object being copied. |
Member Function Documentation
| bool ciSettings::archive |
( |
std::ofstream & |
outf | ) |
|
- Description:
- Saves the ciSettings object to file.
- Parameters
-
| filepath | - complete path and filename to the file |
| flags | - file io flags to be set. |
- Returns
- true if sucessful
| bool ciSettings::serialize |
( |
char * |
filepath | ) |
|
- Description:
- Loads the ciSettings object from file.
- Parameters
-
| filepath | - complete path and filename to the file |
- Returns
- true if sucessful
| bool ciSettings::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 ciSettings::saveXML |
( |
clXML * |
xmlDocument | ) |
|
| void ciSettings::setSameFOV |
( |
bool |
sameFOV | ) |
|
|
inline |
| bool ciSettings::getSameFOV |
( |
| ) |
|
|
inline |
- Description:
- Assignment operator.
- Parameters
-
| obj | - the object being assigned. |
Member Data Documentation
| bool ciSettings::m_sameFOV |
|
private |
The documentation for this class was generated from the following file: