Camera * camera()
Returns the camera model used for the BundleImage.
QString m_fileName
The file name of the image.
BundleImage & operator=(const BundleImage &other)
An assignment operator to set this BundleImage to another BundleImage object.
Camera * m_camera
The camera model for the image.
BundleImage(Camera *camera, QString serialNumber, QString fileName)
Constructs a BundleImage with the given camera pointer, serial number, and filename.
QString fileName()
Returns the file name for the BundleImage.
This class hold image information that BundleAdjust needs to run correctly.Definition for a BundleIma...
~BundleImage()
Destroys a BundleImage object.
QString serialNumber()
Returns the serial number for the BundleImage.
QSharedPointer< BundleObservation > parentObservation()
Returns the parent BundleObservation object.
Namespace for ISIS/Bullet specific routines.
QString m_serialNumber
The serial number for the image.
void setParentObservation(QSharedPointer< BundleObservation > parentObservation)
Sets the parent BundleObservation object.
QSharedPointer< BundleObservation > m_parentObservation
parent BundleObservation