CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDLReflectionSolid.h
Go to the documentation of this file.
1 #ifndef DDL_ReflectionSolid_H
2 #define DDL_ReflectionSolid_H
3 // -------------------------------------------------------------------------
4 // Includes
5 // -------------------------------------------------------------------------
6 #include "DDLSolid.h"
7 
8 #include <string>
9 
11 
24 {
25 public:
26 
29 
31  ~DDLReflectionSolid( void );
32 
33  void preProcessElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv );
34  void processElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv );
35 };
36 #endif
DDLReflectionSolid processes ReflectionSolid elements.
~DDLReflectionSolid(void)
Destructor.
type of data representation of DDCompactView
Definition: DDCompactView.h:76
DDLReflectionSolid(DDLElementRegistry *myreg)
Constructor.
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.
DDLSolid processes Box elements.
Definition: DDLSolid.h:27
The main class for processing parsed elements.