1 #ifndef ControlPointList_h 
    2 #define ControlPointList_h 
   28 #include <QStringList> 
void RegisterStatistics(Pvl &pcPvlLog)
Register invalid control point and calculate the valid & invalid point count. 
 
File name manipulation and expansion. 
 
QString ControlPointId(int piIndex)
Return a control point id given an index. 
 
ControlPointList(const FileName &psFileName)
Creates a ControlPointList from a list of control point ids'. 
 
virtual ~ControlPointList()
Destructor. 
 
Control Point List generator. 
 
int Size() const 
How many control points in the list. 
 
std::vector< bool > mbFound
holds one to one correspondence with "mqCpList" on whether the point was valid 
 
Container for cube-like labels. 
 
bool HasControlPoint(const QString &psCpId)
Determines whether or not the requested control point id exists in the list. 
 
int ControlPointIndex(const QString &psCpId)
return a list index given a control point id