CMS 3D CMS Logo

DDLBox.h
Go to the documentation of this file.
1 #ifndef DDLBox_H
2 #define DDLBox_H
3 
4 #include <string>
5 
6 // -------------------------------------------------------------------------
7 // Includes
8 // -------------------------------------------------------------------------
9 #include "DDLSolid.h"
10 
11 class DDCompactView;
12 class DDLElementRegistry;
13 
15 
27 class DDLBox final : public DDLSolid
28 {
29  public:
30 
31  DDLBox( DDLElementRegistry* myreg );
32 
33  void processElement (const std::string& name, const std::string& nmspace, DDCompactView& cpv) override;
34 };
35 
36 #endif
type of data representation of DDCompactView
Definition: DDCompactView.h:90
DDLBox processes Box elements.
Definition: DDLBox.h:27
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
Definition: DDLBox.cc:20
DDLBox(DDLElementRegistry *myreg)
Definition: DDLBox.cc:14
DDLSolid processes Box elements.
Definition: DDLSolid.h:30
The main class for processing parsed elements.