Loading isis/src/control/objs/ControlMeasure/ControlMeasure.h +10 −0 Original line number Diff line number Diff line Loading @@ -231,6 +231,16 @@ namespace Isis { MeasureLocked }; /** * @brief Control Measure Modification Types * * This enum is designed to represent the different types of modifications that can be * made to a ControlMeasure. * * IgnoredModified means that the Control Measure had it's IGNORED flag changed. * */ enum ModType { IgnoredModified }; Loading Loading
isis/src/control/objs/ControlMeasure/ControlMeasure.h +10 −0 Original line number Diff line number Diff line Loading @@ -231,6 +231,16 @@ namespace Isis { MeasureLocked }; /** * @brief Control Measure Modification Types * * This enum is designed to represent the different types of modifications that can be * made to a ControlMeasure. * * IgnoredModified means that the Control Measure had it's IGNORED flag changed. * */ enum ModType { IgnoredModified }; Loading