Detailed Description
ciNVTherm class declaration
Constructor & Destructor Documentation
- Copy constructor.
- Parameters
-
| virtual ciNVTherm::~ciNVTherm |
( |
| ) |
|
|
virtual |
Member Function Documentation
| char* ciNVTherm::getFilename |
( |
| ) |
|
|
inline |
- gets the filename for the output data file.
- Returns
- The output filename.
| void ciNVTherm::setFilename |
( |
char * |
name = (char *)"./nvtOutput.txt" | ) |
|
|
inline |
- sets the frame rate in hz.
- Parameters
-
| name | - The name to be assigned to the output file. |
- Returns
- void.
| void ciNVTherm::setDetectionProbability |
( |
float |
probValue = 0.1f | ) |
|
|
inline |
- sets the NVTherm probability of detection.
- Parameters
-
| probValue | - The NVTherm probability of detection is assigned here. |
- Returns
- void.
| void ciNVTherm::setClassificationProbability |
( |
float |
probValue = 1.0f | ) |
|
|
inline |
- sets the NVTherm probability of classification.
- Parameters
-
| probValue | - The NVTherm probability of classification is assigned here. |
- Returns
- void.
| void ciNVTherm::setIdentificationProbability |
( |
float |
probValue = 2.0f | ) |
|
|
inline |
- sets the NVTherm probability of identification.
- Parameters
-
| probValue | - The NVTherm probability of identification is assigned here. |
- Returns
- void.
| float ciNVTherm::getDetectionProbability |
( |
| ) |
|
|
inline |
- gets the NVTherm probability of detection.
- Returns
- float.
| float ciNVTherm::getClassificationProbability |
( |
| ) |
|
|
inline |
- gets the NVTherm probability of classification.
- Returns
- float.
| float ciNVTherm::getIdentificationProbability |
( |
| ) |
|
|
inline |
- gets the NVTherm probability of identification.
- Returns
- float.
| char* ciNVTherm::getCurrentDirectory |
( |
| ) |
|
|
inline |
- sets the currently stored directory location.
- Parameters
-
| pwd | - current working directory |
- Returns
- void.
- gets the currently stored directory location.
- Parameters
-
| pwd | - current working directory |
- Returns
- char *.
| bool ciNVTherm::archive |
( |
std::ofstream & |
outf | ) |
|
- Description:
- Saves the ciNVTherm object to file.
- Parameters
-
| filepath | - complete path and filename to the file |
- Returns
- true if sucessful
| bool ciNVTherm::serialize |
( |
char * |
filepath | ) |
|
- Description:
- Loads the ciNVTherm object from file.
- Parameters
-
| filepath | - complete path and filename to the file |
- Returns
- true if sucessful
- Assignment operator.
- Parameters
-
- Returns
- The assigned ciNVTherm object.
Member Data Documentation
| char ciNVTherm::m_OutputFilename[256] |
|
private |
| float ciNVTherm::m_detectionProbability |
|
private |
| float ciNVTherm::m_classificationProbability |
|
private |
Classification Probability
| float ciNVTherm::m_identificationProbability |
|
private |
Identification Probability
| char ciNVTherm::m_initialationDirectory[256] |
|
private |
Holds the intial directory location
The documentation for this class was generated from the following file: