1 #ifndef OPALS_IFULLWAVE_HPP_INCLUDED
2 #define OPALS_IFULLWAVE_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, "opalsFullwave_d.lib")
10 #pragma comment(lib, "opalsFullwave.lib")
14 #include <opals/Path.hpp>
15 #include <opals/Vector.hpp>
16 #include <opals/FullwaveAlgorithm.hpp>
17 #include <opals/Array.hpp>
28 typedef IGroup< Names::_,
false, Cons<
29 ILeaf< Names::inFile, false, opals::Path >, Cons<
30 ILeaf< Names::outFile, false, opals::Path >, Cons<
31 ILeaf< Names::oFormat, false, opals::String >, Cons<
32 ILeaf< Names::fullWaveAlg, false, opals::FullwaveAlgorithm::Type >, Cons<
33 ILeaf< Names::detectThrLow, false, int >, Cons<
34 ILeaf< Names::mtaZone, false, int >, Cons<
35 ILeaf< Names::timeRange, false, ArrayD2 >, Cons<
36 ILeaf< Names::filter, false, opals::String >
37 > > > > > > > > > Options;
67 virtual const Options& opts()
const = 0;