ItalaApiNET  1.3.3
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NItala
 NGenApi
 CIBaseBase interface common to all nodes.
 CIBooleanInterface for boolean nodes managed by GenApi.
 CICategoryInterface for category nodes managed by GenApi.
 CICommandInterface for command nodes managed by GenApi.
 CIEnumEntryInterface for enum entry nodes managed by GenApi.
 CIEnumerationInterface for enumeration nodes managed by GenApi.
 CIFloatInterface for float nodes managed by GenApi.
 CIIntegerInterface for integer nodes managed by GenApi.
 CINodeInterface common to all nodes.
 CINodeMapInterface to access the node map.
 CIRegisterInterface for register nodes managed by GenApi.
 CISelectorInterface for groups of features selected by a single one.
 CIStringInterface for string nodes managed by GenApi.
 CIValueInterface for value properties.
 CDeviceInfoThis 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
 CIDefectDetectionInterface 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.
 CIDeviceInterface 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.
 CIImageImage interface. It represents the image buffer grabbed from the device. The instance must be disposed when it's no longer required via IImage.Dispose.
 CInterfaceInfoThis 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.
 CISystemPublic 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.
 CPolarComponentsConvenient POD structure used as container for ExtractAllPolarComponents 's multi-result.
 CPolarComponentsColorConvenient POD structure used as container for ExtractAllPolarComponentsColor 's multi-result.
 CStokesVectorsConvenient POD structure used as container for ComputeAllStokes 's multi-result.