1 #ifndef PUSHFRAMECAMERA_H 2 #define PUSHFRAMECAMERA_H 29 class PushFrameCameraGroundMap;
30 class PushFrameCameraDetectorMap;
CameraDetectorMap * DetectorMap()
Returns a pointer to the CameraDetectorMap object.
PushFrameCamera & operator=(const PushFrameCamera &)
Assigning cameras is not allowed.
PushFrameCameraGroundMap * GroundMap()
Returns a pointer to the PushFrameCameraGroundMap object.
virtual CameraType GetCameraType() const
Returns the PushFrame type of camera, as enumerated in the Camera class.
Convert between undistorted focal plane and ground coordinates.
PushFrameCameraDetectorMap * DetectorMap()
Returns a pointer to the PushFrameCameraDetectorMap object.
Generic class for Push Frame Cameras.
CameraType
This enum defines the types of cameras supported in this class.
CameraGroundMap * GroundMap()
Returns a pointer to the CameraGroundMap object.
Convert between parent image coordinates and detector coordinates.
PushFrameCamera(Isis::Cube &cube)
Constructs the PushFrameCamera object.
Namespace for ISIS/Bullet specific routines.
IO Handler for Isis Cubes.