#include <BALL/QSAR/simpleDescriptors.h>
Public Member Functions | |
Constructors and Destructors | |
NumberOfHeavyBonds () | |
NumberOfHeavyBonds (const NumberOfHeavyBonds &nhb) | |
virtual | ~NumberOfHeavyBonds () |
Assignment | |
NumberOfHeavyBonds & | operator= (const NumberOfHeavyBonds &nhb) |
This descriptor counts the number of heavy bonds, a bond is heavy if both participating atoms are heavy.
BALL::NumberOfHeavyBonds::NumberOfHeavyBonds | ( | ) |
Default Constructors
BALL::NumberOfHeavyBonds::NumberOfHeavyBonds | ( | const NumberOfHeavyBonds & | nhb | ) |
Copy constructors
virtual BALL::NumberOfHeavyBonds::~NumberOfHeavyBonds | ( | ) | [virtual] |
Destructor
NumberOfHeavyBonds& BALL::NumberOfHeavyBonds::operator= | ( | const NumberOfHeavyBonds & | nhb | ) |
Assignment operator