Commit 6c16d071 authored by Makayla Shepherd's avatar Makayla Shepherd
Browse files

Updated documentation for AdaptiveGruen. References #4807.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@7807 41f8697f-d340-4b68-9986-7bafba869bb8
parent 3b4c181f
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -44,6 +44,9 @@ namespace Isis {
   * @author 2009-09-09 Kris Becker
   * 
   * @internal
   *   @history 2017-06-28 Makayla Shepherd - Updated documentation. References #4807.
   *
   * @internal
   */
  class AdaptiveGruen : public Gruen {
    public:
@@ -64,13 +67,19 @@ namespace Isis {

      /**
       * AdaptiveGruen is adaptive
       * 
       * @return bool Always True
       */
      virtual bool IsAdaptive() {
        return (true);
      }

    protected:
      /** Return name of Algorithm */
      /** 
       * Return name of Algorithm 
       * 
       * @return QString The name of the algorithm
       */
      virtual QString AlgorithmName() const {
        return ("AdaptiveGruen");
      }