|
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 | |
| SimpleBox3 | getBox () const |
| const Vector3 & | getLower () const |
| const Vector3 & | getUpper () const |
Public Member Functions inherited from BALL::UnaryProcessor< Atom > | |
| UnaryProcessor () | |
| UnaryProcessor (const UnaryProcessor &) | |
| virtual | ~UnaryProcessor () |
Private Attributes | |
| Vector3 | lower_ |
| Vector3 | upper_ |
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 |
Bounding box creating processor. This class iterates over all atoms of a given molecular object and determines the lowest and the highest coordinates occuring. It returns two coordinates ( getLower , getUpper ) describing the smallest cuboid (whose sides are parallel to the planes defined by the corrdinate axes) enclosing all atoms of the molecular object.
Definition at line 56 of file geometricProperties.h.
|
virtual |
finish method
Reimplemented from BALL::UnaryProcessor< Atom >.
| SimpleBox3 BALL::BoundingBoxProcessor::getBox | ( | ) | const |
Return the bounding box
| const Vector3& BALL::BoundingBoxProcessor::getLower | ( | ) | const |
Returns the lower corner of the bounding box
| const Vector3& BALL::BoundingBoxProcessor::getUpper | ( | ) | const |
Returns the upper corner of the bounding box
|
inlinevirtual |
operator ()
Reimplemented from BALL::UnaryProcessor< Atom >.
Definition at line 77 of file geometricProperties.h.
|
virtual |
|
virtual |
start method
Reimplemented from BALL::UnaryProcessor< Atom >.
|
private |
Definition at line 110 of file geometricProperties.h.
|
private |
Definition at line 111 of file geometricProperties.h.
1.8.3.1