File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
Isis::PFPixelMapper Class Reference

#include <ProjectionFactory.h>

Inheritance diagram for Isis::PFPixelMapper:
Inheritance graph
Collaboration diagram for Isis::PFPixelMapper:
Collaboration graph

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...
 

Detailed Description

Author
????-??-?? Unknown

Constructor & Destructor Documentation

◆ PFPixelMapper()

Isis::PFPixelMapper::PFPixelMapper ( double  pixelResolution,
double  upperLeftX,
double  upperLeftY 
)
inline

Constructs a PFFixelMapper object with the given pixel resolution and location.

Parameters
pixelResolutionThe pixel resolution
upperLeftXThe x value for the upper left corner
upperLeftYThe y value for the upper left corner

Member Function Documentation

◆ ProjectionX()

double Isis::PFPixelMapper::ProjectionX ( const double  sample) const
inlinevirtual

Returns the x projection of the given sample.

Parameters
sampleThe sample to get the x projection value for
Returns
double The x projection value

Implements Isis::WorldMapper.

◆ ProjectionY()

double Isis::PFPixelMapper::ProjectionY ( const double  line) const
inlinevirtual

Returns the y projection of the given line.

Parameters
lineThe line to get the y projection value for
Returns
double The y projection value

Implements Isis::WorldMapper.

◆ Resolution()

double Isis::PFPixelMapper::Resolution ( ) const
inlinevirtual

Returns the pixel resolution.

Reimplemented from Isis::WorldMapper.

◆ WorldX()

double Isis::PFPixelMapper::WorldX ( const double  projX) const
inlinevirtual

Returns the world x position for the given x projection value.

Parameters
projXThe x projection value to get the world x position for
Returns
double The world x position

Implements Isis::WorldMapper.

◆ WorldY()

double Isis::PFPixelMapper::WorldY ( const double  projY) const
inlinevirtual

Returns the world y position for the given y projection value.

Parameters
projYThe y projection value to get the world y position for
Returns
double The world y position

Implements Isis::WorldMapper.


The documentation for this class was generated from the following file:

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 03/21/2022 06:53:14