  | 
  
    Isis 3 Programmer Reference
    
   | 
 
 
 
 
    1 #ifndef MinimumDifference_h 
    2 #define MinimumDifference_h 
   72         return "MinimumDifference";
 
 
 
virtual double IdealFit() const
Returns the ideal (perfect) fit that could be returned by the MatchAlgorithm.
 
virtual double MostLenientTolerance()
Minimum tolerance specific to algorithm.
 
Container for cube-like labels.
 
virtual bool CompareFits(double fit1, double fit2)
This virtual method must return if the 1st fit is equal to or better than the second fit.
 
virtual double MatchAlgorithm(Chip &pattern, Chip &subsearch)
Minimum difference match algorithm.
 
Minimum difference pattern matching.
 
MinimumDifference(Pvl &pvl)
Construct a MinimumDifference search algorithm.
 
A small chip of data used for pattern matching.
 
virtual ~MinimumDifference()
Destructor.
 
virtual QString AlgorithmName() const
Returns the name of the algorithm.
 
This is free and unencumbered software released into the public domain.