XMM - Probabilistic Models for Motion Recognition and Mapping

Public Types | Public Member Functions | Public Attributes | List of all members
xmm::PhraseEvent Class Reference

Event that can be thrown by a phrase to a training set. More...

#include <xmmPhrase.hpp>

Collaboration diagram for xmm::PhraseEvent:
[legend]

Public Types

enum  Type { Type::LabelChanged }
 Type of event. More...
 

Public Member Functions

 PhraseEvent (Phrase *phrase_, Type type_)
 Default constructor. More...
 
 PhraseEvent (PhraseEvent const &src)
 Copy constructor. More...
 

Public Attributes

Phrasephrase
 pointer to the source phrase More...
 
Type type
 Type of event. More...
 

Detailed Description

Event that can be thrown by a phrase to a training set.

Member Enumeration Documentation

Type of event.

Enumerator
LabelChanged 

Thrown when the label if the phrase is modified.

Constructor & Destructor Documentation

xmm::PhraseEvent::PhraseEvent ( Phrase phrase_,
Type  type_ 
)
inline

Default constructor.

Parameters
phrase_pointer to the source phrase
type_type of event
xmm::PhraseEvent::PhraseEvent ( PhraseEvent const &  src)
inline

Copy constructor.

Parameters
srcsource event

Member Data Documentation

Phrase* xmm::PhraseEvent::phrase

pointer to the source phrase

Type xmm::PhraseEvent::type

Type of event.


The documentation for this class was generated from the following file: