1 #ifndef ControlMeasureLogData_h
2 #define ControlMeasureLogData_h
30 class ControlNetLogDataProtoV0001_Point_Measure_DataEntry;
31 class ControlPointFileEntryV0002_Measure_MeasureLogData;
160 double p_numericalValue;
NumericLogDataType GetDataType() const
Get the data type associated with this log data.
Definition: ControlMeasureLogData.cpp:158
Deprecated keyword kept for backwards compatability with older Control Networks.
Definition: ControlMeasureLogData.h:73
NumericLogDataType
Please do not change existing values in this list except the size - it will break backwards compadibi...
Definition: ControlMeasureLogData.h:63
Definition: ControlNetFileV0002.pb.h:395
Deprecated keyword kept for backwards compatability with older Control Networks.
Definition: ControlMeasureLogData.h:113
Statistical and similar ControlMeasure associated information.
Definition: ControlMeasureLogData.h:51
double GetNumericalValue() const
Get the value associated with this log data.
Definition: ControlMeasureLogData.cpp:146
This is a placeholder for unset values.
Definition: ControlMeasureLogData.h:67
ControlPointFileEntryV0002_Measure_MeasureLogData ToProtocolBuffer() const
This converts the log data to a protocol buffer object.
Definition: ControlMeasureLogData.cpp:204
Control measures store z-scores in pairs.
Definition: ControlMeasureLogData.h:90
Definition: ControlNetFileV0001.pb.h:1383
Deprecated keyword kept for backwards compatability with older Control Networks.
Definition: ControlMeasureLogData.h:101
static const int MaximumNumericLogDataType
This value must be > the largest enumerated value in this type or convertions to and from Pvl will no...
Definition: ControlMeasureLogData.h:125
A single keyword-value pair.
Definition: PvlKeyword.h:98
bool IsValid() const
This tests if the log data is complete and valid.
Definition: ControlMeasureLogData.cpp:177
GoodnessOfFit is pointreg information for reference measures.
Definition: ControlMeasureLogData.h:81
void SetNumericalValue(double)
This updates the value associated with a NumericLogDataType.
Definition: ControlMeasureLogData.cpp:123
QVariant GetValue() const
Get the data type associated with this log data.
Definition: ControlMeasureLogData.cpp:167
Deprecated keyword kept for backwards compatability with older Control Networks.
Definition: ControlMeasureLogData.h:119
QString DataTypeToName(NumericLogDataType) const
This converts the log data type to a string and is used internally for convertions to and from Pvl...
Definition: ControlMeasureLogData.cpp:252
Definition: ControlMeasureLogData.h:95
Deprecated keyword kept for backwards compatability with older Control Networks.
Definition: ControlMeasureLogData.h:107
ControlMeasureLogData()
This creates an empty, invalid (IsValid() will return false), instance.
Definition: ControlMeasureLogData.cpp:14
~ControlMeasureLogData()
Destructor.
Definition: ControlMeasureLogData.cpp:104
void SetDataType(NumericLogDataType)
This changes the type of this log data.
Definition: ControlMeasureLogData.cpp:134
PvlKeyword ToKeyword() const
This converts the log data to a PvlKeyword.
Definition: ControlMeasureLogData.cpp:189
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...
Definition: ControlMeasureLogData.cpp:226