1 #ifndef ControlPointList_h 2 #define ControlPointList_h 26 #include <QStringList> void RegisterStatistics(Pvl &pcPvlLog)
Register invalid control point and calculate the valid & invalid point count.
Definition: ControlPointList.cpp:116
File name manipulation and expansion.
Definition: FileName.h:116
QString ControlPointId(int piIndex)
Return a control point id given an index.
Definition: ControlPointList.cpp:80
ControlPointList(const FileName &psFileName)
Creates a ControlPointList from a list of control point ids'.
Definition: ControlPointList.cpp:16
virtual ~ControlPointList()
Destructor.
Definition: ControlPointList.cpp:40
Control Point List generator.
Definition: ControlPointList.h:52
Container for cube-like labels.
Definition: Pvl.h:135
int Size() const
How many control points in the list.
Definition: ControlPointList.cpp:68
bool HasControlPoint(const QString &psCpId)
Determines whether or not the requested control point id exists in the list.
Definition: ControlPointList.cpp:52
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
int ControlPointIndex(const QString &psCpId)
return a list index given a control point id
Definition: ControlPointList.cpp:99