PDS_JP2
|
00001 /* PDS_Converters 00002 00003 HiROC CVS ID: PDS_Converters.hh,v 1.3 2008/07/12 04:08:30 castalia Exp 00004 00005 Copyright (C) 2007 Arizona Board of Regents on behalf of the 00006 Planetary Image Research Laboratory, Lunar and Planetary Laboratory at 00007 the University of Arizona. 00008 00009 This program is free software; you can redistribute it and/or modify it 00010 under the terms of the GNU General Public License, version 2, as 00011 published by the Free Software Foundation. 00012 00013 This program is distributed in the hope that it will be useful, but 00014 WITHOUT ANY WARRANTY; without even the implied warranty of 00015 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00016 General Public License for more details. 00017 00018 You should have received a copy of the GNU General Public License along 00019 with this program; if not, write to the Free Software Foundation, Inc., 00020 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 00021 00022 *******************************************************************************/ 00023 00024 #ifndef _PDS_Converters_ 00025 #define _PDS_Converters_ 00026 00027 #include "PDS_Converter.hh" 00028 #include <string> 00029 00030 00031 namespace UA 00032 { 00033 namespace HiRISE 00034 { 00059 PDS_Converter* 00060 converter_for 00061 ( 00062 const std::string& pathname 00063 ); 00064 00065 } // namespace HiRISE 00066 } // namespace UA 00067 #endif