#include <DetectedFace.h>

Public Member Functions | |
| DetectedFace () | |
| virtual std::string | GetNodeName () const |
| virtual ElemType_t | GetType () const |
| void | SaveTo (XMLTag *tag) |
| virtual void | Show (RelPose *pose, Sensor *camin) |
Public Attributes | |
| std::map< unsigned long, std::vector< double > > | m_lastlyDetectedFaces |
Private Member Functions | |
| void | SetData (XMLTag *tag) |
Definition at line 66 of file DetectedFace.h.
| cop::DetectedFace::DetectedFace | ( | ) | [inline] |
Definition at line 69 of file DetectedFace.h.
| virtual std::string cop::DetectedFace::GetNodeName | ( | ) | const [inline, virtual] |
Reimplemented from cop::Descriptor.
Definition at line 76 of file DetectedFace.h.
| virtual ElemType_t cop::DetectedFace::GetType | ( | ) | const [inline, virtual] |
Reimplemented from cop::Elem.
Definition at line 77 of file DetectedFace.h.
| void DetectedFace::SaveTo | ( | XMLTag * | tag | ) | [virtual] |
Reimplemented from cop::Descriptor.
Definition at line 96 of file DetectedFace.cpp.
| void DetectedFace::SetData | ( | XMLTag * | tag | ) | [private, virtual] |
Reimplemented from cop::Descriptor.
Definition at line 105 of file DetectedFace.cpp.
| void DetectedFace::Show | ( | RelPose * | pose, |
| Sensor * | camin | ||
| ) | [virtual] |
Reimplemented from cop::Descriptor.
Definition at line 65 of file DetectedFace.cpp.
| std::map<unsigned long, std::vector<double> > cop::DetectedFace::m_lastlyDetectedFaces |
Definition at line 82 of file DetectedFace.h.