Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PapywizardImport.h
Go to the documentation of this file.
1 
9 /* This is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU General Public
11  * License as published by the Free Software Foundation; either
12  * version 2 of the License, or (at your option) any later version.
13  *
14  * This software is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17  * Lesser General Public License for more details.
18  *
19  * You should have received a copy of the GNU General Public
20  * License along with this software. If not, see
21  * <http://www.gnu.org/licenses/>.
22  *
23  */
24 
25 #ifndef PAPYWIZARDIMPORT_H
26 #define PAPYWIZARDIMPORT_H
27 
28 #include <panodata/Panorama.h>
29 #include <wx/string.h>
30 
31 namespace Papywizard
32 {
34 bool ImportPapywizardFile(const wxString& filename, HuginBase::Panorama& pano);
35 
36 } // namespace Papywizard
37 #endif
bool ImportPapywizardFile(const wxString &filename, HuginBase::Panorama &pano)
import the settings from given filename into pano
Model for a panorama.
Definition: Panorama.h:152