casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
WindowFunction.h
Go to the documentation of this file.
1 /*
2  *
3  * /////////////////////////////////////////////////////////////////
4  * // WARNING! DO NOT MODIFY THIS FILE! //
5  * // --------------------------------------------------------- //
6  * // | This is generated code using a C++ template function! | //
7  * // ! Do not modify this file. | //
8  * // | Any changes will be lost when the file is re-generated. | //
9  * // --------------------------------------------------------- //
10  * /////////////////////////////////////////////////////////////////
11  *
12  */
13 
14 
15 #if !defined(_WINDOWFUNCTION_H)
16 
18 #define _WINDOWFUNCTION_H
19 #endif
20 
21 #if !defined(_WINDOWFUNCTION_HH)
22 
23 #include <alma/Enumtcl/Enum.hpp>
24 
25 template<>
26  struct enum_set_traits<WindowFunctionMod::WindowFunction> : public enum_set_traiter<WindowFunctionMod::WindowFunction,7,WindowFunctionMod::WELCH> {};
27 
28 template<>
29 class enum_map_traits<WindowFunctionMod::WindowFunction,void> : public enum_map_traiter<WindowFunctionMod::WindowFunction,void> {
30 public:
31  static bool init_;
32  static std::string typeName_;
33  static std::string enumerationDesc_;
34  static std::string order_;
35  static std::string xsdBaseType_;
36  static bool init(){
37  EnumPar<void> ep;
38  m_.insert(std::pair<WindowFunctionMod::WindowFunction,EnumPar<void> >
39  (WindowFunctionMod::UNIFORM,ep((int)WindowFunctionMod::UNIFORM,"UNIFORM","un-documented")));
40  m_.insert(std::pair<WindowFunctionMod::WindowFunction,EnumPar<void> >
41  (WindowFunctionMod::HANNING,ep((int)WindowFunctionMod::HANNING,"HANNING","un-documented")));
42  m_.insert(std::pair<WindowFunctionMod::WindowFunction,EnumPar<void> >
43  (WindowFunctionMod::HAMMING,ep((int)WindowFunctionMod::HAMMING,"HAMMING","un-documented")));
44  m_.insert(std::pair<WindowFunctionMod::WindowFunction,EnumPar<void> >
45  (WindowFunctionMod::BARTLETT,ep((int)WindowFunctionMod::BARTLETT,"BARTLETT","un-documented")));
46  m_.insert(std::pair<WindowFunctionMod::WindowFunction,EnumPar<void> >
47  (WindowFunctionMod::BLACKMANN,ep((int)WindowFunctionMod::BLACKMANN,"BLACKMANN","un-documented")));
48  m_.insert(std::pair<WindowFunctionMod::WindowFunction,EnumPar<void> >
49  (WindowFunctionMod::BLACKMANN_HARRIS,ep((int)WindowFunctionMod::BLACKMANN_HARRIS,"BLACKMANN_HARRIS","un-documented")));
50  m_.insert(std::pair<WindowFunctionMod::WindowFunction,EnumPar<void> >
51  (WindowFunctionMod::WELCH,ep((int)WindowFunctionMod::WELCH,"WELCH","un-documented")));
52  return true;
53  }
54  static std::map<WindowFunctionMod::WindowFunction,EnumPar<void> > m_;
55 };
56 #define _WINDOWFUNCTION_HH
57 #endif
static std::map< WindowFunctionMod::WindowFunction, EnumPar< void > > m_