#include <BALL/QSAR/simpleDescriptors.h>
Public Member Functions | |
Constructors and Destructors | |
RelNumberOfRotatableSingleBonds () | |
RelNumberOfRotatableSingleBonds (const RelNumberOfRotatableSingleBonds &rnrsb) | |
virtual | ~RelNumberOfRotatableSingleBonds () |
Assignment | |
RelNumberOfRotatableSingleBonds & | operator= (const RelNumberOfRotatableSingleBonds &rnrsb) |
double | compute (AtomContainer &ac) |
This descriptor counts the fraction of the rotatble single bonds. This is the number of rotatble single bonds devided by the number of single bonds.
BALL::RelNumberOfRotatableSingleBonds::RelNumberOfRotatableSingleBonds | ( | ) |
Default constructor
BALL::RelNumberOfRotatableSingleBonds::RelNumberOfRotatableSingleBonds | ( | const RelNumberOfRotatableSingleBonds & | rnrsb | ) |
Copy constructor
virtual BALL::RelNumberOfRotatableSingleBonds::~RelNumberOfRotatableSingleBonds | ( | ) | [virtual] |
Destructor
double BALL::RelNumberOfRotatableSingleBonds::compute | ( | AtomContainer & | ac | ) | [virtual] |
Accessors
Reimplemented from BALL::Descriptor.
RelNumberOfRotatableSingleBonds& BALL::RelNumberOfRotatableSingleBonds::operator= | ( | const RelNumberOfRotatableSingleBonds & | rnrsb | ) |
Assignment operator