Class VLTrackTargets.TVLTargetList
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VisionLabPkg
Unit: VLTrackTargets
Inherits: TVLBaseTargetList
Contents |
Syntax
Delphi:
type TVLTargetList = class( TVLBaseTargetList )
C++ Builder:
class TVLTargetList : public TVLBaseTargetList
Visual C++ (MFC):
class CTVLTargetList : public CTVLBaseTargetList
C# (.NET):
public ref class TargetList : Mitov.VisionLab.BaseTargetList
Summary
List of targets to track.
Description
Defines a list of targets to be tracked.
Properties
Public
- Items - Allows access to a target from the list.
Methods
Public
- procedure Add(AValue : TVLFloatPoint) - Adds element to the list.
- procedure Insert(Index : Integer; Value : TVLFloatPoint) - Inserts element in the list.
- procedure Clear() - Clears the list.
- procedure Delete(Index : Integer) - Deletes element from the list.
From TVLBaseTargetList
Properties
Public
- Count - Count of items in the list.