#ifndef _IGES_TUTORIAL_05_H_ #define _IGES_TUTORIAL_05_H_ #include "ExPrintConsole.h" #include "IgesExamplesCommon.h" #include "IIgesTutorial.h" #include "Core/IgesFile.h" #include "IgesEnum.h" #include "OdaCommon.h" #include #include class Tutorial_05 : public BaseIgesTutorial { public: Tutorial_05(const OdString& applicationName); private: int run(MyServices& svcs, const std::vector& argv, std::ostream& resultStream) override; OdString m_outputFileName; OdString m_primitiveType; static const std::map> csgObjectFactories; }; #endif // _IGES_TUTORIAL_05_H_