CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDLPosPart.h
Go to the documentation of this file.
1 #ifndef DDL_PosPart_H
2 #define DDL_PosPart_H
3 
4 #include "DDXMLElement.h"
5 
6 #include <string>
7 
9 
24 class DDLPosPart : public DDXMLElement
25 {
26 public:
27 
30 
32  ~DDLPosPart( void );
33 
34  void preProcessElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv );
35 
36  void processElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv );
37 };
38 
39 #endif
DDLPosPart handles PosPart elements.
Definition: DDLPosPart.h:24
~DDLPosPart(void)
Destructor.
Definition: DDLPosPart.cc:26
type of data representation of DDCompactView
Definition: DDCompactView.h:77
DDLPosPart(DDLElementRegistry *myreg)
Constructor.
Definition: DDLPosPart.cc:22
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv)
Called by loadAttributes AFTER attributes are loaded.
Definition: DDLPosPart.cc:35
This is a base class for processing XML elements in the DDD.
Definition: DDXMLElement.h:58
The main class for processing parsed elements.
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv)
Processing the element.
Definition: DDLPosPart.cc:50