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.");
double getReal(const Attribute &attr)
Return real value.
Attribute makeReal(const std::string &name, const std::string &help)
Make real attribute.
void setElement(ElementBase *)
Assign new CLASSIC element.
const std::string & getOpalName() const
Return object name.
std::vector< Attribute > itsAttr
The object attributes.
static Offset globalCylindricalOffset(std::string name, double radius_out, double phi_out, double theta_out)
virtual void print(std::ostream &) const
Print the object.
void registerOwnership() const
OpalGlobalCylindricalOffset()
virtual void print(std::ostream &) const
virtual OpalGlobalCylindricalOffset * clone(const std::string &name)
static const std::string doc_string
virtual ~OpalGlobalCylindricalOffset()