1 #ifndef OPALS_IOPENNESS_HPP_INCLUDED
2 #define OPALS_IOPENNESS_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, "opalsOpenness_d.lib")
10 #pragma comment(lib, "opalsOpenness.lib")
14 #include <opals/Path.hpp>
15 #include <opals/Vector.hpp>
16 #include <opals/GridLimit.hpp>
17 #include <opals/OpennessFeature.hpp>
26 typedef IGroup< Names::_,
false, Cons<
27 ILeaf< Names::inFile, false, opals::Path >, Cons<
28 ILeaf< Names::outFile, false, opals::Path >, Cons<
29 ILeaf< Names::oFormat, false, opals::String >, Cons<
30 ILeaf< Names::feature, false, opals::OpennessFeature::Type >, Cons<
31 ILeaf< Names::selMode, false, int >, Cons<
32 ILeaf< Names::kernelSize, false, int >, Cons<
33 ILeaf< Names::limit, false, opals::GridLimit >, Cons<
34 ILeaf< Names::noData, false, float >
35 > > > > > > > > > Options;
59 virtual const Options& opts()
const = 0;