#include <RectangleRelativePositionList.h>
Public Attributes | |
vector< Rectangle< float > >::iterator | rectangleIterator |
int | rectangleNumber |
float | rectangleWidth |
float | rectangleHeight |
float | rectangleLeftAbscissa |
float | rectangleLowOrdinate |
float | rectangleTemporaryLeftAbscissa |
float | rectangleTemporaryLowOrdinate |
float | rectangleTemporaryBestLeftAbscissa |
float | rectangleTemporaryBestLowOrdinate |
|
the height of the rectangle. |
|
pointer towards the rectangle whose position optimal is searched. |
|
the left abscissa of the rectangle chosen after the position tests. |
|
the low ordinate of the rectangle chosen after the position tests. |
|
the number which identifies the rectangle. |
|
|
|
the best left abscissa of the rectangle calculated since the beginning of the tests. |
|
the left abscissa of the rectangle for the current test. |
|
the low ordinate of the rectangle for the current test. |
|
the width of the rectangle. |