#include <BoxSpecialist.h>
Collaboration diagram for BoxSpecialist::Rectangle:
Public Attributes | |
Vector2< double > | upperLeft |
Upper left point. | |
Vector2< double > | upperRight |
Upper right point. | |
Vector2< double > | bottomLeft |
Bottom left point. | |
Vector2< double > | bottomRight |
Bottom right point. | |
Vector2< double > | center |
Center point of the rectangle. |
Definition at line 33 of file BoxSpecialist.h.
|
Upper left point.
Definition at line 35 of file BoxSpecialist.h. Referenced by BoxSpecialist::createBBox(), BoxSpecialist::fitLandmark(), BoxSpecialist::fusionGoal(), BoxSpecialist::mergeBoxes(), BoxSpecialist::searchGoal(), and BoxSpecialist::searchLandmark(). |
|
Upper right point.
Definition at line 37 of file BoxSpecialist.h. Referenced by BoxSpecialist::createBBox(), BoxSpecialist::fusionGoal(), BoxSpecialist::mergeBoxes(), BoxSpecialist::searchGoal(), and BoxSpecialist::searchLandmark(). |
|
Bottom left point.
Definition at line 39 of file BoxSpecialist.h. Referenced by BoxSpecialist::createBBox(), BoxSpecialist::fitLandmark(), BoxSpecialist::fusionGoal(), BoxSpecialist::mergeBoxes(), BoxSpecialist::searchGoal(), and BoxSpecialist::searchLandmark(). |
|
Bottom right point.
Definition at line 41 of file BoxSpecialist.h. Referenced by BoxSpecialist::createBBox(), BoxSpecialist::fusionGoal(), BoxSpecialist::mergeBoxes(), BoxSpecialist::searchGoal(), and BoxSpecialist::searchLandmark(). |
|
Center point of the rectangle.
Definition at line 43 of file BoxSpecialist.h. Referenced by BoxSpecialist::createBBox(), BoxSpecialist::fitLandmark(), BoxSpecialist::fusionGoal(), BoxSpecialist::mergeBoxes(), BoxSpecialist::searchGoal(), and BoxSpecialist::searchLandmark(). |