|
Open Babel
3.0
|
#include <openbabel/generic.h>
Public Member Functions | |
| OBTorsion (const OBTorsion &) | |
| ~OBTorsion () | |
| OBTorsion & | operator= (const OBTorsion &) |
| void | Clear () |
| bool | Empty () |
| bool | AddTorsion (OBAtom *a, OBAtom *b, OBAtom *c, OBAtom *d) |
| bool | AddTorsion (quad< OBAtom *, OBAtom *, OBAtom *, OBAtom *> &atoms) |
| bool | SetAngle (double radians, unsigned int index=0) |
| bool | SetData (OBBond *) |
| bool | GetAngle (double &radians, unsigned int index=0) |
| unsigned int | GetBondIdx () |
| size_t | GetSize () const |
| std::pair< OBAtom *, OBAtom * > | GetBC () |
| std::vector< triple< OBAtom *, OBAtom *, double > > | GetADs () |
| bool | IsProtonRotor () |
Protected Member Functions | |
| OBTorsion () | |
| OBTorsion (OBAtom *, OBAtom *, OBAtom *, OBAtom *) | |
| std::vector< quad< OBAtom *, OBAtom *, OBAtom *, OBAtom * > > | GetTorsions () |
Protected Attributes | |
| std::pair< OBAtom *, OBAtom * > | _bc |
| std::vector< triple< OBAtom *, OBAtom *, double > > | _ads |
Friends | |
| class | OBMol |
| class | OBTorsionData |
Used to hold the torsion data for a single rotatable bond and all four atoms around it.
|
inlineprotected |
|
inline |
Returns all the 4 atom sets in OBTorsion.
| void Clear | ( | void | ) |
Returns the OBTorsion to its original state.
Referenced by OBMol::FindTorsions().
|
inline |
Referenced by OBTorsion::AddTorsion().
adds a new torsion to the OBTorsion object
Referenced by OBMol::FindTorsions().
adds a new torsion to the OBTorsion object
| bool SetAngle | ( | double | radians, |
| unsigned int | index = 0 |
||
| ) |
|
inline |
| bool GetAngle | ( | double & | radians, |
| unsigned int | index = 0 |
||
| ) |
| unsigned int GetBondIdx | ( | ) |
Gets the bond index of the central bond
|
inline |
Referenced by OBMol::FindTorsions().
Gets the two central atoms of ABCD torsion
Gets the vector of distal atoms of ABCD torsion
| bool IsProtonRotor | ( | ) |
determines if torsion has only protons on either the a or d end
|
friend |
|
friend |
double is angle in radians
Referenced by OBTorsion::AddTorsion(), OBTorsion::Clear(), OBTorsion::GetAngle(), OBTorsion::GetTorsions(), OBTorsion::IsProtonRotor(), OBTorsion::operator=(), and OBTorsion::SetAngle().
1.8.13