00001 #ifndef DDLTUBS_H 00002 #define DDLTUBS_H 00003 00004 #include "DDLSolid.h" 00005 00006 #include <string> 00007 #include <vector> 00008 00010 00022 class DDLTubs : public DDLSolid 00023 { 00024 public: 00025 00027 DDLTubs( DDLElementRegistry* myreg ); 00028 00030 ~DDLTubs( void ); 00031 00032 void processElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv ); 00033 }; 00034 00035 #endif