CMS 3D CMS Logo

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