CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDLCone.h
Go to the documentation of this file.
1 #ifndef DDL_Cone_H
2 #define DDL_Cone_H
3 
4 // -------------------------------------------------------------------------
5 // Includes
6 // -------------------------------------------------------------------------
7 #include "DDLSolid.h"
8 
9 #include <string>
10 
12 
24 class DDLCone : public DDLSolid
25 {
26 public:
27 
29  DDLCone( DDLElementRegistry* myreg );
30 
32  virtual ~DDLCone( void );
33 
34  virtual void processElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv );
35 };
36 #endif
virtual ~DDLCone(void)
Destructor.
Definition: DDLCone.cc:26
type of data representation of DDCompactView
Definition: DDCompactView.h:77
DDLCone processes all Cone elements.
Definition: DDLCone.h:24
DDLCone(DDLElementRegistry *myreg)
Constructor.
Definition: DDLCone.cc:22
virtual void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv)
Processing the element.
Definition: DDLCone.cc:31
DDLSolid processes Box elements.
Definition: DDLSolid.h:27
The main class for processing parsed elements.