Inheritance diagram for vetVisionParameters:

Public Member Functions | |
| virtual | ~vetVisionParameters () |
| Default destructor. | |
| void | setDoEval (bool value=true) |
| void | setDoAlert (bool value=true) |
| VETRESULT | saveToXML (const char *filename) |
| Serialize class to XML file. Open file stream and call inherited saveToStreamXML() to save specific data structures. | |
| VETRESULT | loadFromXML (const char *filename) |
| Deserialize class from XML file. Open file stream and call inherited loadFromStreamXML() to load specific data structures. | |
| virtual VETRESULT | saveToStreamXML (FILE *fp)=0 |
| Serialize class to XML format. Class' tag is <vetCoder_MOVParameters>. | |
| virtual VETRESULT | loadFromStreamXML (FILE *fp)=0 |
| Deserialize class from XML format. Class' tag must be <vetCoder_MOVParameters>. | |
Protected Member Functions | |
| vetVisionParameters () | |
| Default constructor, protected but inherited classes may overload to public. | |
Protected Attributes | |
| bool | doAlert |
| bool | doEval |
Definition at line 155 of file vetVision.h.
|
|
Deserialize class from XML format. Class' tag must be <vetCoder_MOVParameters>.
Implemented in vetMotionIlluminationInvariantParameters, and vetMotionLameParameters. Referenced by loadFromXML(). |
|
|
Deserialize class from XML file. Open file stream and call inherited loadFromStreamXML() to load specific data structures.
Definition at line 192 of file vetVision.cpp. References loadFromStreamXML(), VETRET_OK, and VETRET_PARAM_ERR. |
|
|
Serialize class to XML format. Class' tag is <vetCoder_MOVParameters>.
Implemented in vetMotionIlluminationInvariantParameters, and vetMotionLameParameters. Referenced by saveToXML(). |
|
|
Serialize class to XML file. Open file stream and call inherited saveToStreamXML() to save specific data structures.
Definition at line 169 of file vetVision.cpp. References saveToStreamXML(), VETRET_INTERNAL_ERR, VETRET_OK, and VETRET_PARAM_ERR. |
1.4.4