CMS 3D CMS Logo

DDLCone.h
Go to the documentation of this file.
1 #ifndef DDL_Cone_H
2 #define DDL_Cone_H
3 
4 #include <string>
5 
6 // -------------------------------------------------------------------------
7 // Includes
8 // -------------------------------------------------------------------------
9 #include "DDLSolid.h"
10 
11 class DDCompactView;
12 class DDLElementRegistry;
13 
15 
27 class DDLCone final : public DDLSolid
28 {
29  public:
30 
31  DDLCone( DDLElementRegistry* myreg );
32 
33  virtual void processElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv ) override;
34 };
35 
36 #endif
virtual void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
Definition: DDLCone.cc:15
type of data representation of DDCompactView
Definition: DDCompactView.h:90
DDLCone processes all Cone elements.
Definition: DDLCone.h:27
DDLCone(DDLElementRegistry *myreg)
Definition: DDLCone.cc:10
DDLSolid processes Box elements.
Definition: DDLSolid.h:30
The main class for processing parsed elements.