CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDLLogicalPart.h
Go to the documentation of this file.
1 #ifndef DDL_LogicalPart_H
2 #define DDL_LogicalPart_H
3 
4 #include "DDXMLElement.h"
6 
7 #include <string>
8 #include <map>
9 
11 
31 {
32 public:
33 
36 
38  ~DDLLogicalPart( void );
39 
40  void preProcessElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv );
41 
42  void processElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv );
43 
44 private:
45  std::map <std::string, DDEnums::Category> catMap_;
46 };
47 
48 #endif
49 
~DDLLogicalPart(void)
Destructor.
type of data representation of DDCompactView
Definition: DDCompactView.h:77
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv)
Called by loadAttributes AFTER attributes are loaded.
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv)
Processing the element.
DDLLogicalPart processes LogicalPart elements.
This is a base class for processing XML elements in the DDD.
Definition: DDXMLElement.h:58
std::map< std::string, DDEnums::Category > catMap_
The main class for processing parsed elements.
DDLLogicalPart(DDLElementRegistry *myreg)
Constructor.