BALL
1.4.79
|
#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) |
Accessors | |
Vector3 & | getCenter () |
Public Member Functions inherited from BALL::ConstUnaryProcessor< Atom > | |
virtual | ~ConstUnaryProcessor () |
Additional Inherited Members | |
Public Types inherited from BALL::UnaryFunctor< Atom, Processor::Result > | |
typedef Processor::Result | result_type |
typedef Atom | argument_type |
typedef Atom & | argument_reference |
typedef const Atom & | const_argument_reference |
typedef Atom * | argument_pointer |
typedef const Atom * | 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 >.