CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDLMaterial.h
Go to the documentation of this file.
1 #ifndef DDLMaterial_H
2 #define DDLMaterial_H
3 
4 // -------------------------------------------------------------------------
5 // Includes
6 // -------------------------------------------------------------------------
7 #include "DDXMLElement.h"
8 
9 #include <string>
10 
12 
26 class DDLMaterial : public DDXMLElement
27 {
28 public:
29 
32 
34  virtual ~DDLMaterial( void );
35 
36  virtual void setReference( const std::string& nmspace, DDCompactView& cpv );
37 };
38 
39 #endif
DDLMaterial processes Box elements.
Definition: DDLMaterial.h:26
type of data representation of DDCompactView
Definition: DDCompactView.h:76
virtual void setReference(const std::string &nmspace, DDCompactView &cpv)
Definition: DDLMaterial.cc:26
virtual ~DDLMaterial(void)
Destructor.
Definition: DDLMaterial.cc:22
This is a base class for processing XML elements in the DDD.
Definition: DDXMLElement.h:58
DDLMaterial(DDLElementRegistry *myreg)
Constructor.
Definition: DDLMaterial.cc:18
The main class for processing parsed elements.