|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef ControlPointV0002_h
2 #define ControlPointV0002_h
12 #include <QSharedPointer>
14 #include "ControlNetFileProtoV0001.pb.h"
15 #include "ControlNetLogDataProtoV0001.pb.h"
18 class ControlPointV0001;
188 void (ControlNetFileProtoV0001_PBControlPoint::*setter)(
bool));
192 void (ControlNetFileProtoV0001_PBControlPoint::*setter)(
double));
196 void (ControlNetFileProtoV0001_PBControlPoint::*setter)(
const std::string&));
199 ControlNetFileProtoV0001_PBControlPoint_PBControlMeasure &measure,
200 void (ControlNetFileProtoV0001_PBControlPoint_PBControlMeasure::*setter)(
bool));
203 ControlNetFileProtoV0001_PBControlPoint_PBControlMeasure &measure,
204 void (ControlNetFileProtoV0001_PBControlPoint_PBControlMeasure::*setter)(
double));
207 ControlNetFileProtoV0001_PBControlPoint_PBControlMeasure &measure,
208 void (ControlNetFileProtoV0001_PBControlPoint_PBControlMeasure::*setter)(
209 const std::string &));
QString name() const
Returns the keyword name.
Definition: PvlKeyword.h:98
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
A single keyword-value pair.
Definition: PvlKeyword.h:82
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
bool hasKeyword(const QString &name) const
Check to see if a keyword exists.
Definition: PvlContainer.cpp:159
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
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
A container for the information stored in a version 1 ControlPoint.
Definition: ControlPointV0001.h:62
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