Go to the source code of this file.
Classes | |
class | PixPerDeg |
Functions | |
std::string | convertToString (const PixPerDeg &val) |
PixPerDeg overload: format is "<float>,<float>". | |
void | convertFromString (const std::string &str, PixPerDeg &val) |
PixPerDeg overload: format is "<float>,<float>". |
An eye movement trace
Definition in file PixPerDeg.H.
void convertFromString | ( | const std::string & | str, | |
PixPerDeg & | val | |||
) |
PixPerDeg overload: format is "<float>,<float>".
Definition at line 80 of file PixPerDeg.C.
std::string convertToString | ( | const PixPerDeg & | val | ) |
PixPerDeg overload: format is "<float>,<float>".
Definition at line 74 of file PixPerDeg.C.