CMS 3D CMS Logo

DDLPolyGenerator.h
Go to the documentation of this file.
1 #ifndef DDL_PolyGenerator_H
2 #define DDL_PolyGenerator_H
3 
4 #include <string>
5 
6 #include "DDLSolid.h"
7 
8 class DDCompactView;
10 
12 
28 class DDLPolyGenerator final : public DDLSolid {
29 public:
31 
32  void processElement(const std::string& name, const std::string& nmspace, DDCompactView& cpv) override;
33  void preProcessElement(const std::string& name, const std::string& nmspace, DDCompactView& cpv) override;
34 };
35 
36 #endif
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Called by loadAttributes AFTER attributes are loaded.
DDLPolyGenerator(DDLElementRegistry *myreg)
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
DDLPolyGenerator processes DDL XML Polycone and DDL XML Polyhedra elements.
DDLSolid processes Box elements.
Definition: DDLSolid.h:30
The main class for processing parsed elements.