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