1 #ifndef OPALS_ISNELLIUS_HPP_INCLUDED
2 #define OPALS_ISNELLIUS_HPP_INCLUDED
4 #include <opals/IModuleBase.hpp>
5 #include <opals/NormalsMetaInfo.hpp>
7 #if !defined(OPALS_EXPORTS) && !defined(OPALS_MODULE_EXPORTS)
8 #if defined _DEBUG && !defined OPALS_NO_DEBUG
9 #pragma comment(lib, "opalsSnellius_d.lib")
11 #pragma comment(lib, "opalsSnellius.lib")
15 #include <opals/Path.hpp>
16 #include <opals/Vector.hpp>
25 typedef IGroup< Names::_,
false, Cons<
26 ILeaf< Names::inFile, false, opals::Path >, Cons<
27 ILeaf< Names::outFile, false, opals::Path >, Cons<
28 ILeaf< Names::refModel, false, opals::Path >, Cons<
29 ILeaf< Names::refractiveIndex, false, double >, Cons<
30 ILeaf< Names::oriFile, false, opals::Path >, Cons<
31 ILeaf< Names::oriFormat, false, opals::String >, Cons<
32 ILeaf< Names::filter, false, opals::String >, Cons<
33 ILeaf< Names::storeMetaInfo, false, opals::NormalsMetaInfo::Type >
34 > > > > > > > > > Options;
58 virtual const Options& opts()
const = 0;