CMS 3D CMS Logo

DDLOrb.h
Go to the documentation of this file.
1 #ifndef DDL_Orb_H
2 #define DDL_Orb_H
3 
4 #include <string>
5 #include "DDLSolid.h"
6 
7 class DDCompactView;
9 
11 
23 class DDLOrb final : public DDLSolid
24 {
25  public:
26 
27  DDLOrb( DDLElementRegistry* myreg );
28 
29  void processElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv ) override;
30 };
31 
32 #endif
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
Definition: DDLOrb.cc:19
DDLOrb processes all Orb elements.
Definition: DDLOrb.h:23
DDLOrb(DDLElementRegistry *myreg)
Definition: DDLOrb.cc:13
type of data representation of DDCompactView
Definition: DDCompactView.h:90
DDLSolid processes Box elements.
Definition: DDLSolid.h:30
The main class for processing parsed elements.