QuercusVL Programming Manual
3.34. LengthsUpperLimit Class
Collection of values making up the length ranges of a detector. For deeper information about
length distribution, see SmartLoop
®
user manual.
3.34.1. Properties
●
Count
C++:
int Count ( )
C:
Does not exist, check VL_Summary_get_LengthsUpperLimit_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_LengthsUpperLimit_Item(int h,
int item) from Summary
Returns the value in the indicated position, inside the collection of values making up the
length 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 LengthsUpperLimit at the specified position, it returns an invalid one (see
IsValid from LengthsUpperLimit class).
3.35. OccupationsUpperLimit Class
Collection of values that make up the occupancy percentage ranges of a detector. For deeper
information about occupation distribution, see SmartLoop
®
user manual.
3.35.1. Properties
●
Count
C++:
int Count ( )
C:
Does
not
exist,
check
VL_Summary_get_OccupationsUpperLimit_Count(int h) from Summary
Number of values the collection.
Quercus Technologies
80