1 #ifndef PUSHFRAMECAMERA_H 2 #define PUSHFRAMECAMERA_H 29 class PushFrameCameraGroundMap;
30 class PushFrameCameraDetectorMap;
CameraDetectorMap * DetectorMap()
Returns a pointer to the CameraDetectorMap object.
Definition: Camera.cpp:2858
Push Frame Camera.
Definition: Camera.h:372
PushFrameCameraGroundMap * GroundMap()
Returns a pointer to the PushFrameCameraGroundMap object.
Definition: PushFrameCamera.h:69
virtual CameraType GetCameraType() const
Returns the PushFrame type of camera, as enumerated in the Camera class.
Definition: PushFrameCamera.h:60
Convert between undistorted focal plane and ground coordinates.
Definition: PushFrameCameraGroundMap.h:51
PushFrameCameraDetectorMap * DetectorMap()
Returns a pointer to the PushFrameCameraDetectorMap object.
Definition: PushFrameCamera.h:78
Generic class for Push Frame Cameras.
Definition: PushFrameCamera.h:51
CameraType
This enum defines the types of cameras supported in this class.
Definition: Camera.h:370
CameraGroundMap * GroundMap()
Returns a pointer to the CameraGroundMap object.
Definition: Camera.cpp:2868
Convert between parent image coordinates and detector coordinates.
Definition: PushFrameCameraDetectorMap.h:62
PushFrameCamera(Isis::Cube &cube)
Constructs the PushFrameCamera object.
Definition: PushFrameCamera.cpp:32
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
IO Handler for Isis Cubes.
Definition: Cube.h:170