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