USGS

Isis 3.0 Application Source Code Reference

Home

HiLineTimeEqn Class Reference

Compute HiRISE line times. More...

#include <HiCalUtil.h>

List of all members.

Public Member Functions

 HiLineTimeEqn ()
 HiLineTimeEqn (int bin, double ltime)
virtual ~HiLineTimeEqn ()
void setLineTime (double ltime)
void setBin (int bin)
double Time (const double line) const
double operator() (const double line) const

Detailed Description

Compute HiRISE line times.

This class will compute the time (in seconds) for a HiRISE observation line based upon the binning mode and line number. It is assumed that the first line will be time 0, but that is up to the caller to keep that straight.

Author:
????-??-?? Unknown

Definition at line 379 of file HiCalUtil.h.


Constructor & Destructor Documentation

HiLineTimeEqn (  )  [inline]

Definition at line 381 of file HiCalUtil.h.

HiLineTimeEqn ( int  bin,
double  ltime 
) [inline]

Definition at line 382 of file HiCalUtil.h.

virtual ~HiLineTimeEqn (  )  [inline, virtual]

Definition at line 383 of file HiCalUtil.h.


Member Function Documentation

void setLineTime ( double  ltime  )  [inline]

Definition at line 385 of file HiCalUtil.h.

void setBin ( int  bin  )  [inline]

Definition at line 386 of file HiCalUtil.h.

double Time ( const double  line  )  const [inline]

Definition at line 387 of file HiCalUtil.h.

double operator() ( const double  line  )  const [inline]

Definition at line 390 of file HiCalUtil.h.


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