
#include "Image/Dims.H"#include "Util/StringConversions.H"#include "Util/log.H"#include <sstream>
Go to the source code of this file.
Functions | |
| std::string | convertToString (const Dims &val) |
| Dims overload: format is "<int>x<int>". | |
| void | convertFromString (const std::string &str, Dims &val) |
| Dims overload: format is "<int>x<int>". | |
A simple struct to hold a pair of width/height dimensions.
Definition in file Dims.C.
| void convertFromString | ( | const std::string & | str, | |
| Dims & | val | |||
| ) |
1.6.3