20 os << setprecision(precision);
90 std::string::size_type pos = os.
find(
'(');
91 if (pos != std::string::npos)
117 is.get(buf, SZ,
',');
146 is.get(buf, SZ,
')');
std::basic_ostringstream< char > ostringstream
Class for char output memory streams.
double nan()
Method to return ieee floating point double precision NAN.
bool contains(char aChar) const
unsigned int ossim_uint32
std::string::iterator erase(std::string::iterator p)
Erases the character at position p.
ossim_float64 toFloat64() const
ossimString toString(ossim_uint32 precision=15) const
To string method.
std::basic_istringstream< char > istringstream
Class for char input memory streams.
std::string::size_type find(const std::string &s, std::string::size_type pos=0) const
Searches for s as a substring of *this, beginning at character pos of *this.
void toPoint(const std::string &s)
Initializes this point from string.
bool isnan(const float &v)
isnan Test for floating point Not A Number (NAN) value.