#include <BALL/QSAR/partialChargeBase.h>
Public Member Functions | |
Constructors and Destructors | |
PartialChargeBase () | |
PartialChargeBase (const PartialChargeBase &pcb) | |
PartialChargeBase (const String &name) | |
PartialChargeBase (const String &name, const String &unit) | |
virtual | ~PartialChargeBase () |
Assignment | |
PartialChargeBase & | operator= (const PartialChargeBase &pcb) |
Protected Member Functions | |
Predicates | |
bool | isValid_ (AtomContainer &ac) |
Accessors | |
void | calculate_ (AtomContainer &ac) |
Generic QSAR molecular partial charge descriptor class \
BALL::PartialChargeBase::PartialChargeBase | ( | ) |
Default constructor
BALL::PartialChargeBase::PartialChargeBase | ( | const PartialChargeBase & | pcb | ) |
Copy constructor
BALL::PartialChargeBase::PartialChargeBase | ( | const String & | name | ) |
Named constructor
Named unity constructor
virtual BALL::PartialChargeBase::~PartialChargeBase | ( | ) | [virtual] |
Destructor
void BALL::PartialChargeBase::calculate_ | ( | AtomContainer & | ac | ) | [protected, virtual] |
Reimplemented from BALL::Descriptor.
bool BALL::PartialChargeBase::isValid_ | ( | AtomContainer & | ac | ) | [protected, virtual] |
Reimplemented from BALL::Descriptor.
PartialChargeBase& BALL::PartialChargeBase::operator= | ( | const PartialChargeBase & | pcb | ) |
Assignment Operator