![]()  | 
  
    Isis Developer Reference
    
   | 
 
This class hold image information that BundleAdjust needs to run correctly.Definition for a BundleImageQsp, a shared pointer to a BundleImage. More...
#include <BundleImage.h>

Public Member Functions | |
| BundleImage (Camera *camera, QString serialNumber, QString fileName) | |
| Constructs a BundleImage with the given camera pointer, serial number, and filename.  More... | |
| BundleImage (const BundleImage &other) | |
| Constructs a BundleImage from another BundleImage object.  More... | |
| ~BundleImage () | |
| Destroys a BundleImage object.  More... | |
| BundleImage & | operator= (const BundleImage &other) | 
| An assignment operator to set this BundleImage to another BundleImage object.  More... | |
| void | setParentObservation (QSharedPointer< BundleObservation > parentObservation) | 
| Sets the parent BundleObservation object.  More... | |
| Camera * | camera () | 
| Returns the camera model used for the BundleImage.  More... | |
| QSharedPointer< BundleObservation > | parentObservation () | 
| Returns the parent BundleObservation object.  More... | |
| QString | serialNumber () | 
| Returns the serial number for the BundleImage.  More... | |
| QString | fileName () | 
| Returns the file name for the BundleImage.  More... | |
This class hold image information that BundleAdjust needs to run correctly.Definition for a BundleImageQsp, a shared pointer to a BundleImage.
| Isis::BundleImage::BundleImage | ( | Camera * | camera, | 
| QString | serialNumber, | ||
| QString | fileName | ||
| ) | 
Constructs a BundleImage with the given camera pointer, serial number, and filename.
Parent observation defaults to NULL.
| camera | The camera model for the BundleImage | 
| serialNumber | The serial number for the BundleImage | 
| fileName | The file name for the BundleImage | 
References camera(), fileName(), and serialNumber().
| Isis::BundleImage::BundleImage | ( | const BundleImage & | other | ) | 
Constructs a BundleImage from another BundleImage object.
| other | The BundleImage to copy from. | 
| Isis::BundleImage::~BundleImage | ( | ) | 
Destroys a BundleImage object.
| Camera * Isis::BundleImage::camera | ( | ) | 
Returns the camera model used for the BundleImage.
Referenced by BundleImage().
| QString Isis::BundleImage::fileName | ( | ) | 
Returns the file name for the BundleImage.
Referenced by BundleImage().
| BundleImage & Isis::BundleImage::operator= | ( | const BundleImage & | other | ) | 
An assignment operator to set this BundleImage to another BundleImage object.
| other | The BundleImage to copy from. | 
| QSharedPointer< BundleObservation > Isis::BundleImage::parentObservation | ( | ) | 
Returns the parent BundleObservation object.
Referenced by setParentObservation().
| QString Isis::BundleImage::serialNumber | ( | ) | 
Returns the serial number for the BundleImage.
Referenced by BundleImage().
| void Isis::BundleImage::setParentObservation | ( | QSharedPointer< BundleObservation > | parentObservation | ) | 
Sets the parent BundleObservation object.
| parentObservation | The parent BundleObservation. | 
References parentObservation().