Loading isis/src/control/objs/ControlMeasure/ControlMeasure.cpp +0 −5 Original line number Diff line number Diff line Loading @@ -30,7 +30,6 @@ #include "ControlMeasureLogData.h" #include "ControlNet.h" #include "ControlPoint.h" #include "ControlCubeGraphNode.h" #include "IString.h" #include "iTime.h" #include "SpecialPixel.h" Loading Loading @@ -84,7 +83,6 @@ namespace Isis { p_sampleResidual = other.p_sampleResidual; p_lineResidual = other.p_lineResidual; p_camera = other.p_camera; associatedCSN = other.associatedCSN; } Loading Loading @@ -116,7 +114,6 @@ namespace Isis { p_measuredEphemerisTime = Null; parentPoint = NULL; associatedCSN = NULL; } Loading Loading @@ -144,7 +141,6 @@ namespace Isis { p_loggedData = NULL; } associatedCSN = NULL; } Loading Loading @@ -1054,7 +1050,6 @@ namespace Isis { p_focalPlaneMeasuredY = other.p_focalPlaneMeasuredY; p_focalPlaneComputedX = other.p_focalPlaneComputedX; p_focalPlaneComputedY = other.p_focalPlaneComputedY; associatedCSN = other.associatedCSN; return *this; } Loading isis/src/control/objs/ControlMeasure/ControlMeasure.h +0 −4 Original line number Diff line number Diff line Loading @@ -24,7 +24,6 @@ */ #include <QObject> #include "ControlCubeGraphNode.h" template< class A> class QVector; template< class A> class QList; Loading Loading @@ -181,7 +180,6 @@ namespace Isis { Q_OBJECT friend class ControlPoint; friend class ControlCubeGraphNode; public: /** * @brief Control network measurement types Loading Loading @@ -249,7 +247,6 @@ namespace Isis { ~ControlMeasure(); ControlPoint *Parent() { return parentPoint; } ControlCubeGraphNode *ControlSN() { return associatedCSN; } Status SetAprioriLine(double aprioriLine); Status SetAprioriSample(double aprioriSample); Loading Loading @@ -333,7 +330,6 @@ namespace Isis { private: // data ControlPoint *parentPoint; //!< Pointer to parent ControlPoint, may be null ControlCubeGraphNode *associatedCSN; //!< Pointer to the Serial Number // structure connecting measures in an image QString *p_serialNumber; Loading Loading
isis/src/control/objs/ControlMeasure/ControlMeasure.cpp +0 −5 Original line number Diff line number Diff line Loading @@ -30,7 +30,6 @@ #include "ControlMeasureLogData.h" #include "ControlNet.h" #include "ControlPoint.h" #include "ControlCubeGraphNode.h" #include "IString.h" #include "iTime.h" #include "SpecialPixel.h" Loading Loading @@ -84,7 +83,6 @@ namespace Isis { p_sampleResidual = other.p_sampleResidual; p_lineResidual = other.p_lineResidual; p_camera = other.p_camera; associatedCSN = other.associatedCSN; } Loading Loading @@ -116,7 +114,6 @@ namespace Isis { p_measuredEphemerisTime = Null; parentPoint = NULL; associatedCSN = NULL; } Loading Loading @@ -144,7 +141,6 @@ namespace Isis { p_loggedData = NULL; } associatedCSN = NULL; } Loading Loading @@ -1054,7 +1050,6 @@ namespace Isis { p_focalPlaneMeasuredY = other.p_focalPlaneMeasuredY; p_focalPlaneComputedX = other.p_focalPlaneComputedX; p_focalPlaneComputedY = other.p_focalPlaneComputedY; associatedCSN = other.associatedCSN; return *this; } Loading
isis/src/control/objs/ControlMeasure/ControlMeasure.h +0 −4 Original line number Diff line number Diff line Loading @@ -24,7 +24,6 @@ */ #include <QObject> #include "ControlCubeGraphNode.h" template< class A> class QVector; template< class A> class QList; Loading Loading @@ -181,7 +180,6 @@ namespace Isis { Q_OBJECT friend class ControlPoint; friend class ControlCubeGraphNode; public: /** * @brief Control network measurement types Loading Loading @@ -249,7 +247,6 @@ namespace Isis { ~ControlMeasure(); ControlPoint *Parent() { return parentPoint; } ControlCubeGraphNode *ControlSN() { return associatedCSN; } Status SetAprioriLine(double aprioriLine); Status SetAprioriSample(double aprioriSample); Loading Loading @@ -333,7 +330,6 @@ namespace Isis { private: // data ControlPoint *parentPoint; //!< Pointer to parent ControlPoint, may be null ControlCubeGraphNode *associatedCSN; //!< Pointer to the Serial Number // structure connecting measures in an image QString *p_serialNumber; Loading