/* * * ///////////////////////////////////////////////////////////////// * // WARNING! DO NOT MODIFY THIS FILE! // * // --------------------------------------------------------- // * // | This is generated code using a C++ template function! | // * // ! Do not modify this file. | // * // | Any changes will be lost when the file is re-generated. | // * // --------------------------------------------------------- // * ///////////////////////////////////////////////////////////////// * */ #if !defined(_POINTINGMETHOD_H) #include #define _POINTINGMETHOD_H #endif #if !defined(_POINTINGMETHOD_HH) #include template<> struct enum_set_traits : public enum_set_traiter {}; template<> class enum_map_traits : public enum_map_traiter { public: static bool init_; static std::string typeName_; static std::string enumerationDesc_; static std::string order_; static std::string xsdBaseType_; static bool init(){ EnumPar ep; m_.insert(std::pair > (PointingMethodMod::THREE_POINT,ep((int)PointingMethodMod::THREE_POINT,"THREE_POINT","un-documented"))); m_.insert(std::pair > (PointingMethodMod::FOUR_POINT,ep((int)PointingMethodMod::FOUR_POINT,"FOUR_POINT","un-documented"))); m_.insert(std::pair > (PointingMethodMod::FIVE_POINT,ep((int)PointingMethodMod::FIVE_POINT,"FIVE_POINT","un-documented"))); m_.insert(std::pair > (PointingMethodMod::CROSS,ep((int)PointingMethodMod::CROSS,"CROSS","un-documented"))); m_.insert(std::pair > (PointingMethodMod::CIRCLE,ep((int)PointingMethodMod::CIRCLE,"CIRCLE","un-documented"))); m_.insert(std::pair > (PointingMethodMod::HOLOGRAPHY,ep((int)PointingMethodMod::HOLOGRAPHY,"HOLOGRAPHY","un-documented"))); return true; } static std::map > m_; }; #define _POINTINGMETHOD_HH #endif