CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDLCompositeMaterial.h
Go to the documentation of this file.
1 #ifndef DDL_CompositeMaterial_H
2 #define DDL_CompositeMaterial_H
3 
4 // -------------------------------------------------------------------------
5 // Includes
6 // -------------------------------------------------------------------------
7 #include "DDLMaterial.h"
8 
9 #include <string>
10 
12 
29 {
30  public:
31 
34 
37 
38  void preProcessElement (const std::string& name, const std::string& nmspace, DDCompactView& cpv);
39 
40  void processElement (const std::string& name, const std::string& nmspace, DDCompactView& cpv);
41 
42 };
43 #endif
DDLMaterial processes Box elements.
Definition: DDLMaterial.h:26
type of data representation of DDCompactView
Definition: DDCompactView.h:77
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv)
Called by loadAttributes AFTER attributes are loaded.
~DDLCompositeMaterial()
Destructor.
DDLCompositeMaterial(DDLElementRegistry *myreg)
Constructor.
DDLCompositeMaterial processes all CompositeMaterial elements.
The main class for processing parsed elements.
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv)
Processing the element.