00001 #ifndef DDL_RotationSequence_H 00002 #define DDL_RotationSequence_H 00003 00004 // ------------------------------------------------------------------------- 00005 // Includes 00006 // ------------------------------------------------------------------------- 00007 #include "DDLRotationByAxis.h" 00008 00009 #include <string> 00010 00012 00024 class DDLRotationSequence : public DDLRotationByAxis 00025 { 00026 public: 00027 00029 DDLRotationSequence( DDLElementRegistry* myreg ); 00030 00032 ~DDLRotationSequence( void ); 00033 00034 void preProcessElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv ); 00035 00036 void processElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv ); 00037 }; 00038 00039 #endif