|
BALL
1.4.2
|
#include <BALL/STRUCTURE/geometricProperties.h>
Public Member Functions | |
Processor related methods | |
| virtual bool | start () |
| virtual bool | finish () |
| virtual Processor::Result | operator() (Atom &atom) |
| virtual Processor::Result | operator() (const Vector3 &v) |
Accessors | |
| Vector3 & | getCenter () |
Public Member Functions inherited from BALL::UnaryProcessor< Atom > | |
| UnaryProcessor () | |
| UnaryProcessor (const UnaryProcessor &) | |
| virtual | ~UnaryProcessor () |
Private Attributes | |
| Vector3 | center_ |
| Size | n_ |
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 124 of file geometricProperties.h.
|
virtual |
finish method
Reimplemented from BALL::UnaryProcessor< Atom >.
| Vector3& BALL::GeometricCenterProcessor::getCenter | ( | ) |
Returns the center of the object
|
inlinevirtual |
operator ()
Reimplemented from BALL::UnaryProcessor< Atom >.
Definition at line 145 of file geometricProperties.h.
|
virtual |
|
virtual |
start method
Reimplemented from BALL::UnaryProcessor< Atom >.
|
private |
Definition at line 167 of file geometricProperties.h.
|
private |
Definition at line 168 of file geometricProperties.h.
1.8.3.1