Class containing a single IntrusionDatum. More...
#include <IntrusionDatum.h>
Public Member Functions | |
std::vector< bool > | getFlagsVector () const |
Getter for the flags vector. More... | |
int32_t | getSize () const |
Returns size of flag vector. More... | |
IntrusionDatum () | |
Constructor of an empty IntrusionDatum. More... | |
void | setFlagsVector (const std::vector< bool > &flags_vector) |
Setter for the flag vector. More... | |
void | setSize (const int32_t &size) |
Setter of the size for the flag vector. More... | |
Private Attributes | |
std::vector< bool > | m_flags_vector |
int32_t | m_size |
Class containing a single IntrusionDatum.
Definition at line 47 of file IntrusionDatum.h.
sick::datastructure::IntrusionDatum::IntrusionDatum | ( | ) |
Constructor of an empty IntrusionDatum.
Definition at line 41 of file IntrusionDatum.cpp.
std::vector< bool > sick::datastructure::IntrusionDatum::getFlagsVector | ( | ) | const |
Getter for the flags vector.
Definition at line 53 of file IntrusionDatum.cpp.
int32_t sick::datastructure::IntrusionDatum::getSize | ( | ) | const |
Returns size of flag vector.
Definition at line 43 of file IntrusionDatum.cpp.
void sick::datastructure::IntrusionDatum::setFlagsVector | ( | const std::vector< bool > & | flags_vector | ) |
Setter for the flag vector.
flags_vector | Bool vector for all flags. |
Definition at line 58 of file IntrusionDatum.cpp.
void sick::datastructure::IntrusionDatum::setSize | ( | const int32_t & | size | ) |
Setter of the size for the flag vector.
size | Size of the flag vector. |
Definition at line 48 of file IntrusionDatum.cpp.
|
private |
Definition at line 81 of file IntrusionDatum.h.
|
private |
Definition at line 80 of file IntrusionDatum.h.