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