|
Isis 3.0 Programmer Reference
| Home |
#include <ProjectionFactory.h>
Public Member Functions | |
| PFPixelMapper (double pixelResolution, double upperLeftX, double upperLeftY) | |
| Constructs a PFFixelMapper object with the given pixel resolution and location. More... | |
| double | WorldX (const double projX) const |
| Returns the world x position for the given x projection value. More... | |
| double | WorldY (const double projY) const |
| Returns the world y position for the given y projection value. More... | |
| double | ProjectionX (const double sample) const |
| Returns the x projection of the given sample. More... | |
| double | ProjectionY (const double line) const |
| Returns the y projection of the given line. More... | |
| double | Resolution () const |
| Returns the pixel resolution. More... | |
Private Attributes | |
| double | p_pixelResolution |
| double | p_upperLeftX |
| double | p_upperLeftY |
Definition at line 131 of file ProjectionFactory.h.
|
inline |
Constructs a PFFixelMapper object with the given pixel resolution and location.
| pixelResolution | The pixel resolution |
| upperLeftX | The x value for the upper left corner |
| upperLeftY | The y value for the upper left corner |
Definition at line 140 of file ProjectionFactory.h.
|
inlinevirtual |
Returns the x projection of the given sample.
| sample | The sample to get the x projection value for |
Implements Isis::WorldMapper.
Definition at line 172 of file ProjectionFactory.h.
|
inlinevirtual |
Returns the y projection of the given line.
| line | The line to get the y projection value for |
Implements Isis::WorldMapper.
Definition at line 182 of file ProjectionFactory.h.
|
inlinevirtual |
Returns the pixel resolution.
Reimplemented from Isis::WorldMapper.
Definition at line 187 of file ProjectionFactory.h.
|
inlinevirtual |
Returns the world x position for the given x projection value.
| projX | The x projection value to get the world x position for |
Implements Isis::WorldMapper.
Definition at line 152 of file ProjectionFactory.h.
|
inlinevirtual |
Returns the world y position for the given y projection value.
| projY | The y projection value to get the world y position for |
Implements Isis::WorldMapper.
Definition at line 162 of file ProjectionFactory.h.