#include <partialChargeBase.h>

Public Member Functions |
|
|
Constructors and Destructors
|
|
| PartialChargeBase () | |
| Default constructor. |
|
| PartialChargeBase (const PartialChargeBase &pcb) | |
| Copy constructor. |
|
| PartialChargeBase (const String &name) | |
| Named constructor. |
|
| PartialChargeBase (const String &name, const String &unit) | |
| Named unity constructor. |
|
| virtual | ~PartialChargeBase () |
| Destructor. |
|
|
Assignment
|
|
| PartialChargeBase & | operator= (const PartialChargeBase &pcb) |
| Assignment Operator. |
|
Protected Member Functions |
|
|
Predicates
|
|
| bool | isValid_ (AtomContainer &ac) |
|
Accessors
|
|
| void | calculate_ (AtomContainer &ac) |
1.5.8