HiRISE
 PDS_JP2

PDS_Converters.hh
Go to the documentation of this file.
1/* PDS_Converters
2
3HiROC CVS ID: PDS_Converters.hh,v 1.3 2008/07/12 04:08:30 castalia Exp
4
5Copyright (C) 2007 Arizona Board of Regents on behalf of the
6Planetary Image Research Laboratory, Lunar and Planetary Laboratory at
7the University of Arizona.
8
9This program is free software; you can redistribute it and/or modify it
10under the terms of the GNU General Public License, version 2, as
11published by the Free Software Foundation.
12
13This program is distributed in the hope that it will be useful, but
14WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16General Public License for more details.
17
18You should have received a copy of the GNU General Public License along
19with this program; if not, write to the Free Software Foundation, Inc.,
2059 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
31namespace UA
32{
33namespace HiRISE
34{
61 (
62 const std::string& pathname
63 );
64
65} // namespace HiRISE
66} // namespace UA
67#endif
A PDS_Converter is used to convert an attached PDS image label to or from a detached PDS/JP2 label.
Definition PDS_Converter.hh:56
Definition Dimensions.cc:32
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