CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDLRotationSequence.h
Go to the documentation of this file.
1 #ifndef DDL_RotationSequence_H
2 #define DDL_RotationSequence_H
3 
4 // -------------------------------------------------------------------------
5 // Includes
6 // -------------------------------------------------------------------------
7 #include "DDLRotationByAxis.h"
8 
9 #include <string>
10 
12 
25 {
26 public:
27 
30 
32  ~DDLRotationSequence( void );
33 
34  void preProcessElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv );
35 
36  void processElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv );
37 };
38 
39 #endif
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv)
Called by loadAttributes AFTER attributes are loaded.
~DDLRotationSequence(void)
Destructor.
type of data representation of DDCompactView
Definition: DDCompactView.h:77
DDLRotationSequence(DDLElementRegistry *myreg)
Constructor.
DDLRotationByAxis handles RotationByAxis elements.
The main class for processing parsed elements.
DDLRotationSequence handles a set of Rotations.
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv)
Processing the element.