USGS

Isis 3.0 Object Programmers' Reference

Home

Isis::Apollo Class Reference

Reads user Apollos from a data file. More...

#include <Apollo.h>

Collaboration diagram for Isis::Apollo:
Collaboration graph

Public Member Functions

 Apollo (QString spacecraft, QString instrument)
 
 Apollo (QString filename)
 
 ~Apollo ()
 Destroys the Apollo object.
 
bool IsMetric ()
 
bool IsPanoramic ()
 
bool IsHasselblad ()
 
bool IsApollo15 ()
 
bool IsApollo16 ()
 
bool IsApollo17 ()
 
int Width ()
 
int Height ()
 
int Bands ()
 
int ReseauDimension ()
 
double PixelPitch ()
 
QString SpacecraftName ()
 
QString InstrumentId ()
 
QString NaifFrameCode ()
 
QString TargetName ()
 
iTime LaunchDate ()
 

Private Member Functions

void initialize (QString spacecraft, QString instrument)
 

Private Attributes

int p_imageWidth
 
int p_imageHeight
 
int p_imageBands
 
int p_reseauDimension
 
double p_imagePixelPitch
 
QString p_spacecraftName
 
QString p_instrumentId
 
QString p_naifFrameCode
 
iTime p_launchDate
 

Detailed Description

Reads user Apollos from a data file.

This class is used to

Author
2007-02-07 Jacob Danton
History:
2007-02-07 Jacob Danton - Original version

Definition at line 43 of file Apollo.h.

Constructor & Destructor Documentation

Isis::Apollo::~Apollo ( )
inline

Destroys the Apollo object.

Definition at line 74 of file Apollo.h.


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