CMS 3D CMS Logo

DDLBooleanSolid.h
Go to the documentation of this file.
1 #ifndef DDL_BooleanSolid_H
2 #define DDL_BooleanSolid_H
3 
4 #include <string>
5 
6 #include "DDLSolid.h"
7 
8 class DDCompactView;
10 
12 
27 class DDLBooleanSolid final : public DDLSolid {
28 public:
30 
31  void preProcessElement(const std::string& name, const std::string& nmspace, DDCompactView& cpv) override;
32  void processElement(const std::string& name, const std::string& nmspace, DDCompactView& cpv) override;
33 
34 private:
36 };
37 
38 #endif
This class takes care of processing all BooleanSolid type elements.
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
DDLBooleanSolid(DDLElementRegistry *myreg)
std::string dumpBooleanSolid(const std::string &name, const std::string &nmspace)
DDLSolid processes Box elements.
Definition: DDLSolid.h:30
The main class for processing parsed elements.
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Called by loadAttributes AFTER attributes are loaded.