![]()  | 
  
    Isis 3 Programmer Reference
    
   | 
 
Container class for storing timing information for a section of an image. More...
#include <VariableLineScanCameraDetectorMap.h>

Public Member Functions | |
| LineRateChange (int line, double stime, double rate) | |
| int | GetStartLine () | 
| double | GetStartEt () | 
| double | GetLineScanRate () | 
Private Attributes | |
| int | p_line | 
| The first line in the section.  More... | |
| double | p_stime | 
| The time at the beginning of exposure of the first line.  More... | |
| double | p_rate | 
| The time between lines in the section.  More... | |
Container class for storing timing information for a section of an image.
Definition at line 83 of file VariableLineScanCameraDetectorMap.h.
      
  | 
  private | 
The first line in the section.
Definition at line 102 of file VariableLineScanCameraDetectorMap.h.
      
  | 
  private | 
The time between lines in the section.
Definition at line 104 of file VariableLineScanCameraDetectorMap.h.
      
  | 
  private | 
The time at the beginning of exposure of the first line.
Definition at line 103 of file VariableLineScanCameraDetectorMap.h.