File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Developer Reference
PushFrameCamera.h
Go to the documentation of this file.
1 #ifndef PUSHFRAMECAMERA_H
2 #define PUSHFRAMECAMERA_H
3 
26 #include "Camera.h"
27 
28 namespace Isis {
29  class PushFrameCameraGroundMap;
30  class PushFrameCameraDetectorMap;
31 
51  class PushFrameCamera : public Camera {
52  public:
54 
60  virtual CameraType GetCameraType() const {
61  return PushFrame;
62  }
63 
71  };
72 
80  };
81 
82  private:
86  PushFrameCamera &operator=(const PushFrameCamera &);
87  };
88 };
89 
90 #endif
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
Definition: Camera.h:249
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

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/12/2023 23:27:29