CMS 3D CMS Logo

DDLPgonGenerator.h
Go to the documentation of this file.
1 #ifndef DETECTOR_DESCRIPTION_PARSER_DDL_PGON_GENERATOR_H
2 #define DETECTOR_DESCRIPTION_PARSER_DDL_PGON_GENERATOR_H
3 
4 #include <string>
5 
6 #include "DDLSolid.h"
7 
8 class DDCompactView;
10 
12 
19 class DDLPgonGenerator final : public DDLSolid {
20 public:
22 
23  void processElement(const std::string& name, const std::string& nmspace, DDCompactView& cpv) override;
24  void preProcessElement(const std::string& name, const std::string& nmspace, DDCompactView& cpv) override;
25 };
26 
27 #endif
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Called by loadAttributes AFTER attributes are loaded.
DDLPgonGenerator(DDLElementRegistry *myreg)
DDLSolid processes Box elements.
Definition: DDLSolid.h:30
DDLPgonGenerator processes DDL XML Extruded Polygone elements.
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
The main class for processing parsed elements.