RectangleRelativePosition.3tulip

Langue: en

Version: 343492 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

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::rectangleHeightthe height of the rectangle.

vector<Rectangle<float> >::iterator RectangleRelativePosition::rectangleIteratorpointer towards the rectangle whose position optimal is searched.

float RectangleRelativePosition::rectangleLeftAbscissathe left abscissa of the rectangle chosen after the position tests.

float RectangleRelativePosition::rectangleLowOrdinatethe low ordinate of the rectangle chosen after the position tests.

int RectangleRelativePosition::rectangleNumberthe number which identifies the rectangle.

float RectangleRelativePosition::rectangleTemporaryBestLeftAbscissa

float RectangleRelativePosition::rectangleTemporaryBestLowOrdinatethe best left abscissa of the rectangle calculated since the beginning of the tests.

float RectangleRelativePosition::rectangleTemporaryLeftAbscissathe left abscissa of the rectangle for the current test.

float RectangleRelativePosition::rectangleTemporaryLowOrdinatethe low ordinate of the rectangle for the current test.

float RectangleRelativePosition::rectangleWidththe width of the rectangle.

Author

Generated automatically by Doxygen for Tulip Plugins Library from the source code.