QuercusVL Programming Manual
C:
Does not exist
In C++, returns the collection of values making up distribution of speeds in the
summary.
In C, there is no representation of “SpeedsDistribution” collection, but methods to
directly access to collection properties:
●
int VL_Summary_get_SpeedsDistribution_Count(int h): number of values
making up distribution of speeds in the summary.
●
int VL_Summary_get_SpeedsDistribution_Item(int h, int item): returns the
value in the indicated position, inside the collection of values making up
distribution of speeds in the summary (starting from zero).
If there is no SpeedsDistribution at the specified position, it returns null.
The parameter “h” is a handler of summary (Summary).
●
LengthsDistribution
C++:
LengthsDistribution get_LengthsDistribution()
C:
Does not exist
In C++, returns the collection of values making up distribution of lengths in the
summary.
In C, there is no representation of “LengthsDistribution” collection, but methods to
directly access to collection properties:
●
int VL_Summary_get_LengthsDistribution_Count(int h): number of values
making up distribution of lengths in the summary.
●
int VL_Summary_get_LengthsDistribution_Item(int h, int item): returns the
value in the indicated position, inside the collection of values making up
distribution of lengths in the summary (starting from zero).
If there is no LengthsDistribution at the specified position, it returns null.
The parameter “h” is a handler of summary (Summary).
●
OccupationsDistribution
C++:
OccupationsDistribution get_OccupationsDistribution()
C:
Does not exist
In C++, it returns the collection of values making up distribution of occupancies in the
summary.
In C, there is no representation of “OccupationsDistribution” collection, but methods to
Quercus Technologies
74