#include <interfaces/FacerInterface.h>
Inheritance diagram for fawkes::FacerInterface::LearnFaceMessage:
Public Member Functions | |
LearnFaceMessage (const char *ini_name) | |
Constructor with initial values. | |
LearnFaceMessage () | |
Constructor. | |
~LearnFaceMessage () | |
Destructor. | |
LearnFaceMessage (const LearnFaceMessage *m) | |
Copy constructor. | |
char * | name () const |
Get name value. | |
void | set_name (const char *new_name) |
Set name value. | |
size_t | maxlenof_name () const |
Get maximum length of name value. | |
virtual Message * | clone () const |
Clone this message. | |
Classes | |
struct | LearnFaceMessage_data_t |
Internal data storage, do NOT modify! |
Definition at line 116 of file FacerInterface.h.
fawkes::FacerInterface::LearnFaceMessage::LearnFaceMessage | ( | const char * | ini_name | ) |
Constructor with initial values.
ini_name | initial value for name |
Definition at line 722 of file FacerInterface.cpp.
References fawkes::Message::add_fieldinfo(), fawkes::Message::data_ptr, fawkes::Message::data_size, fawkes::Message::data_ts, and fawkes::IFT_STRING.
fawkes::FacerInterface::LearnFaceMessage::LearnFaceMessage | ( | ) |
Constructor.
Definition at line 733 of file FacerInterface.cpp.
References fawkes::Message::add_fieldinfo(), fawkes::Message::data_ptr, fawkes::Message::data_size, fawkes::Message::data_ts, and fawkes::IFT_STRING.
fawkes::FacerInterface::LearnFaceMessage::~LearnFaceMessage | ( | ) |
Destructor.
Definition at line 744 of file FacerInterface.cpp.
References fawkes::Message::data_ptr.
fawkes::FacerInterface::LearnFaceMessage::LearnFaceMessage | ( | const LearnFaceMessage * | m | ) |
Copy constructor.
m | message to copy from |
Definition at line 752 of file FacerInterface.cpp.
References fawkes::Message::data_ptr, fawkes::Message::data_size, and fawkes::Message::data_ts.
Message * fawkes::FacerInterface::LearnFaceMessage::clone | ( | ) | const [virtual] |
Clone this message.
Produces a message of the same type as this message and copies the data to the new message.
Reimplemented from fawkes::Message.
Definition at line 798 of file FacerInterface.cpp.
size_t fawkes::FacerInterface::LearnFaceMessage::maxlenof_name | ( | ) | const |
Get maximum length of name value.
Definition at line 777 of file FacerInterface.cpp.
char * fawkes::FacerInterface::LearnFaceMessage::name | ( | ) | const |
Get name value.
The name assigned to the new identity.
Definition at line 767 of file FacerInterface.cpp.
void fawkes::FacerInterface::LearnFaceMessage::set_name | ( | const char * | new_name | ) |
Set name value.
The name assigned to the new identity.
new_name | new name value |
Definition at line 787 of file FacerInterface.cpp.