#include <partialChargeProcessor.h>
Inheritance diagram for PartialChargeProcessor:

Public Member Functions | |
Constructors and Destructors | |
| PartialChargeProcessor () | |
| Default constructor. | |
| PartialChargeProcessor (const PartialChargeProcessor &pc) | |
| Copy contructor. | |
| virtual | ~PartialChargeProcessor () |
| Destructor. | |
Assignment | |
| PartialChargeProcessor & | operator= (const PartialChargeProcessor &pc) |
| Assignment operator. | |
Accessors | |
| void | calculatePEOE (AtomContainer &ac) |
| Methods to calculate the PEOE charges of Gasteiger. | |
Processor-realted methods | |
| virtual Processor::Result | operator() (AtomContainer &ac) |
| operator () | |
\
|
|
Methods to calculate the PEOE charges of Gasteiger. This method can be called explicitely, not as processor. |