Commit 0868a1bf authored by Tracie Sucharski's avatar Tracie Sucharski
Browse files

Added author tag to Functor class.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@7658 41f8697f-d340-4b68-9986-7bafba869bb8
parent bb4055f5
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -26,11 +26,10 @@

#include <QDir>
#include <QMutex>
#include <QString>

#include "IException.h"

class QString;

namespace Isis {
  class Cube;
  class FileName;
@@ -72,6 +71,10 @@ namespace Isis {
       * This copies the given shape model cube(s) into the project. This is designed to work with
       *   QtConcurrentMap.  TODO::  TLS 2016-07-13  If large DEM, do not allow DN data to be
       *   copied??
       *  
       * @author 2016-07-06 Tracie Sucharski 
       *  
       * @internal 
       */
      class OriginalFileToProjectCubeFunctor :
          public std::unary_function<const FileName &, Cube *> {