1 #ifndef OPALS_IDIRECTGEOREF_HPP_INCLUDED
2 #define OPALS_IDIRECTGEOREF_HPP_INCLUDED
4 #include <opals/IModuleBase.hpp>
6 #if !defined(OPALS_EXPORTS) && !defined(OPALS_MODULE_EXPORTS)
7 #if defined _DEBUG && !defined OPALS_NO_DEBUG
8 #pragma comment(lib, "opalsDirectGeoref_d.lib")
10 #pragma comment(lib, "opalsDirectGeoref.lib")
14 #include <opals/String.hpp>
15 #include <opals/Path.hpp>
16 #include <opals/Vector.hpp>
17 #include <opals/MountingPars.hpp>
23 namespace DirectGeoref
26 typedef IGroup< Names::_,
false, Cons<
27 ILeaf< Names::inFile, false, opals::Vector<opals::Path> >, Cons<
28 ILeaf< Names::iFormat, false, opals::Vector<opals::String> >, Cons<
29 ILeaf< Names::mounting, false, opals::MountingPars >, Cons<
30 ILeaf< Names::trjFile, false, opals::Vector<opals::Path> >, Cons<
31 ILeaf< Names::tFormat, false, opals::Vector<opals::String> >, Cons<
32 ILeaf< Names::outFile, false, opals::Vector<opals::Path> >, Cons<
33 ILeaf< Names::oFormat, false, opals::String >
34 > > > > > > > > Options;
58 virtual const Options& opts()
const = 0;