|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef ControlPointV0003_h
2 #define ControlPointV0003_h
12 #include <QSharedPointer>
14 #include "ControlPointFileEntryV0002.pb.h"
17 class ControlPointV0002;
166 const ControlPointFileEntryV0002 &
pointData();
192 void (ControlPointFileEntryV0002::*setter)(
bool));
196 void (ControlPointFileEntryV0002::*setter)(
double));
200 void (ControlPointFileEntryV0002::*setter)(
const std::string&));
203 ControlPointFileEntryV0002_Measure &measure,
204 void (ControlPointFileEntryV0002_Measure::*setter)(
bool));
207 ControlPointFileEntryV0002_Measure &measure,
208 void (ControlPointFileEntryV0002_Measure::*setter)(
double));
211 ControlPointFileEntryV0002_Measure &measure,
212 void (ControlPointFileEntryV0002_Measure::*setter)(
const std::string &));
PvlGroup & group(const int index)
Return the group at the specified index.
Definition: PvlObject.cpp:452
@ Io
A type of error that occurred when performing an actual I/O operation.
Definition: IException.h:155
Contains Pvl Groups and Pvl Objects.
Definition: PvlObject.h:61
const ControlPointFileEntryV0002 & pointData()
Access the protobuf control point data.
Definition: ControlPointV0003.cpp:561
A single keyword-value pair.
Definition: PvlKeyword.h:82
double GetNumericalValue() const
Get the value associated with this log data.
Definition: ControlMeasureLogData.cpp:123
A container for the information stored in a version 2 ControlPoint.
Definition: ControlPointV0002.h:154
int groups() const
Returns the number of groups contained.
Definition: PvlObject.h:75
NumericLogDataType GetDataType() const
Get the data type associated with this log data.
Definition: ControlMeasureLogData.cpp:135
bool hasKeyword(const QString &name) const
Check to see if a keyword exists.
Definition: PvlContainer.cpp:159
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
Definition: IString.cpp:211
bool IsValid() const
This tests if the log data is complete and valid.
Definition: ControlMeasureLogData.cpp:154
QSharedPointer< ControlNetFileProtoV0001_PBControlPoint > pointData()
Access the protobuf control point data.
Definition: ControlPointV0002.cpp:353
Contains multiple PvlContainers.
Definition: PvlGroup.h:41
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
QSharedPointer< ControlNetLogDataProtoV0001_Point > logData()
Access the protobuf log data for the control measures in the point.
Definition: ControlPointV0002.cpp:364
bool hasKeyword(const QString &kname, FindOptions opts) const
See if a keyword is in the current PvlObject, or deeper inside other PvlObjects and Pvlgroups within ...
Definition: PvlObject.cpp:236
QString name() const
Returns the container name.
Definition: PvlContainer.h:63
A container for the information stored in a version 3 and 4 ControlPoint.
Definition: ControlPointV0003.h:160
Isis exception class.
Definition: IException.h:91
void deleteKeyword(const QString &name)
Remove a specified keyword.
Definition: PvlContainer.cpp:97
double toDouble(const QString &string)
Global function to convert from a string to a double.
Definition: IString.cpp:149
@ Programmer
This error is for when a programmer made an API call that was illegal.
Definition: IException.h:146
Namespace for the standard library.
int keywords() const
Returns the number of keywords contained in the PvlContainer.
Definition: PvlContainer.h:86
Contains more than one keyword-value pair.
Definition: PvlContainer.h:49
Statistical and similar ControlMeasure associated information.
Definition: ControlMeasureLogData.h:37
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
@ User
A type of error that could only have occurred due to a mistake on the user's part (e....
Definition: IException.h:126
@ None
Definition: PixelType.h:28