00001 #ifndef DDLTUBS_H 00002 #define DDLTUBS_H 00003 00004 #include "DDLSolid.h" 00005 00006 #include <string> 00007 #include <vector> 00008 00009 00010 00012 00024 class DDLTubs : public DDLSolid 00025 { 00026 public: 00027 00029 DDLTubs(); 00030 00032 ~DDLTubs(); 00033 00034 void processElement (const std::string& name, const std::string& nmspace); 00035 00036 00037 }; 00038 00039 #endif