CMS 3D CMS Logo

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