CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDLAlgoPosPart.h
Go to the documentation of this file.
1 #ifndef DDL_AlgoPosPart_H
2 #define DDL_AlgoPosPart_H
3 /***************************************************************************
4  ***************************************************************************/
5 #include "DDXMLElement.h"
6 
7 #include <string>
8 
10 
26 {
27  public:
28 
31 
34 
35  void processElement (const std::string& name, const std::string& nmspace, DDCompactView& cpv);
36 };
37 
38 #endif
DDLAlgoPosPart handles AlgoPosPart elements.
type of data representation of DDCompactView
Definition: DDCompactView.h:77
DDLAlgoPosPart(DDLElementRegistry *myreg)
Constructor.
~DDLAlgoPosPart()
Destructor.
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv)
Processing the element.
This is a base class for processing XML elements in the DDD.
Definition: DDXMLElement.h:58
The main class for processing parsed elements.