BALL::ClearChargeProcessor Class Reference
[Miscellaneous]

#include <BALL/STRUCTURE/defaultProcessors.h>

Inheritance diagram for BALL::ClearChargeProcessor:
BALL::UnaryProcessor< Atom > BALL::UnaryFunctor< Atom, Processor::Result >

List of all members.


Public Member Functions

virtual Processor::Result operator() (Atom &atom)
 

Sets the charge to zero.



Detailed Description

Clears the charge on all atoms


Member Function Documentation

virtual Processor::Result BALL::ClearChargeProcessor::operator() ( Atom atom  )  [virtual]

Sets the charge to zero.

Reimplemented from BALL::UnaryProcessor< Atom >.