QuercusVL Programming Manual
C:
Does
not
exist,
check
VL_Summary_get_OccupationsDistribution_Item(int h, int item) de Summary
Returns the percentage in the indicated position within the collection of time
percentages for a given occupancy range. The location of each time percentage in the
collection, corresponds with the order of ranges in the collection
OccupationsUpperLimit of the detector.
The parameter “item” must specify the position (starting from zero).
If there is no OccupationsDistribution at the specified position, it returns an invalid one
(see IsValid from OccupationsDistribution class).
3.33. SpeedsUpperLimit Class
Collection of values making up the speed ranges of a detector. For deeper information about
speed distribution, see SmartLoop
®
user manual.
3.33.1. Properties
●
Count
C++:
int Count ( )
C:
Does not exist, check VL_Summary_get_SpeedsUpperLimit_Count(int h)
de Summary
Number of values in the collection.
●
Item
C++:
int Item ( int item )
C:
Does not exist, check VL_Summary_get_SpeedsUpperLimit_Item(int h,
int item) from Summary
Returns the value in the indicated position, inside the collection of values making up the
speed ranges of a detector. The values are sorted from lowest to highest, placing the
smallest value at the first position in the collection.
The parameter “item” must specify the position (starting from zero).
If there is no SpeedsUpperLimit at the specified position, it returns an invalid one (see
IsValid from SpeedsUpperLimit class).
Quercus Technologies
79