00001 #ifndef DDLMaterial_H 00002 #define DDLMaterial_H 00003 00004 // ------------------------------------------------------------------------- 00005 // Includes 00006 // ------------------------------------------------------------------------- 00007 #include "DDXMLElement.h" 00008 00009 #include <string> 00010 00012 00026 class DDLMaterial : public DDXMLElement 00027 { 00028 public: 00029 00031 DDLMaterial( DDLElementRegistry* myreg ); 00032 00034 virtual ~DDLMaterial( void ); 00035 00036 virtual void setReference( const std::string& nmspace, DDCompactView& cpv ); 00037 }; 00038 00039 #endif