|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef PUSHFRAMECAMERA_H
2 #define PUSHFRAMECAMERA_H
13 class PushFrameCameraGroundMap;
14 class PushFrameCameraDetectorMap;
PushFrameCamera(Isis::Cube &cube)
Constructs the PushFrameCamera object.
Definition: PushFrameCamera.cpp:16
PushFrameCameraDetectorMap * DetectorMap()
Returns a pointer to the PushFrameCameraDetectorMap object.
Definition: PushFrameCamera.h:62
CameraType
This enum defines the types of cameras supported in this class.
Definition: Camera.h:357
virtual CameraType GetCameraType() const
Returns the PushFrame type of camera, as enumerated in the Camera class.
Definition: PushFrameCamera.h:44
@ PushFrame
Push Frame Camera.
Definition: Camera.h:359
Generic class for Push Frame Cameras.
Definition: PushFrameCamera.h:35
IO Handler for Isis Cubes.
Definition: Cube.h:167
CameraGroundMap * GroundMap()
Returns a pointer to the CameraGroundMap object.
Definition: Camera.cpp:2856
CameraDetectorMap * DetectorMap()
Returns a pointer to the CameraDetectorMap object.
Definition: Camera.cpp:2846
Convert between undistorted focal plane and ground coordinates.
Definition: PushFrameCameraGroundMap.h:34
Convert between parent image coordinates and detector coordinates.
Definition: PushFrameCameraDetectorMap.h:45
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
PushFrameCameraGroundMap * GroundMap()
Returns a pointer to the PushFrameCameraGroundMap object.
Definition: PushFrameCamera.h:53