Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
hugin1/PT/utils.h
Go to the documentation of this file.00001 // -*- c-basic-offset: 4 -*- 00024 #ifndef _Hugn1_PANORAMA_utils_H 00025 #define _Hugn1_PANORAMA_utils_H 00026 00027 #if 0 00028 #include <algorithms/panorama_makefile/PanoramaMakefileExport.h> 00029 00030 #include "PT/Panorama.h" 00031 00032 00033 namespace PT { 00034 00035 00036 struct PTPrograms : public HuginBase::PanoramaMakefileExport::PTPrograms {}; 00037 00038 00040 inline void createMakefile(const Panorama & pano, 00041 const UIntSet & images, 00042 const std::string & ptofile, 00043 const std::string & outputPrefix, 00044 const PTPrograms & progs, 00045 const std::string & includePath, 00046 std::vector<std::string> & outputFiles 00047 std::ostream & o, 00048 std::string & tmpDir) 00049 { 00050 Panorama copyOfPano(pano); 00051 HuginBase::PanoramaMakefileExport(copyOfPano, o, images, ptofile, outputPrefix, progs, includePath).run(); 00052 }; 00053 00054 00055 } // namespace 00056 00057 #endif 00058 00059 00060 00061 #endif // _PANORAMA_utils_H
1.3.9.1