CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDLBooleanSolid.h
Go to the documentation of this file.
1 #ifndef DDL_BooleanSolid_H
2 #define DDL_BooleanSolid_H
3 
4 #include "DDLSolid.h"
5 
6 #include <string>
7 
9 
24 class DDLBooleanSolid : public DDLSolid
25 {
26  public:
27 
30 
33 
34  void preProcessElement (const std::string& name, const std::string& nmspace, DDCompactView& cpv);
35 
36  void processElement (const std::string& name, const std::string& nmspace, DDCompactView& cpv);
37 
38  private:
39  std::string dumpBooleanSolid (const std::string& name, const std::string& nmspace);
40 
41 };
42 
43 #endif
This class takes care of processing all BooleanSolid type elements.
~DDLBooleanSolid()
Destructor.
type of data representation of DDCompactView
Definition: DDCompactView.h:77
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv)
Processing the element.
DDLBooleanSolid(DDLElementRegistry *myreg)
Constructor.
std::string dumpBooleanSolid(const std::string &name, const std::string &nmspace)
DDLSolid processes Box elements.
Definition: DDLSolid.h:27
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv)
Called by loadAttributes AFTER attributes are loaded.
The main class for processing parsed elements.