1#ifndef RollingShutterCamera_h
2#define RollingShutterCamera_h
27 class RollingShutterCameraDetectorMap;
CameraDetectorMap * DetectorMap()
Returns a pointer to the CameraDetectorMap object.
CameraType
This enum defines the types of cameras supported in this class.
@ RollingShutter
RollingShutter.
IO Handler for Isis Cubes.
Convert between parent image coordinates and detector coordinates.
Generic class for Rolling Shutter Cameras.
RollingShutterCamera & operator=(const RollingShutterCamera &)
Assigning cameras is not allowed.
virtual CameraType GetCameraType() const
Returns the RollingShutter type of camera, as enumerated in the Camera class.
RollingShutterCamera(Cube &cube)
Constructs the RollingShutterCamera object.
RollingShutterCamera(const RollingShutterCamera &)
Copying cameras is not allowed.
RollingShutterCameraDetectorMap * DetectorMap()
Returns a pointer to the RollingShutterCameraDetectorMap object.
This is free and unencumbered software released into the public domain.