Class IntrusionDatum
Defined in File IntrusionDatum.h
Class Documentation
-
class IntrusionDatum
Class containing a single IntrusionDatum.
Public Functions
-
IntrusionDatum()
Constructor of an empty IntrusionDatum.
-
int32_t getSize() const
Returns size of flag vector.
- Returns:
Size of flag vector.
-
void setSize(const int32_t &size)
Setter of the size for the flag vector.
- Parameters:
size – Size of the flag vector.
-
std::vector<bool> getFlagsVector() const
Getter for the flags vector.
- Returns:
Boolean vector of all flags
-
void setFlagsVector(const std::vector<bool> &flags_vector)
Setter for the flag vector.
- Parameters:
flags_vector – Bool vector for all flags.
-
IntrusionDatum()