HiRISE
 PDS_JP2

PDS_Converters.hh
Go to the documentation of this file.
1 /* PDS_Converters
2 
3 HiROC CVS ID: PDS_Converters.hh,v 1.3 2008/07/12 04:08:30 castalia Exp
4 
5 Copyright (C) 2007 Arizona Board of Regents on behalf of the
6 Planetary Image Research Laboratory, Lunar and Planetary Laboratory at
7 the University of Arizona.
8 
9 This program is free software; you can redistribute it and/or modify it
10 under the terms of the GNU General Public License, version 2, as
11 published by the Free Software Foundation.
12 
13 This program is distributed in the hope that it will be useful, but
14 WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 General Public License for more details.
17 
18 You should have received a copy of the GNU General Public License along
19 with this program; if not, write to the Free Software Foundation, Inc.,
20 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21 
22 *******************************************************************************/
23 
24 #ifndef _PDS_Converters_
25 #define _PDS_Converters_
26 
27 #include "PDS_Converter.hh"
28 #include <string>
29 
30 
31 namespace UA
32 {
33 namespace HiRISE
34 {
59 PDS_Converter*
61  (
62  const std::string& pathname
63  );
64 
65 } // namespace HiRISE
66 } // namespace UA
67 #endif
PDS_Converter * converter_for(const std::string &pathname)
Get a PDS_Converter for a data source.
Definition: PDS_Converters.cc:92
Definition: Dimensions.cc:30