QuercusVL Programming Manual
3.31.1. Properties
●
Count
C++:
int Count ( )
C:
Does not exist, check VL_Summary_get_LengthsDistribution_Count(int h)
from Summary
Number of values in the collection.
●
Item
C++:
int Item ( int item )
C:
Does not exist, check VL_Summary_get_LengthsDistribution_Item(int h,
int item) from Summary
Returns the percentage in the indicated position within the collection of percentages of
vehicles that have circulated through a detector for a given length range. The location
of each value in the collection, corresponds with the order of ranges in the collection
LengthsUpperLimit of the detector.
The parameter “item” must specify the position (starting from zero).
If there is no LengthsDistribution at the specified position, it returns an invalid one (see
IsValid from LengthsDistribution class).
3.32. OccupationsDistribution Class
Collection of time percentages that a detector has been occupied for a given occupancy range.
These ranges are defined in the collection OccupationsUpperLimit. For deeper information
about occupation distribution, see SmartLoop
®
user manual.
3.32.1. Properties
●
Count
C++:
int Count ( )
C:
Does
not
exist,
check
VL_Summary_get_OccupationsDistribution_Count(int h) from Summary
Number of values in the collection.
●
Item
C++:
int Item ( int item )
Quercus Technologies
78