RAYLASE. |
| Class | Description | |
|---|---|---|
| ClickAndTeachRenderWorkspaceToImageArgument | Argument class for RenderWorkspaceToImageEventHandler. it's used for getting an image byte array of all workspace items | |
| ClickAndTeachSelectionModeArgument | Argument class for StartSelectionModeEventHandler. it's used for start or stop a special selection mode in the GUI | |
| ClickAndTeachSelectionRectangleCalculatedArgument | Argument class for OnClickAndTeachSelectionRectangleCalculated it's used for getting the user GUI selection | |
| ClickAndTeachShowWorkspaceRegionArgument | Argument class for ShowRegionOfInterestOnWorkspaceEventHandler | |
| ClickAndTeachWorkspaceRenderedArgument | Argument class for OnClickAndTeachWorkspaceToImageRendered. it's used for the result (image) of the RenderWorkspaceToImageEventHandler | |
| RegionOfInterestHelper | This class holds a region of interest in the workspace's point of view. I. e. it has a center point, a size and an angle, and a list of four lines to be drawn in the canvas. Compare with our image processing object RAYLASE.Marker.ImageProcessingPlugin.RegionOfInterest. | |
| TakeImageAutomation | ||
| TakeImageAutomationSettingsView | Interaction logic for TakeImageAutomationSettingsView.xaml |
| Interface | Description | |
|---|---|---|
| IClickAndTeachCanStartSelectionMode | change selection mode in GUI for example for setting the region of interest | |
| IClickAndTeachSelectionRectangleCalculated | getting the calculated region from the GUI | |
| IClickAndTeachShowRegionOfInterestOnWorkspace | used by CT model to interact with GUI and shows the region of interest in the workspace canvas |