Classes
| Class | Description | |
|---|---|---|
| CogToolGroup |
A VisionPro tool that contains a set of VisionPro tools. Running the
CogToolGroup implicitly runs each of the tools it contains. The run
status and records of the CogToolGroup are based on the aggregate of all
its contained tools.
| |
| CogToolGroupBaseScript |
Base class which user script will override.
|
Interfaces
| Interface | Description | |
|---|---|---|
| ICogToolGroupScript |
Defines the interface to be implemented by user script, so that it can be called from
VisionPro at the appropriate time. Normally the user script will inherit the
CogToolGroupBaseScript class rather than implement ICogToolGroupScript directly.
|