168 QString msg =
"In BundleMeasure::observationSolveSettings: " 169 "parent observation has not been set.\n";
308 QString msg =
"In BundleMeasure::observationIndex: " 309 "parent observation has not been set.\n";
Camera * camera() const
Accesses the associated camera for this bundle measure.
void setParentImage(QSharedPointer< BundleImage > image)
Sets the parent bundle image.
~BundleMeasure()
Destructor.
bool isRejected() const
Determines whether or not this BundleMeasure is rejected.
double focalPlaneMeasuredY() const
Accesses the measured focal plane y value for this control measure //TODO verify? ...
double focalPlaneComputedY() const
Accesses the computed focal plane y value for this control measure.
QSharedPointer< BundleObservation > parentBundleObservation()
Accesses the parent BundleObservation for this bundle measure.
BundleControlPoint * m_parentControlPoint
Parent bundle control point that contains this bundle control measure.
void setRejected(bool reject)
Sets the BundleMeasure's status to rejected or not rejected.
double GetResidualMagnitude() const
Return Residual magnitude.
double line() const
Accesses the current line measurement for this control measure.
A container class for a ControlMeasure.
This error is for when a programmer made an API call that was illegal.
Status SetRejected(bool rejected)
Set "jigsaw" rejected flag for a measure.
BundleMeasure & operator=(const BundleMeasure &src)
Assignment operator.
QSharedPointer< BundleObservation > m_parentObservation
Parent bundle observation.
void setParentObservation(QSharedPointer< BundleObservation > observation)
Sets the parent bundle observation.
int observationIndex() const
Accesses the observation index for the parent observation.
QSharedPointer< BundleImage > m_parentBundleImage
Parent image of this bundle control measure.
double sample() const
Accesses the current sample measurement for this control measure.
#define _FILEINFO_
Macro for the filename and line number.
This class holds information about a control point that BundleAdjust needs to run correctly...
double residualMagnitude() const
Accesses the residual magnitude for this control measure.
double sampleResidual() const
Accesses the sample residual for this control measure.
double focalPlaneMeasuredX() const
Accesses the measured focal plane x value for this control measure //TODO verify? ...
BundleControlPoint * parentControlPoint()
Accesses the parent BundleControlPoint for this bundle measure.
const QSharedPointer< BundleObservationSolveSettings > observationSolveSettings()
Accesses the parent observation's solve settings.
QString cubeSerialNumber() const
Accesses the serial number of the cube containing this control measure.
double focalPlaneComputedX() const
Accesses the computed focal plane x value for this control measure.
QSharedPointer< BundleImage > parentBundleImage()
Access the parent BundleImage for this bundle measure.
ControlMeasure * m_controlMeasure
Contained control measure.
Namespace for ISIS/Bullet specific routines.
double lineResidual() const
Accesses the line residual for this control measure.
QString GetCubeSerialNumber() const
Return the serial number of the cube containing the coordinate.
BundleMeasure(ControlMeasure *controlMeasure, BundleControlPoint *bundleControlPoint)
Constructor.