Isis 3 Programmer Reference
Isis::LineRateChange Class Reference

Container class for storing timing information for a section of an image. More...

#include <VariableLineScanCameraDetectorMap.h>

Collaboration diagram for Isis::LineRateChange:
Collaboration graph

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...
 

Detailed Description

Container class for storing timing information for a section of an image.

Author
????-??-?? Unknown
History:
2016-10-28 Jesse Mapel - Added documentation.

Definition at line 100 of file VariableLineScanCameraDetectorMap.h.

Member Data Documentation

◆ p_line

int Isis::LineRateChange::p_line
private

The first line in the section.

Definition at line 119 of file VariableLineScanCameraDetectorMap.h.

◆ p_rate

double Isis::LineRateChange::p_rate
private

The time between lines in the section.

Definition at line 121 of file VariableLineScanCameraDetectorMap.h.

◆ p_stime

double Isis::LineRateChange::p_stime
private

The time at the beginning of exposure of the first line.

Definition at line 120 of file VariableLineScanCameraDetectorMap.h.


The documentation for this class was generated from the following file: