QuercusVL Programming Manual
directly access to collection properties:
●
int VL_Summary_get_OccupationsDistribution_Count(int h): number of values
making up distribution of occupancies in the summary.
●
int VL_Summary_get_OccupationsDistribution_Item(int h, int item): returns the
value in the indicated position, inside the collection of values making up
distribution of occupancies in the summary (starting from zero).
If there is no OccupationsDistribution at the specified position, it returns null.
The parameter “h” is a handler of summary (Summary).
●
SpeedsUpperLimit
C++:
SpeedsUpperLimit get_SpeedsUpperLimit()
C:
Does not exist
In C++, it returns the collection of values making up the ranges of distribution of
speeds in the summary.
In C, there is no representation of “SpeedsUpperLimit” collection, but methods to
directly access to collection properties:
●
int VL_Summary_get_SpeedsUpperLimit_Count(int h): number of values making
up the ranges of distribution of speeds in the summary.
●
int VL_Summary_get_SpeedsUpperLimit_Item(int h, int item): returns the value
in the indicated position, inside the collection of values making up the ranges of
distribution of speeds in the summary (starting from zero).
If there is no SpeedsUpperLimit at the specified position, it returns null.
The parameter “h” is a handler of summary (Summary).
●
LengthsUpperLimit
C++:
LengthsUpperLimit get_LengthsUpperLimit()
C:
Does not exist
In C++, returns the collection of values making up the ranges of distribution of lengths
in the summary.
In C, there is no representation of “LengthsUpperLimit” collection, but methods to
directly access to collection properties:
●
int VL_Summary_get_LengthsUpperLimit_Count(int h): number of values
making up the ranges of distribution of lengths in the summary.
●
int VL_Summary_get_LengthsUpperLimit_Item(int h, int item): returns the
value in the indicated position, inside the collection of values making up the
Quercus Technologies
75