|
Isis 3.0 Object Programmers' Reference |
Home |
Reads user Apollos from a data file. More...
#include <Apollo.h>

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 |
Reads user Apollos from a data file.
This class is used to
For internal use only.
Definition at line 43 of file Apollo.h.
| Isis::Apollo::~Apollo | ( | ) | [inline] |