Class List¶
Here are the classes, structs, unions and interfaces with brief descriptions:
- namespace JoeScan
- namespace Pinchot
- class CameraImage Image data from a scan head.
- class DiscoveredDevice Information of a scan head found on the network.
- struct DiscoveredScanSync Basic information of a ScanSync found on the network.
- class ExclusionMask An exclusion mask determines which pixels on the sensor image should be ignored.
- class Globals Globally available variables.
- interface IFrame Frame data from a scan system.
- interface IProfile Profile data from a scan head.
- struct Point2D A data point consisting of X and Y spatial coordinates and a brightness value. Invalid points have an X and Y value of Globals.ProfileDataInvalidXY and a brightness of Globals.ProfileDataInvalidBrightness.
- class ScanHead An interface to a physical scan head.
- class ScanHeadCapabilities The various physical limits and features of a ScanHead .
- class ScanHeadConfiguration Configuration parameters for a physical scan head.
- class ScanHeadStatus Scan head status data.
- struct ScanHeadVersionInformation Scan head firmware version information.
- struct ScanSyncData Global time synchronization and encoder information sent from the ScanSync to all ScanHead s. This data should only be used for diagnostic purposes. Any relevant optimization information relating to timing or the encoder will be in the IProfile .
- class ScanSyncUpdateEvent Event args passed to the ScanSystem.ScanSyncUpdateEvent event.
- struct ScanSyncVersionInformation ScanSync firmware version information.
- class ScanSystem A complete system of ScanHead s.
- class ScanWindow A scan window within which valid IProfile __ Point2D s are to be measured.
- class StartScanningOptions A set of options for configuring how a ScanSystem should scan.
- class VersionCompatibilityException This exception is thrown when the scan head is not compatible with the operation being performed.
- class VersionInformation API version information.
- namespace Pinchot