
#include "Robots/Beobot2/Navigation/FOE_Navigation/OpticalFlowTypes.H"#include "Util/StringConversions.H"#include "Util/log.H"
Go to the source code of this file.
Functions | |
| std::string | convertToString (const OpticalFlowType val) |
| OpticalFlowType overload. | |
| void | convertFromString (const std::string &str, OpticalFlowType &val) |
| OpticalFlowType overload. | |
Definition of the Optical Flow types
Definition in file OpticalFlowTypes.C.
| void convertFromString | ( | const std::string & | str, | |
| OpticalFlowType & | val | |||
| ) |
OpticalFlowType overload.
Format is "name" as defined by pyramidTypeName() in OpticalFlowTypes.H
Definition at line 50 of file OpticalFlowTypes.C.
| std::string convertToString | ( | const OpticalFlowType | val | ) |
OpticalFlowType overload.
Format is "name" as defined by pyramidTypeName() in OpticalFlowTypes.H
Definition at line 47 of file OpticalFlowTypes.C.
1.6.3