#include <BALL/QSAR/surfaceDescriptors.h>
Public Member Functions | |
Constructors and Destructors | |
| RelNegativeVdWSurface () | |
| RelNegativeVdWSurface (const RelNegativeVdWSurface &rns) | |
| virtual | ~RelNegativeVdWSurface () |
Assignment | |
| RelNegativeVdWSurface & | operator= (const RelNegativeVdWSurface &rns) |
Accessors | |
| double | compute (AtomContainer &ac) |
This descriptor returns the fraction of the atomic SAS van der Waals surface, where the partial charge is negative. It is calculated by deviding the negative van der Waals area by the molecules van der Waals surface area.
| BALL::RelNegativeVdWSurface::RelNegativeVdWSurface | ( | ) |
Default Constructor
| BALL::RelNegativeVdWSurface::RelNegativeVdWSurface | ( | const RelNegativeVdWSurface & | rns | ) |
Copy Constructor
| virtual BALL::RelNegativeVdWSurface::~RelNegativeVdWSurface | ( | ) | [virtual] |
Destructor
| double BALL::RelNegativeVdWSurface::compute | ( | AtomContainer & | ac | ) | [virtual] |
Reimplemented from BALL::Descriptor.
| RelNegativeVdWSurface& BALL::RelNegativeVdWSurface::operator= | ( | const RelNegativeVdWSurface & | rns | ) |
Assignment operator