1 #ifndef ControlPointList_h 
    2 #define ControlPointList_h 
   28 #include <QStringList> 
   70       std::vector<bool> mbFound; 
 
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:111
 
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:51
 
int Size() const 
How many control points in the list. 
Definition: ControlPointList.cpp:68
 
Container for cube-like labels. 
Definition: Pvl.h:135
 
bool HasControlPoint(const QString &psCpId)
Determines whether or not the requested control point id exists in the list. 
Definition: ControlPointList.cpp:52
 
int ControlPointIndex(const QString &psCpId)
return a list index given a control point id 
Definition: ControlPointList.cpp:99