QuercusVL Programming Manual
In C, the parameter “h” is a handler of the light (Light).
●
X
C++:
int get_X()
C:
int VL_Light_get_X(int h)
Returns the X position (horizontal axe) of the light.
In C, the parameter “h” is a handler of the light (Light).
●
Y
C++:
int get_Y()
C:
int VL_Light_get_Y(int h)
Returns the Y position (vertical axe) of the light.
In C, the parameter “h” is a handler of the light (Light).
●
Radius
C++:
int get_Radius()
C:
int VL_Light_get_Radius(int h)
Returns the radius of the traffic light's light in the image; in pixels.
In C, the parameter “h” is a handler of the light (Light).
3.24.2. Methods
●
IsValid
C++:
bool IsValid ( )
C:
does not exist
Returns true if the object contains valid information about a light, and false is the
information is not valid. Some functions, may sometimes return, void units. In C, this
behaviour is detected as its value will be “0”. In C++, however, this method is
necessary because the object, as it is not a pointer, would always be valid.
3.25. Incidence Class
Logic representation of an incidence.
3.25.1. Properties
●
Unit
Quercus Technologies
63