USGS

Isis 3.0 Object Programmers' Reference

Home

LineOffsetFunctor Class Reference
Inheritance diagram for LineOffsetFunctor:
Inheritance graph
Collaboration diagram for LineOffsetFunctor:
Collaboration graph

Public Member Functions

 LineOffsetFunctor (Isis::Camera *camera, const Isis::SurfacePoint &surPt)
double operator() (double et)
 Compute the number of lines between the current line (i.e., the line imaged at the et as set in the camera model) and the line number where the argument et would hit the focal plane.

Private Attributes

SurfacePoint surfacePoint
Cameram_camera

Detailed Description

Author
2012-05-09 Orrin Thomas

Definition at line 59 of file LineScanCameraGroundMap.cpp.

Member Function Documentation

double LineOffsetFunctor::operator() ( double  et)
inline

Compute the number of lines between the current line (i.e., the line imaged at the et as set in the camera model) and the line number where the argument et would hit the focal plane.

Parameters
etThe et at the new postion
Returns
Line off (see description)

Definition at line 80 of file LineScanCameraGroundMap.cpp.

References _FILEINFO_.


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