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 {
29  public:
30 
32 
33  void preProcessElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv ) override;
34  void processElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv ) override;
35 
36  private:
37  std::string dumpBooleanSolid (const std::string& name, const std::string& nmspace);
38 };
39 
40 #endif
This class takes care of processing all BooleanSolid type elements.
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:80
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.