37 namespace OpalOffset {
40 std::string(
"The \"LOCAL_CYLINDRICAL_OFFSET\" element defines an offset")+
41 std::string(
"in cylindrical coordinates, relative to the last placed ")+
42 std::string(
"element. All angles are defined in the midplane.");
46 "GLOBAL_CYLINDRICAL_OFFSET",
49 "Angle between the previous element and the displacement vector.");
51 "Angle between the displacement vector and the next element.");
53 "Length of the offset.");
Attribute makeReal(const std::string &name, const std::string &help)
Make real attribute.
static const std::string doc_string
virtual void print(std::ostream &) const
Print the object.
virtual ~OpalGlobalCylindricalOffset()
void setElement(ElementBase *)
Assign new CLASSIC element.
static Offset globalCylindricalOffset(const std::string &name, double radius_out, double phi_out, double theta_out)
virtual void print(std::ostream &) const
const std::string & getOpalName() const
Return object name.
std::vector< Attribute > itsAttr
The object attributes.
double getReal(const Attribute &attr)
Return real value.
OpalGlobalCylindricalOffset()
virtual OpalGlobalCylindricalOffset * clone(const std::string &name)
void registerOwnership() const