#include <ProjectionFactory.h>
|
| | PFPixelMapper (double pixelResolution, double upperLeftX, double upperLeftY) |
| | Constructs a PFFixelMapper object with the given pixel resolution and location.
|
| |
| double | WorldX (const double projX) const |
| | Returns the world x position for the given x projection value.
|
| |
| double | WorldY (const double projY) const |
| | Returns the world y position for the given y projection value.
|
| |
| double | ProjectionX (const double sample) const |
| | Returns the x projection of the given sample.
|
| |
| double | ProjectionY (const double line) const |
| | Returns the y projection of the given line.
|
| |
| double | Resolution () const |
| | Returns the pixel resolution.
|
| |
- Author
- ????-??-?? Unknown
Definition at line 115 of file ProjectionFactory.h.
◆ PFPixelMapper()
| Isis::PFPixelMapper::PFPixelMapper |
( |
double | pixelResolution, |
|
|
double | upperLeftX, |
|
|
double | upperLeftY ) |
|
inline |
Constructs a PFFixelMapper object with the given pixel resolution and location.
- Parameters
-
| 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 124 of file ProjectionFactory.h.
◆ ProjectionX()
| double Isis::PFPixelMapper::ProjectionX |
( |
const double | sample | ) |
const |
|
inlinevirtual |
Returns the x projection of the given sample.
- Parameters
-
| sample | The sample to get the x projection value for |
- Returns
- double The x projection value
Implements Isis::WorldMapper.
Definition at line 156 of file ProjectionFactory.h.
◆ ProjectionY()
| double Isis::PFPixelMapper::ProjectionY |
( |
const double | line | ) |
const |
|
inlinevirtual |
Returns the y projection of the given line.
- Parameters
-
| line | The line to get the y projection value for |
- Returns
- double The y projection value
Implements Isis::WorldMapper.
Definition at line 166 of file ProjectionFactory.h.
◆ Resolution()
| double Isis::PFPixelMapper::Resolution |
( |
| ) |
const |
|
inlinevirtual |
◆ WorldX()
| double Isis::PFPixelMapper::WorldX |
( |
const double | projX | ) |
const |
|
inlinevirtual |
Returns the world x position for the given x projection value.
- Parameters
-
| projX | The x projection value to get the world x position for |
- Returns
- double The world x position
Implements Isis::WorldMapper.
Definition at line 136 of file ProjectionFactory.h.
◆ WorldY()
| double Isis::PFPixelMapper::WorldY |
( |
const double | projY | ) |
const |
|
inlinevirtual |
Returns the world y position for the given y projection value.
- Parameters
-
| projY | The y projection value to get the world y position for |
- Returns
- double The world y position
Implements Isis::WorldMapper.
Definition at line 146 of file ProjectionFactory.h.
◆ p_pixelResolution
| double Isis::PFPixelMapper::p_pixelResolution |
|
private |
◆ p_upperLeftX
| double Isis::PFPixelMapper::p_upperLeftX |
|
private |
◆ p_upperLeftY
| double Isis::PFPixelMapper::p_upperLeftY |
|
private |
The documentation for this class was generated from the following file: