Isis 3 Programmer Reference
|
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 | m_surfacePoint |
Camera * | m_camera |
Definition at line 43 of file LineScanCameraGroundMap.cpp.
|
inline |
Definition at line 47 of file LineScanCameraGroundMap.cpp.
|
inline |
Definition at line 53 of file LineScanCameraGroundMap.cpp.
|
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.
et | The et at the new postion |
Definition at line 64 of file LineScanCameraGroundMap.cpp.
References Isis::Spice::cacheEndTime(), Isis::Spice::cacheStartTime(), Isis::CameraFocalPlaneMap::DetectorLine(), Isis::CameraFocalPlaneMap::DetectorLineOffset(), Isis::Camera::DistortionMap(), Isis::Camera::FocalLength(), Isis::Camera::FocalPlaneMap(), Isis::CameraDistortionMap::FocalPlaneX(), Isis::CameraDistortionMap::FocalPlaneY(), Isis::IException::Programmer, Isis::CameraFocalPlaneMap::SetFocalPlane(), and Isis::CameraDistortionMap::SetUndistortedFocalPlane().
|
private |
Definition at line 139 of file LineScanCameraGroundMap.cpp.
|
private |
Definition at line 138 of file LineScanCameraGroundMap.cpp.