#include <BALL/QSAR/simpleDescriptors.h>
Public Member Functions | |
Constructors and Destructors | |
RelNumberOfRotatableBonds () | |
RelNumberOfRotatableBonds (const RelNumberOfRotatableBonds &rnrb) | |
virtual | ~RelNumberOfRotatableBonds () |
Assignment | |
RelNumberOfRotatableBonds & | operator= (const RelNumberOfRotatableBonds &rnrb) |
Accessors | |
double | compute (AtomContainer &ac) |
This descriptor returns the fraction of rotatble bonds. It is calculated by deviding the number of rotatable bonds by the number of bonds
Definition at line 967 of file simpleDescriptors.h.
BALL::RelNumberOfRotatableBonds::RelNumberOfRotatableBonds | ( | ) |
Default constructor
BALL::RelNumberOfRotatableBonds::RelNumberOfRotatableBonds | ( | const RelNumberOfRotatableBonds & | rnrb | ) |
Copy constructor
virtual BALL::RelNumberOfRotatableBonds::~RelNumberOfRotatableBonds | ( | ) | [virtual] |
Destructor
double BALL::RelNumberOfRotatableBonds::compute | ( | AtomContainer & | ac | ) | [virtual] |
Reimplemented from BALL::Descriptor.
RelNumberOfRotatableBonds& BALL::RelNumberOfRotatableBonds::operator= | ( | const RelNumberOfRotatableBonds & | rnrb | ) |
Assignment operator