Inheritance diagram for ObjCryst::MolBondAngle:
Public Methods | |
MolBondAngle (const MolAtom &atom1, const MolAtom &atom2, const MolAtom &atom3, const REAL angle, const REAL sigma, const REAL delta, Molecule &parent) | |
Constructor. | |
virtual | ~MolBondAngle () |
Destructor. | |
virtual REAL | GetLogLikelihood () const |
Get -ln(likelihood) for this restraint. | |
Private Attributes | |
vector< const MolAtom * > | mvpAtom |
The vector of the 3 atoms involved in the bond angle. | |
Molecule * | mpMol |
Parent Molecule. | |
bool | mIsFlexible |
When using the user-chosen flexibility model, this allows some flexibility for this bond angle, i.e. |
The atoms involved need not be bonded.
|
When using the user-chosen flexibility model, this allows some flexibility for this bond angle, i.e. the bond angle does not remain strictly rigid, and is still restrained. |