CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDLSolid.h
Go to the documentation of this file.
1 #ifndef DDLSolid_H
2 #define DDLSolid_H
3 
4 // -------------------------------------------------------------------------
5 // Includes
6 // -------------------------------------------------------------------------
7 #include "DDXMLElement.h"
8 
9 #include <string>
10 
12 
27 class DDLSolid : public DDXMLElement
28 {
29 public:
30 
32  DDLSolid( DDLElementRegistry* myreg );
33 
35  virtual ~DDLSolid( void );
36 
37  void setReference( const std::string& nmspace, DDCompactView& cpv );
38 };
39 #endif
virtual ~DDLSolid(void)
Destructor.
Definition: DDLSolid.cc:22
type of data representation of DDCompactView
Definition: DDCompactView.h:77
DDLSolid processes Box elements.
Definition: DDLSolid.h:27
DDLSolid(DDLElementRegistry *myreg)
Constructor.
Definition: DDLSolid.cc:18
This is a base class for processing XML elements in the DDD.
Definition: DDXMLElement.h:58
The main class for processing parsed elements.
void setReference(const std::string &nmspace, DDCompactView &cpv)
Definition: DDLSolid.cc:26