CMS 3D CMS Logo

DDLRotationSequence.h
Go to the documentation of this file.
1 #ifndef DDL_RotationSequence_H
2 #define DDL_RotationSequence_H
3 
4 #include <string>
5 
6 #include "DDLRotationByAxis.h"
7 
8 class DDCompactView;
10 
12 
25 {
26  public:
27 
29 
30  void preProcessElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv ) override;
31  void processElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv ) override;
32 };
33 
34 #endif
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Called by loadAttributes AFTER attributes are loaded.
type of data representation of DDCompactView
Definition: DDCompactView.h:90
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
DDLRotationSequence(DDLElementRegistry *myreg)
DDLRotationByAxis handles RotationByAxis elements.
The main class for processing parsed elements.
DDLRotationSequence handles a set of Rotations.