QuercusVL Programming Manual
In C, the parameter "h" is a handler of the light (Light).
X
●
C++:
C:
Returns the X position (horizontal axe) of the light.
In C, the parameter "h" is a handler of the light (Light).
Y
●
C++:
C:
Returns the Y position (vertical axe) of the light.
In C, the parameter "h" is a handler of the light (Light).
Radius
●
C++:
C:
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++:
C:
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
int get_X()
int VL_Light_get_X(int h)
int get_Y()
int VL_Light_get_Y(int h)
int get_Radius()
int VL_Light_get_Radius(int h)
bool IsValid ( )
does not exist
63
Need help?
Do you have a question about the SmartLoop TS and is the answer not in the manual?