#include <torsion_impl.hh>
Inherits ost::mol::impl::Dihedral.
Public Member Functions | |
TorsionImpl (const String &name, const AtomImplPtr &atom1, const AtomImplPtr &atom2, const AtomImplPtr &atom3, const AtomImplPtr &atom4) | |
void | Apply (EntityVisitor &h) |
const String & | GetName () const |
Real | GetAngle () const |
void | SetAngle (Real a, bool up) |
void | RotateAngle (Real angle, bool up) |
Definition at line 35 of file torsion_impl.hh.
TorsionImpl | ( | const String & | name, | |
const AtomImplPtr & | atom1, | |||
const AtomImplPtr & | atom2, | |||
const AtomImplPtr & | atom3, | |||
const AtomImplPtr & | atom4 | |||
) |
void Apply | ( | EntityVisitor & | h | ) |
Real GetAngle | ( | ) | const |
const String& GetName | ( | ) | const |
void RotateAngle | ( | Real | angle, | |
bool | up | |||
) |
void SetAngle | ( | Real | a, | |
bool | up | |||
) |