CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDLElementaryMaterial.h
Go to the documentation of this file.
1 #ifndef DDL_ElementaryMaterial_H
2 #define DDL_ElementaryMaterial_H
3 
4 // -------------------------------------------------------------------------
5 // Includes
6 // -------------------------------------------------------------------------
7 #include "DDLMaterial.h"
8 
9 #include <string>
10 
12 
26 {
27 public:
28 
31 
33  ~DDLElementaryMaterial( void );
34 
35  void processElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv );
36 };
37 #endif
DDLMaterial processes Box elements.
Definition: DDLMaterial.h:26
type of data representation of DDCompactView
Definition: DDCompactView.h:76
~DDLElementaryMaterial(void)
Destructor.
DDLElementaryMaterial processes ElementaryMaterial elements.
DDLElementaryMaterial(DDLElementRegistry *myreg)
Constructor.
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv)
Processing the element.
The main class for processing parsed elements.