Commit 8b264a9f authored by Jeannie Backer's avatar Jeannie Backer
Browse files

PROG: Updated isisminer app documentation and class documentation for...

PROG: Updated isisminer app documentation and class documentation for CalculatorStrategy and NumericalSortStrategy. References #2262

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@6605 41f8697f-d340-4b68-9986-7bafba869bb8
parent b48b0232
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -154,6 +154,8 @@ namespace Isis {
   * lookup and provide variables in equations from Pvl sources.
   * 
   * @author 2013-02-19 Kris Becker 
   * @internal 
   *   @history 2013-02-19 Kris Becker - Original version.
   */
  class PvlFlatMapCalculatorVariablePool : public CalculatorVariablePool {
    public:
+4 −0
Original line number Diff line number Diff line
@@ -87,6 +87,8 @@ namespace Isis {
   * SortKey keyword and using the less than operator.
   * 
   * @author 2012-07-25 Kris Becker
   * @internal
   *   @history 2012-07-25 Kris Becker - Original version.
   */
  class SortAscending {
    public:
@@ -106,6 +108,8 @@ namespace Isis {
   * SortKey keyword and using the greater than operator.
   * 
   * @author 2012-07-25 Kris Becker
   * @internal
   *   @history 2012-07-25 Kris Becker - Original version.
   */
  class SortDescending {
    public:
+60 −63

File changed.

Preview size limit exceeded, changes collapsed.