|
BALL
1.5.0
|
#include <BALL/STRUCTURE/geometricProperties.h>
Public Member Functions | |
Processor related methods | |
| virtual bool | start () |
| virtual bool | finish () |
| virtual Processor::Result | operator() (const Atom &atom) |
| virtual Processor::Result | operator() (const Vector3 &v) |
Public Member Functions inherited from BALL::ConstUnaryProcessor< Atom > | |
| virtual | ~ConstUnaryProcessor () |
Accessors | |
| Vector3 & | getCenter () |
Additional Inherited Members | |
Public Types inherited from BALL::UnaryFunctor< ArgumentType, ResultType > | |
| 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 |
Calculates the geometric center of a given Composite object. This processor calculates the geometric center of the atom coordinates of a given molecular object.
Definition at line 133 of file geometricProperties.h.
|
virtual |
Reimplemented from BALL::ConstUnaryProcessor< Atom >.
| Vector3& BALL::GeometricCenterProcessor::getCenter | ( | ) |
Returns the center of the object
|
inlinevirtual |
Reimplemented from BALL::ConstUnaryProcessor< Atom >.
Definition at line 154 of file geometricProperties.h.
|
virtual |
|
virtual |
Reimplemented from BALL::ConstUnaryProcessor< Atom >.