1 #ifndef ossimTieGpt_HEADER 2 #define ossimTieGpt_HEADER const ossimGpt & operator=(const ossimGpt &aPt)
ossimTieGpt(const ossimGpt &aPt, const ossimDpt &aTie, const ossim_float64 &aScore)
ossimDpt & refImagePoint()
const ossim_float64 & getScore() const
friend OSSIMDLLEXPORT std::istream & operator>>(std::istream &is, ossimGpt &pt)
Method to input the formatted string of the "operator<<".
friend OSSIMDLLEXPORT std::ostream & operator<<(std::ostream &os, const ossimGpt &pt)
ossimReferenced allows for shared object ref counting if the reference count ever gets to 0 or less i...
double nan()
Method to return ieee floating point double precision NAN.
ossim_float64 & refScore()
ossimDpt tie
Public data members.
void setScore(const ossim_float64 &s)
ossimTieGpt(const ossimTieGpt &tpt)
std::ostream & print(std::ostream &os, ossim_uint32 precision=15) const
ossimGpt & refGroundPoint()
storage class for tie point between ground and image based on ossimGpt
const ossimGpt & getGroundPoint() const
const ossimDpt & getImagePoint() const
std::basic_istream< char > istream
Base class for char input streams.
ossimReferenced & operator=(const ossimReferenced &)
void setImagePoint(const ossimDpt &sPt)
const ossimTieGpt & operator=(const ossimTieGpt &)
void setGroundPoint(const ossimGpt &mPt)
std::basic_ostream< char > ostream
Base class for char output streams.
bool isnan(const float &v)
isnan Test for floating point Not A Number (NAN) value.