1 #ifndef ControlNetDiff_h 2 #define ControlNetDiff_h 28 template<
typename A,
typename B >
class QMap;
29 template<
typename T >
class QSet;
86 void diff(QString name,
double v1,
double v2,
double tol,
PvlContainer &report);
void addUniqueMeasure(QString label, QString v1, QString v2, PvlObject &parent)
Add a new keyword for the given measure to the parent object.
Definition: ControlNetDiff.cpp:392
void diff(QString name, PvlObject &o1, PvlObject &o2, PvlContainer &report)
Add a new difference keyword to the given report if the PvlObjects have different values for the keyw...
Definition: ControlNetDiff.cpp:277
void compareGroups(PvlContainer &g1, PvlContainer &g2, PvlObject &report)
Compare two collections, or groupings, of PvlKeywords.
Definition: ControlNetDiff.cpp:206
Contains more than one keyword-value pair.
Definition: PvlContainer.h:63
File name manipulation and expansion.
Definition: FileName.h:116
Compares two Control Networks and reports their differences.
Definition: ControlNetDiff.h:67
ControlNetDiff()
Create a ControlNetDiff without any tolerances.
Definition: ControlNetDiff.cpp:25
A single keyword-value pair.
Definition: PvlKeyword.h:98
PvlKeyword makeKeyword(QString name, QString v1, QString v2)
Create a new keyword with the given label name and the given values.
Definition: ControlNetDiff.cpp:311
Container for cube-like labels.
Definition: Pvl.h:135
void addUniquePoint(QString label, QString v1, QString v2, PvlObject &parent)
Add a new keyword for the given point to the parent object.
Definition: ControlNetDiff.cpp:370
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
virtual ~ControlNetDiff()
Destroy the ControlNetDiff.
Definition: ControlNetDiff.cpp:44
Pvl compare(FileName &net1Name, FileName &net2Name)
Compare two Control Networks given their file names, and return their differences.
Definition: ControlNetDiff.cpp:84
Contains Pvl Groups and Pvl Objects.
Definition: PvlObject.h:74
void addTolerances(Pvl &diffFile)
Add the given ignore keys and tolerances to the persisent collections of such values.
Definition: ControlNetDiff.cpp:60
Definition: CubeIoHandler.h:38