OTB
9.0.0
Orfeo Toolbox
|
#include <string>
#include <vector>
#include <limits>
#include <stdexcept>
#include <boost/lexical_cast.hpp>
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/utility/enable_if.hpp>
Go to the source code of this file.
Namespaces | |
otb | |
otb::Utils | |
Functions | |
template<typename T > | |
void | otb::Utils::ConvertStringToVector (std::string const &str, T &ret, std::string const &errmsg, const char *delims=" ") |
template<typename Res , typename In > | |
Res | otb::Utils::LexicalCast (In const &in, std::string const &kind) |
template<typename T > | |
void | otb::Utils::SplitStringToSingleKeyValue (const std::string &str, std::string &key, T &value, const T &defValue, std::string const &errmsg, const std::string delims="=") |