|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef ControlPointV0001_h
2 #define ControlPointV0001_h
12 #include <QSharedPointer>
14 #include "ControlNetFileProtoV0001.pb.h"
15 #include "ControlNetLogDataProtoV0001.pb.h"
95 void (ControlNetFileProtoV0001_PBControlPoint::*setter)(
bool));
99 void (ControlNetFileProtoV0001_PBControlPoint::*setter)(
double));
103 void (ControlNetFileProtoV0001_PBControlPoint::*setter)(
const std::string&));
106 ControlNetFileProtoV0001_PBControlPoint_PBControlMeasure &measure,
107 void (ControlNetFileProtoV0001_PBControlPoint_PBControlMeasure::*setter)(
bool));
110 ControlNetFileProtoV0001_PBControlPoint_PBControlMeasure &measure,
111 void (ControlNetFileProtoV0001_PBControlPoint_PBControlMeasure::*setter)(
double));
114 ControlNetFileProtoV0001_PBControlPoint_PBControlMeasure &measure,
115 void (ControlNetFileProtoV0001_PBControlPoint_PBControlMeasure::*setter)(
116 const std::string &));
@ Degrees
Degrees are generally considered more human readable, 0-360 is one circle, however most math does not...
Definition: Angle.h:56
QSharedPointer< ControlNetLogDataProtoV0001_Point > logData()
Access the protobuf log data for the control measures in the point.
Definition: ControlPointV0001.cpp:575
QString name() const
Returns the keyword name.
Definition: PvlKeyword.h:98
void SetRectangular(const Displacement &x, const Displacement &y, const Displacement &z, const Distance &xSigma=Distance(), const Distance &ySigma=Distance(), const Distance &zSigma=Distance())
Set surface point in rectangular body-fixed coordinates wtih optional sigmas.
Definition: SurfacePoint.cpp:283
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
Displacement GetX() const
Definition: SurfacePoint.cpp:1436
Contains Pvl Groups and Pvl Objects.
Definition: PvlObject.h:61
@ Meters
The distance is being specified in meters.
Definition: Displacement.h:40
A single keyword-value pair.
Definition: PvlKeyword.h:82
This class is designed to encapsulate the concept of a Latitude.
Definition: Latitude.h:51
QSharedPointer< ControlNetFileProtoV0001_PBControlPoint > pointData()
Access the protobuf control point data.
Definition: ControlPointV0001.cpp:564
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
Displacement GetZ() const
Definition: SurfacePoint.cpp:1450
boost::numeric::ublas::symmetric_matrix< double, boost::numeric::ublas::upper > GetRectangularMatrix(SurfacePoint::CoordUnits units=SurfacePoint::Meters) const
Definition: SurfacePoint.cpp:1603
Distance measurement, usually in meters.
Definition: Distance.h:34
This class is designed to encapsulate the concept of a Longitude.
Definition: Longitude.h:40
Displacement is a signed length, usually in meters.
Definition: Displacement.h:31
@ Meters
The distance is being specified in meters.
Definition: Distance.h:43
double meters() const
Get the displacement in meters.
Definition: Displacement.cpp:73
Contains multiple PvlContainers.
Definition: PvlGroup.h:41
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
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
const double Null
Value for an Isis Null pixel.
Definition: SpecialPixel.h:95
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
void SetSphericalSigmasDistance(const Distance &latSigma, const Distance &lonSigma, const Distance &radiusSigma)
Set the spherical sigmas (in Distance units) into the spherical variance/covariance matrix.
Definition: SurfacePoint.cpp:617
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 class defines a body-fixed surface point.
Definition: SurfacePoint.h:132
Displacement GetY() const
Definition: SurfacePoint.cpp:1443
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