ItalaApiNET  1.3.3
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CItala.DeviceInfoThis class stores information about a device and represents its identity. When an enumeration (also known as "discovery") is performed via the ISystem interface, a list of DeviceInfo is returned as result. To initialize and use a particular connected device, the user must pass the corresponding DeviceInfo instance to the ISystem interface
 CItala.GenApi.IBaseBase interface common to all nodes.
 CItala.GenApi.INodeInterface common to all nodes.
 CItala.GenApi.IValueInterface for value properties.
 CItala.GenApi.IBooleanInterface for boolean nodes managed by GenApi.
 CItala.GenApi.ICategoryInterface for category nodes managed by GenApi.
 CItala.GenApi.ICommandInterface for command nodes managed by GenApi.
 CItala.GenApi.IEnumEntryInterface for enum entry nodes managed by GenApi.
 CItala.GenApi.IEnumerationInterface for enumeration nodes managed by GenApi.
 CItala.GenApi.IFloatInterface for float nodes managed by GenApi.
 CItala.GenApi.IIntegerInterface for integer nodes managed by GenApi.
 CItala.GenApi.IRegisterInterface for register nodes managed by GenApi.
 CItala.GenApi.IStringInterface for string nodes managed by GenApi.
 CItala.IDefectDetectionInterface for defective pixel detection. The description of the process principles is provided in Opto Engineering's camera manuals. The instance must be disposed via IDefectDetection.Dispose when it's no longer required.
 CItala.IDeviceInterface representing a device. Provides functions for image acquisition, camera configuration and event handling. It encloses the functionalities of GenTL's Datastream and Local Device modules. The instance must be disposed via IDevice.Dispose when it's no longer required.
 CItala.IImageImage interface. It represents the image buffer grabbed from the device. The instance must be disposed when it's no longer required via IImage.Dispose.
 CItala.GenApi.INodeMapInterface to access the node map.
 CItala.InterfaceInfoThis class stores information about an available interface and represents its identity. When an enumeration is performed via the ISystem interface, a list of InterfaceInfo is returned as result. To enumerate the available devices under a specific interface, the user must pass the corresponding InterfaceInfo instance to the dedicated ISystem.EnumerateDevices function.
 CItala.GenApi.ISelectorInterface for groups of features selected by a single one.
 CItala.ISystemPublic interface for the system instance. The system is the core and unique element from which cameras can be retrived and used accordingly with GenICam standards.
 CItala.PolarComponentsConvenient POD structure used as container for ExtractAllPolarComponents 's multi-result.
 CItala.PolarComponentsColorConvenient POD structure used as container for ExtractAllPolarComponentsColor 's multi-result.
 CItala.StokesVectorsConvenient POD structure used as container for ComputeAllStokes 's multi-result.