File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
 |
Isis 3 Programmer Reference
|
1 #ifndef ControlMeasureLogData_h
2 #define ControlMeasureLogData_h
@ Obsolete_AverageResidual
Deprecated keyword kept for backwards compatability with older Control Networks.
A single keyword-value pair.
double GetNumericalValue() const
Get the value associated with this log data.
@ SubPixelCorrelation
Deprecated keyword kept for backwards compatability with older Control Networks.
static const int MaximumNumericLogDataType
This value must be > the largest enumerated value in this type or convertions to and from Pvl will no...
NumericLogDataType GetDataType() const
Get the data type associated with this log data.
void SetNumericalValue(double value)
This updates the value associated with a NumericLogDataType.
NumericLogDataType
Please do not change existing values in this list except the size - it will break backwards compadibi...
ControlMeasureLogData()
This creates an empty, invalid (IsValid() will return false), instance.
double p_numericalValue
The actual value of the data.
PvlKeyword ToKeyword() const
This converts the log data to a PvlKeyword.
NumericLogDataType NameToDataType(QString name) const
This converts a string to a log data type and is useful for converting Pvl keywords to Numeric Log Da...
bool IsValid() const
This tests if the log data is complete and valid.
@ MinimumPixelZScore
Control measures store z-scores in pairs.
~ControlMeasureLogData()
Destructor.
QString DataTypeToName(NumericLogDataType type) const
This converts the log data type to a string and is used internally for convertions to and from Pvl.
void Init()
This is a helper method for the constructor that initializes the data to a default,...
@ InvalidNumericLogDataType
This is a placeholder for unset values.
@ PixelShift
Deprecated keyword kept for backwards compatability with older Control Networks.
void SetDataType(NumericLogDataType newDataType)
This changes the type of this log data.
NumericLogDataType p_dataType
Which kind of value are we storing.
@ WholePixelCorrelation
Deprecated keyword kept for backwards compatability with older Control Networks.
@ GoodnessOfFit
GoodnessOfFit is pointreg information for reference measures.
@ Obsolete_Eccentricity
Deprecated keyword kept for backwards compatability with older Control Networks.
Statistical and similar ControlMeasure associated information.
QVariant GetValue() const
Get the data type associated with this log data.
This is free and unencumbered software released into the public domain.