
#include "Channels/VisualFeatures.H"#include "Util/StringConversions.H"#include "Util/log.H"
Go to the source code of this file.
Functions | |
| std::string | convertToString (const VisualFeature val) |
| VisualFeature overload. | |
| void | convertFromString (const std::string &str, VisualFeature &val) |
| VisualFeature overload. | |
definitions of known visual features
Definition in file VisualFeatures.C.
| void convertFromString | ( | const std::string & | str, | |
| VisualFeature & | val | |||
| ) |
VisualFeature overload.
Format is "name" as defined by featureName() in VisualFeatures.H
Definition at line 50 of file VisualFeatures.C.
References featureName(), and NBVISUALFEATURES.
| std::string convertToString | ( | const VisualFeature | val | ) |
VisualFeature overload.
Format is "name" as defined by featureName() in VisualFeatures.H
Definition at line 47 of file VisualFeatures.C.
References featureName().
1.6.3