BALL 1.5.0
|
#include <BALL/STRUCTURE/defaultProcessors.h>
Public Member Functions | |
virtual Processor::Result | operator() (Atom &atom) |
Sets the charge to zero. | |
![]() | |
UnaryProcessor () | |
UnaryProcessor (const UnaryProcessor &) | |
virtual | ~UnaryProcessor () |
virtual bool | start () |
virtual bool | finish () |
Additional Inherited Members | |
![]() | |
typedef ResultType | result_type |
typedef ArgumentType | argument_type |
typedef ArgumentType & | argument_reference |
typedef const ArgumentType & | const_argument_reference |
typedef ArgumentType * | argument_pointer |
typedef const ArgumentType * | const_argument_pointer |
Clears the charge on all atoms
Definition at line 33 of file defaultProcessors.h.
|
virtual |
Sets the charge to zero.
Reimplemented from BALL::UnaryProcessor< Atom >.