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 "LOCAL_CYLINDRICAL_OFFSET",
49 "Angle between the previous element and the displacement vector [rad].");
51 "Angle between the displacement vector and the next element [rad].");
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 localCylindricalOffset(std::string name, double theta_in, double theta_out, double displacement)
virtual void print(std::ostream &) const
Print the object.
void registerOwnership() const
virtual OpalLocalCylindricalOffset * clone(const std::string &name)
virtual void print(std::ostream &) const
OpalLocalCylindricalOffset()
virtual ~OpalLocalCylindricalOffset()
static const std::string doc_string