Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages | Examples

vetMotionLameParameters Class Reference

Inheritance diagram for vetMotionLameParameters:

vetVisionParameters

Public Member Functions

 vetMotionLameParameters (long threshold=1, bool doAlert=false, bool doEval=true)
void reset ()
void setThresholdValue (long value)
long getThresholdValue ()
VETRESULT saveToStreamXML (FILE *fp)
 Serialize class to XML format. Class' tag is <vetCoder_MOVParameters>.
VETRESULT loadFromStreamXML (FILE *fp)
 Deserialize class from XML format. Class' tag must be <vetCoder_MOVParameters>.

Protected Attributes

long threshold

Friends

class vetMotionLame

Detailed Description

Definition at line 107 of file vetMotionLame.h.


Member Function Documentation

VETRESULT vetMotionLameParameters::loadFromStreamXML FILE *  fp  )  [virtual]
 

Deserialize class from XML format. Class' tag must be <vetCoder_MOVParameters>.

Parameters:
[in] fp input stream's pointer
Returns:
VETRET_OK if everything is fine, VETRET_INTERNAL_ERR else.

Implements vetVisionParameters.

Definition at line 244 of file vetMotionLame.cpp.

References vetVisionParameters::doAlert, vetVisionParameters::doEval, threshold, and VETRET_OK.

VETRESULT vetMotionLameParameters::saveToStreamXML FILE *  fp  )  [virtual]
 

Serialize class to XML format. Class' tag is <vetCoder_MOVParameters>.

Parameters:
[in] fp output stream's pointer
Returns:
VETRET_OK if everything is fine, VETRET_INTERNAL_ERR else.

Implements vetVisionParameters.

Definition at line 219 of file vetMotionLame.cpp.

References vetVisionParameters::doAlert, vetVisionParameters::doEval, threshold, VETRET_INTERNAL_ERR, VETRET_OK, and VETRET_PARAM_ERR.


The documentation for this class was generated from the following files:
Generated on Tue Jan 24 11:59:40 2006 for VETLib by  doxygen 1.4.4