
#include "Image/Range.H"#include "Util/StringConversions.H"#include <sstream>
Go to the source code of this file.
Functions | |
| template<class T > | |
| std::string | convertToString (const Range< T > &val) |
| template<class T > | |
| void | convertFromString (const std::string &str, Range< T > &val) |
| template std::string | convertToString (const Range< int > &val) |
| template void | convertFromString (const std::string &str, Range< int > &val) |
| template std::string | convertToString (const Range< double > &val) |
| template void | convertFromString (const std::string &str, Range< double > &val) |
| template std::string | convertToString (const Range< float > &val) |
| template void | convertFromString (const std::string &str, Range< float > &val) |
Manage min/max range information
Definition in file Range.C.
1.6.3