1#ifndef ControlPointList_h 
    2#define ControlPointList_h 
   57      QVector<bool> mbFound;
 
 
Control Point List generator.
Definition ControlPointList.h:38
 
bool HasControlPoint(const QString &psCpId)
Determines whether or not the requested control point id exists in the list.
Definition ControlPointList.cpp:60
 
void RegisterStatistics(Pvl &pcPvlLog)
Register invalid control point and calculate the valid & invalid point count.
Definition ControlPointList.cpp:124
 
ControlPointList(const FileName &psFileName)
Creates a ControlPointList from a list of control point ids'.
Definition ControlPointList.cpp:24
 
int ControlPointIndex(const QString &psCpId)
return a list index given a control point id
Definition ControlPointList.cpp:107
 
QString ControlPointId(int piIndex)
Return a control point id given an index.
Definition ControlPointList.cpp:88
 
virtual ~ControlPointList()
Destructor.
Definition ControlPointList.cpp:48
 
int Size() const
How many control points in the list.
Definition ControlPointList.cpp:76
 
File name manipulation and expansion.
Definition FileName.h:100
 
Container for cube-like labels.
Definition Pvl.h:119
 
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16