#include <BALL/QSAR/partialChargeDescriptors.h>

Public Member Functions | |
Constructors and Destructors | |
| RelNegativePartialCharge () | |
| RelNegativePartialCharge (const RelNegativePartialCharge &rppc) | |
| virtual | ~RelNegativePartialCharge () |
Assignment | |
| RelNegativePartialCharge & | operator= (const RelNegativePartialCharge &rnpc) |
This descriptor returns the fraction of negative partial charges, which is calculated by deviding the most negative partial charge value by the sum of negative partial charges.
Definition at line 130 of file partialChargeDescriptors.h.
| BALL::RelNegativePartialCharge::RelNegativePartialCharge | ( | ) |
Default constructor
| BALL::RelNegativePartialCharge::RelNegativePartialCharge | ( | const RelNegativePartialCharge & | rppc | ) |
Copy constructor
| virtual BALL::RelNegativePartialCharge::~RelNegativePartialCharge | ( | ) | [virtual] |
Destructor
| RelNegativePartialCharge& BALL::RelNegativePartialCharge::operator= | ( | const RelNegativePartialCharge & | rnpc | ) |
Assignment operator
1.6.3