Tutorial/Tutorial5.h

Declaration file for Tutorial 5.

/*
 * The information in this file is
 * Copyright(c) 2007 Ball Aerospace & Technologies Corporation
 * and is subject to the terms and conditions of the
 * GNU Lesser General Public License Version 2.1
 * The license text is available from   
 * http://www.gnu.org/licenses/lgpl.html
 */

#ifndef TUTORIAL5_H
#define TUTORIAL5_H

#include "ExecutableShell.h"

class Tutorial5 : public ExecutableShell
{
public:
   Tutorial5();
   virtual ~Tutorial5();

   virtual bool getInputSpecification(PlugInArgList*& pInArgList);
   virtual bool getOutputSpecification(PlugInArgList*& pOutArgList);
   virtual bool execute(PlugInArgList* pInArgList, PlugInArgList* pOutArgList);
};

#endif

Software Development Kit - Opticks 4.9.0 Build 16218