Commit 9ccfb7a1 authored by Adam Paquette's avatar Adam Paquette
Browse files

PROG:Updated SpecialPixelFunctor class with documentation.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@6911 41f8697f-d340-4b68-9986-7bafba869bb8
parent e8f2d0e3
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -12,6 +12,19 @@ using namespace Isis;
// Global declarations
void isis2ascii(Buffer &in);
ofstream fout;
/**
 * @brief The SpecialPixelFunctor class
 *
 * This class is used to convert ISIS cubes into ascii format with
 * specified values for the special pixels in the cube.  The main purpose
 * for the class was to reduce global variables.
 *
 * @author 2016-06-15 Adam Paquette
 *
 * @internal
 *   @history 2016-06-15 Adam Paquette - Original Version
 *
 */

class SpecialPixelFunctor{