Loading isis/src/control/objs/BundleUtilities/AbstractBundleObservation.cpp +0 −18 Original line number Diff line number Diff line Loading @@ -163,24 +163,6 @@ namespace Isis { } // Need something that provides this functionality in child classes, but not here -- function signatures will be different. /** * Set solve parameters * * @param solveSettings The solve settings to use * * @return @b bool Returns true if settings were successfully set * * @internal * @todo initParameterWeights() doesn't return false, so this methods always * returns true. */ bool AbstractBundleObservation::setSolveSettings(BundleObservationSolveSettings solveSettings) { // different for both return false; } /** * Accesses the instrument id * Loading isis/src/control/objs/BundleUtilities/AbstractBundleObservation.h +0 −3 Original line number Diff line number Diff line Loading @@ -50,8 +50,6 @@ namespace Isis { BundleImageQsp imageByCubeSerialNumber(QString cubeSerialNumber); virtual bool setSolveSettings(BundleObservationSolveSettings solveSettings); void setIndex(int n); int index(); Loading @@ -72,7 +70,6 @@ namespace Isis { virtual QString formatBundleOutputString(bool errorPropagation, bool imageCSV=false); // CAN we have this for both? virtual QStringList parameterList(); virtual QStringList imageNames(); Loading Loading
isis/src/control/objs/BundleUtilities/AbstractBundleObservation.cpp +0 −18 Original line number Diff line number Diff line Loading @@ -163,24 +163,6 @@ namespace Isis { } // Need something that provides this functionality in child classes, but not here -- function signatures will be different. /** * Set solve parameters * * @param solveSettings The solve settings to use * * @return @b bool Returns true if settings were successfully set * * @internal * @todo initParameterWeights() doesn't return false, so this methods always * returns true. */ bool AbstractBundleObservation::setSolveSettings(BundleObservationSolveSettings solveSettings) { // different for both return false; } /** * Accesses the instrument id * Loading
isis/src/control/objs/BundleUtilities/AbstractBundleObservation.h +0 −3 Original line number Diff line number Diff line Loading @@ -50,8 +50,6 @@ namespace Isis { BundleImageQsp imageByCubeSerialNumber(QString cubeSerialNumber); virtual bool setSolveSettings(BundleObservationSolveSettings solveSettings); void setIndex(int n); int index(); Loading @@ -72,7 +70,6 @@ namespace Isis { virtual QString formatBundleOutputString(bool errorPropagation, bool imageCSV=false); // CAN we have this for both? virtual QStringList parameterList(); virtual QStringList imageNames(); Loading