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 {
30  public:
31 
33 
34  void processElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv ) override;
35  void preProcessElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv ) override;
36 };
37 
38 #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)
type of data representation of DDCompactView
Definition: DDCompactView.h:90
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.