CMS 3D CMS Logo

DDLMultiUnionSolid.h
Go to the documentation of this file.
1 #ifndef DETECTOR_DESCRIPTION_PARSER_DDL_MULTI_UNION_SOLID_H
2 #define DETECTOR_DESCRIPTION_PARSER_DDL_MULTI_UNION_SOLID_H
3 
4 #include <string>
5 
6 #include "DDLSolid.h"
7 
8 class DDCompactView;
10 
12 
18 class DDLMultiUnionSolid final : public DDLSolid
19 {
20  public:
21 
23 
24  void preProcessElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv ) override;
25  void processElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv ) override;
26 
27  private:
28  std::string dumpMultiUnionSolid (const std::string& name, const std::string& nmspace);
29 };
30 
31 #endif
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
DDLMultiUnionSolid(DDLElementRegistry *myreg)
type of data representation of DDCompactView
Definition: DDCompactView.h:90
This class takes care of processing all MultiUnionSolid type elements.
DDLSolid processes Box elements.
Definition: DDLSolid.h:30
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Called by loadAttributes AFTER attributes are loaded.
The main class for processing parsed elements.
std::string dumpMultiUnionSolid(const std::string &name, const std::string &nmspace)