1 #ifndef OPALS_ITIN_HPP_INCLUDED
2 #define OPALS_ITIN_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, "opalsTIN_d.lib")
10 #pragma comment(lib, "opalsTIN.lib")
14 #include <opals/Path.hpp>
15 #include <opals/Vector.hpp>
24 typedef IGroup< Names::_,
false, Cons<
25 ILeaf< Names::inFile, false, opals::Vector<opals::Path> >, Cons<
26 ILeaf< Names::iFormat, false, opals::Vector<opals::String> >, Cons<
27 ILeaf< Names::iFilter, false, opals::Vector<opals::String> >, Cons<
28 ILeaf< Names::snapRadius, false, double >, Cons<
29 ILeaf< Names::outFile, false, opals::Path >, Cons<
30 ILeaf< Names::oFilter, false, opals::String >, Cons<
31 ILeaf< Names::borderFile, false, opals::Path >, Cons<
32 ILeaf< Names::alphaFile, false, opals::Path >, Cons<
33 ILeaf< Names::alphaRadius, false, double >
34 > > > > > > > > > > Options;
59 virtual const Options& opts()
const = 0;