CMS 3D CMS Logo

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