OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimIvtGeomXform.h>
Public Member Functions | |
ossimIvtGeomXform (ossimImageViewTransform *trans, ossimImageGeometry *geom) | |
void | viewToImage (const ossimDpt &viewPt, ossimDpt &ipt) |
void | imageToView (const ossimDpt &ipt, ossimDpt &viewPt) |
void | imageToGround (const ossimDpt &ipt, ossimGpt &gpt) |
void | groundToImage (const ossimGpt &gpt, ossimDpt &ipt) |
void | viewToGround (const ossimDpt &viewPt, ossimGpt &gpt) |
void | groundToView (const ossimGpt &gpt, ossimDpt &viewPt) |
ossimImageViewTransform * | getIvt () |
const ossimImageViewTransform * | getIvt () const |
ossimImageGeometry * | getGeom () |
const ossimImageGeometry * | getGeom () const |
![]() | |
ossimReferenced () | |
ossimReferenced (const ossimReferenced &) | |
ossimReferenced & | operator= (const ossimReferenced &) |
void | ref () const |
increment the reference count by one, indicating that this object has another pointer which is referencing it. More... | |
void | unref () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
void | unref_nodelete () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
int | referenceCount () const |
Protected Attributes | |
ossimRefPtr< ossimImageViewTransform > | m_ivt |
ossimRefPtr< ossimImageGeometry > | m_geom |
Additional Inherited Members | |
![]() | |
virtual | ~ossimReferenced () |
Definition at line 10 of file ossimIvtGeomXform.h.
|
inline |
Definition at line 13 of file ossimIvtGeomXform.h.
|
inline |
|
inline |
|
inline |
Definition at line 26 of file ossimIvtGeomXform.h.
References ossimRefPtr< T >::get(), and m_ivt.
|
inline |
Definition at line 27 of file ossimIvtGeomXform.h.
References ossimRefPtr< T >::get(), and m_ivt.
Definition at line 29 of file ossimIvtGeomXform.cpp.
References m_geom, ossimDpt::makeNan(), ossimRefPtr< T >::valid(), and ossimImageGeometry::worldToLocal().
Referenced by groundToView().
Definition at line 49 of file ossimIvtGeomXform.cpp.
References groundToImage(), ossimDpt::hasNans(), imageToView(), and ossimDpt::makeNan().
Definition at line 21 of file ossimIvtGeomXform.cpp.
References ossimImageGeometry::localToWorld(), m_geom, ossimGpt::makeNan(), and ossimRefPtr< T >::valid().
Referenced by viewToGround().
Definition at line 13 of file ossimIvtGeomXform.cpp.
References ossimImageViewTransform::imageToView(), m_ivt, ossimDpt::makeNan(), and ossimRefPtr< T >::valid().
Referenced by groundToView().
Definition at line 38 of file ossimIvtGeomXform.cpp.
References ossimDpt::hasNans(), imageToGround(), ossimGpt::makeNan(), and viewToImage().
Definition at line 4 of file ossimIvtGeomXform.cpp.
References m_ivt, ossimDpt::makeNan(), ossimRefPtr< T >::valid(), and ossimImageViewTransform::viewToImage().
Referenced by viewToGround().
|
protected |
Definition at line 33 of file ossimIvtGeomXform.h.
Referenced by getGeom(), groundToImage(), and imageToGround().
|
protected |
Definition at line 32 of file ossimIvtGeomXform.h.
Referenced by getIvt(), imageToView(), and viewToImage().