HOG2
|
#include <Witness.h>
Public Member Functions | |
bool | operator== (const WitnessRegionConstraint &a) const |
bool | operator!= (const WitnessRegionConstraint &a) const |
operator std::string () const | |
Public Attributes | |
WitnessRegionConstraintType | t |
int | parameter {} |
rgbColor | c |
|
inline |
|
inline |
|
inline |
rgbColor WitnessRegionConstraint::c |
Definition at line 195 of file Witness.h.
Referenced by Witness< width, height >::Deserialize(), operator std::string(), and operator==().
int WitnessRegionConstraint::parameter {} |
Definition at line 194 of file Witness.h.
Referenced by Witness< width, height >::Deserialize(), operator std::string(), and operator==().
WitnessRegionConstraintType WitnessRegionConstraint::t |
Definition at line 193 of file Witness.h.
Referenced by Witness< width, height >::Deserialize(), operator std::string(), and operator==().