CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDLPolyGenerator.h
Go to the documentation of this file.
1 #ifndef DDL_PolyGenerator_H
2 #define DDL_PolyGenerator_H
3 
4 #include "DDLSolid.h"
5 
6 #include <string>
7 
9 
25 class DDLPolyGenerator : public DDLSolid
26 {
27 public:
28 
31 
33  ~DDLPolyGenerator( void );
34 
35  void processElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv );
36 
37  void preProcessElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv );
38 };
39 
40 #endif
DDLPolyGenerator(DDLElementRegistry *myreg)
Constructor.
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv)
Processing the element.
type of data representation of DDCompactView
Definition: DDCompactView.h:77
~DDLPolyGenerator(void)
Destructor.
DDLPolyGenerator processes DDL XML Polycone and DDL XML Polyhedra elements.
DDLSolid processes Box elements.
Definition: DDLSolid.h:27
The main class for processing parsed elements.
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv)
Called by loadAttributes AFTER attributes are loaded.