|
Isis 3 Programmer Reference
|
1 #ifndef FramingCamera_h
2 #define FramingCamera_h
virtual double exposureDuration() const
Return the exposure duration for the pixel that the camera is set to.
iTime time() const
Returns the ephemeris time in seconds which was used to obtain the spacecraft and sun positions.
virtual std::pair< iTime, iTime > ShutterOpenCloseTimes(double time, double exposureDuration)=0
Returns the shutter open and close times.
FramingCamera(const FramingCamera &)
Copying cameras is not allowed.
Generic class for Framing Cameras.
CameraType
This enum defines the types of cameras supported in this class.
IO Handler for Isis Cubes.
FramingCamera(Cube &cube)
Constructs the FramingCamera object.
~FramingCamera()
Destroys the FramingCamera Object.
virtual CameraType GetCameraType() const
This method returns Framing camera type.
FramingCamera & operator=(const FramingCamera &)
Assigning cameras is not allowed.
This is free and unencumbered software released into the public domain.