CMS 3D CMS Logo

DDLSolid.h
Go to the documentation of this file.
1 #ifndef DDLSolid_H
2 #define DDLSolid_H
3 
4 #include <string>
5 
6 // -------------------------------------------------------------------------
7 // Includes
8 // -------------------------------------------------------------------------
9 #include "DDXMLElement.h"
10 
11 class DDCompactView;
12 class DDLElementRegistry;
13 
15 
30 class DDLSolid : public DDXMLElement
31 {
32 public:
33 
35  DDLSolid( DDLElementRegistry* myreg );
36 
37  void setReference( const std::string& nmspace, DDCompactView& cpv );
38 };
39 #endif
type of data representation of DDCompactView
Definition: DDCompactView.h:90
DDLSolid processes Box elements.
Definition: DDLSolid.h:30
DDLSolid(DDLElementRegistry *myreg)
Constructor.
Definition: DDLSolid.cc:11
This is a base class for processing XML elements in the DDD.
Definition: DDXMLElement.h:48
The main class for processing parsed elements.
void setReference(const std::string &nmspace, DDCompactView &cpv)
Definition: DDLSolid.cc:16