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