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.
 
double p_stime
 The time at the beginning of exposure of the first line.
 
double p_rate
 The time between lines in the section.
 

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 83 of file VariableLineScanCameraDetectorMap.h.

Constructor & Destructor Documentation

◆ LineRateChange()

Isis::LineRateChange::LineRateChange ( int line,
double stime,
double rate )
inline

Definition at line 85 of file VariableLineScanCameraDetectorMap.h.

Member Function Documentation

◆ GetLineScanRate()

double Isis::LineRateChange::GetLineScanRate ( )
inline

Definition at line 97 of file VariableLineScanCameraDetectorMap.h.

◆ GetStartEt()

double Isis::LineRateChange::GetStartEt ( )
inline

Definition at line 94 of file VariableLineScanCameraDetectorMap.h.

◆ GetStartLine()

int Isis::LineRateChange::GetStartLine ( )
inline

Definition at line 91 of file VariableLineScanCameraDetectorMap.h.

Member Data Documentation

◆ p_line

int Isis::LineRateChange::p_line
private

The first line in the section.

Definition at line 102 of file VariableLineScanCameraDetectorMap.h.

◆ p_rate

double Isis::LineRateChange::p_rate
private

The time between lines in the section.

Definition at line 104 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 103 of file VariableLineScanCameraDetectorMap.h.


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