Inheritance diagram for ObjCryst::MolDihedralAngle:
Public Methods | |
MolDihedralAngle (const MolAtom &atom1, const MolAtom &atom2, const MolAtom &atom3, const MolAtom &atom4, const REAL angle, const REAL sigma, const REAL delta, Molecule &parent) | |
Constructor. | |
virtual | ~MolDihedralAngle () |
Destructor. | |
virtual REAL | GetLogLikelihood () const |
Get -ln(likelihood) for this restraint. | |
Private Attributes | |
vector< const MolAtom * > | mvpAtom |
The vector of the 4 atoms involved in the bond angle. | |
Molecule * | mpMol |
Parent Molecule. |
The atoms involved need not be bonded.