RectangleRelativePosition
RectangleRelativePosition
Section: Tulip Plugins Library (3) Updated: 19 Jul 2010 Local index
Up
NAME
RectangleRelativePosition -
SYNOPSIS
#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
Detailed Description
This structure enables the stocking of the datas corresponding to the search of the optimal position of the rectangle designated by the field rectangleIterator.
Member Data Documentation
float RectangleRelativePosition::rectangleHeight the height of the rectangle.
vector<Rectangle<float> >::iterator RectangleRelativePosition::rectangleIterator pointer towards the rectangle whose position optimal is searched.
float RectangleRelativePosition::rectangleLeftAbscissa the left abscissa of the rectangle chosen after the position tests.
float RectangleRelativePosition::rectangleLowOrdinate the low ordinate of the rectangle chosen after the position tests.
int RectangleRelativePosition::rectangleNumber the number which identifies the rectangle.
float RectangleRelativePosition::rectangleTemporaryBestLeftAbscissa
float RectangleRelativePosition::rectangleTemporaryBestLowOrdinate the best left abscissa of the rectangle calculated since the beginning of the tests.
float RectangleRelativePosition::rectangleTemporaryLeftAbscissa the left abscissa of the rectangle for the current test.
float RectangleRelativePosition::rectangleTemporaryLowOrdinate the low ordinate of the rectangle for the current test.
float RectangleRelativePosition::rectangleWidth the width of the rectangle.
Author
Generated automatically by Doxygen for Tulip Plugins Library from the source code.
Index
NAME
SYNOPSIS
Public Attributes
Detailed Description
Member Data Documentation
float RectangleRelativePosition::rectangleHeight the height of the rectangle.
vector<Rectangle<float> >::iterator RectangleRelativePosition::rectangleIterator pointer towards the rectangle whose position optimal is searched.
float RectangleRelativePosition::rectangleLeftAbscissa the left abscissa of the rectangle chosen after the position tests.
float RectangleRelativePosition::rectangleLowOrdinate the low ordinate of the rectangle chosen after the position tests.
int RectangleRelativePosition::rectangleNumber the number which identifies the rectangle.
float RectangleRelativePosition::rectangleTemporaryBestLeftAbscissa
float RectangleRelativePosition::rectangleTemporaryBestLowOrdinate the best left abscissa of the rectangle calculated since the beginning of the tests.
float RectangleRelativePosition::rectangleTemporaryLeftAbscissa the left abscissa of the rectangle for the current test.
float RectangleRelativePosition::rectangleTemporaryLowOrdinate the low ordinate of the rectangle for the current test.
float RectangleRelativePosition::rectangleWidth the width of the rectangle.
Author
This document was created by
man2html ,
using the manual pages.
Time: 22:26:53 GMT, April 16, 2011