36 x = ossim::round<int>(pt.
x);
37 y = ossim::round<int>(pt.
y);
52 x = ossim::round<int>(pt.
x);
53 y = ossim::round<int>(pt.
y);
65 x = ossim::round<int>(pt.
x);
66 y = ossim::round<int>(pt.
y);
80 x = ossim::round<int>(pt.
x);
81 y = ossim::round<int>(pt.
y);
98 x = ossim::round<int>(pt.
x);
99 y = ossim::round<int>(pt.
y);
199 is.get(buf, SZ,
',');
207 std::string::size_type pos = os.
find(
'(');
208 if (pos != std::string::npos)
226 is.get(buf, SZ,
')');
235 if (pos != std::string::npos)
ossimString toString() const
std::ostream & operator<<(std::ostream &os, const ossimIpt &pt)
std::basic_ostringstream< char > ostringstream
Class for char output memory streams.
bool contains(char aChar) const
std::istream & operator>>(std::istream &is, ossimIpt &pt)
std::ostream & print(std::ostream &os) const
ossim_int32 toInt32() const
std::string::iterator erase(std::string::iterator p)
Erases the character at position p.
void toPoint(const std::string &s)
Initializes this point from string.
bool isEqualTo(const ossimIpt &rhs, ossimCompareType compareType=OSSIM_COMPARE_FULL) const
std::basic_istream< char > istream
Base class for char input streams.
std::basic_istringstream< char > istringstream
Class for char input memory streams.
const ossimIpt & operator=(const ossimIpt &pt)
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.
std::basic_ostream< char > ostream
Base class for char output streams.