1 #ifndef OPALS_IZCOLOR_HPP_INCLUDED
2 #define OPALS_IZCOLOR_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, "opalsZColor_d.lib")
10 #pragma comment(lib, "opalsZColor.lib")
14 #include <opals/String.hpp>
15 #include <opals/ZColorLegend.hpp>
16 #include <opals/ZColorScalePal.hpp>
17 #include <opals/ResamplingMethod.hpp>
18 #include <opals/GridLimit.hpp>
19 #include <opals/Path.hpp>
30 typedef IGroup< Names::_,
false, Cons<
31 ILeaf< Names::inFile, false, opals::Path >, Cons<
32 ILeaf< Names::outFile, false, opals::Path >, Cons<
33 ILeaf< Names::oFormat, false, opals::String >, Cons<
34 ILeaf< Names::pixelSize, false, float >, Cons<
35 ILeaf< Names::interval, false, opals::Vector<float> >, Cons<
36 ILeaf< Names::nClasses, false, unsigned >, Cons<
37 ILeaf< Names::palFile, false, opals::Path >, Cons<
38 ILeaf< Names::legend, false, opals::ZColorLegend >, Cons<
39 ILeaf< Names::scalePal, false, opals::ZColorScalePal >, Cons<
40 ILeaf< Names::offsetPal, false, float >, Cons<
41 ILeaf< Names::zRange, false, ArrayF2 >, Cons<
42 ILeaf< Names::limit, false, opals::GridLimit >, Cons<
43 ILeaf< Names::resampling, false, opals::ResamplingMethod::Type >, Cons<
44 ILeaf< Names::band, false, unsigned >
45 > > > > > > > > > > > > > > > Options;
68 virtual const Options& opts()
const = 0;