|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
This is the identity transform and just passes the input to the output. More...
#include <ossim2dTo2dIdentityTransform.h>
Public Member Functions | |
| virtual void | forward (const ossimDpt &input, ossimDpt &output) const |
| forward transform just passes the point to the output. More... | |
| virtual void | forward (ossimDpt &) const |
| forward transform nothing is modified on the input point. More... | |
| virtual void | inverse (const ossimDpt &input, ossimDpt &output) const |
| inverse transform just passes the point to the output. More... | |
| virtual void | inverse (ossimDpt &) const |
| inverse transform nothing is modified on the input point. More... | |
| virtual const ossim2dTo2dIdentityTransform & | operator= (const ossim2dTo2dIdentityTransform &rhs) |
| Pass equality to the parent. More... | |
Public Member Functions inherited from ossim2dTo2dTransform | |
| virtual const ossim2dTo2dTransform & | operator= (const ossim2dTo2dTransform &rhs) |
| virtual ossimDpt | getOrigin () const |
| virtual std::ostream & | print (std::ostream &out) const |
| Generic print method. More... | |
| virtual bool | saveState (ossimKeywordlist &kwl, const char *prefix=0) const |
| virtual bool | loadState (const ossimKeywordlist &kwl, const char *prefix=0) |
| void | setConvergenceThreshold (const double &new_threshold) |
| void | setMaxIterations (int new_max_iters) |
| void | setDxDy (const ossimDpt &dxdy) |
Public Member Functions inherited from ossimObject | |
| ossimObject () | |
| virtual | ~ossimObject () |
| virtual ossimObject * | dup () const |
| virtual ossimString | getShortName () const |
| virtual ossimString | getLongName () const |
| virtual ossimString | getDescription () const |
| virtual ossimString | getClassName () const |
| virtual RTTItypeid | getType () const |
| virtual bool | canCastTo (ossimObject *obj) const |
| virtual bool | canCastTo (const RTTItypeid &id) const |
| virtual bool | canCastTo (const ossimString &parentClassName) const |
| virtual bool | isEqualTo (const ossimObject &obj, ossimCompareType compareType=OSSIM_COMPARE_FULL) const |
| virtual void | accept (ossimVisitor &visitor) |
Public Member Functions inherited from ossimReferenced | |
| 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 |
Additional Inherited Members | |
Protected Member Functions inherited from ossim2dTo2dTransform | |
| ossim2dTo2dTransform () | |
| virtual | ~ossim2dTo2dTransform () |
Protected Member Functions inherited from ossimReferenced | |
| virtual | ~ossimReferenced () |
Protected Attributes inherited from ossim2dTo2dTransform | |
| double | theConvergenceThreshold |
| int | theMaxIterations |
| ossimDpt | theDxDy |
This is the identity transform and just passes the input to the output.
Definition at line 17 of file ossim2dTo2dIdentityTransform.h.
|
inlinevirtual |
forward transform just passes the point to the output.
Implements ossim2dTo2dTransform.
Definition at line 23 of file ossim2dTo2dIdentityTransform.h.
|
inlinevirtual |
forward transform nothing is modified on the input point.
Reimplemented from ossim2dTo2dTransform.
Definition at line 32 of file ossim2dTo2dIdentityTransform.h.
|
inlinevirtual |
inverse transform just passes the point to the output.
Reimplemented from ossim2dTo2dTransform.
Definition at line 40 of file ossim2dTo2dIdentityTransform.h.
|
inlinevirtual |
inverse transform nothing is modified on the input point.
Reimplemented from ossim2dTo2dTransform.
Definition at line 49 of file ossim2dTo2dIdentityTransform.h.
|
inlinevirtual |
Pass equality to the parent.
Definition at line 57 of file ossim2dTo2dIdentityTransform.h.
References ossim2dTo2dTransform::operator=().
1.8.14