▼NItala | |
▼NGenApi | |
CIBase | Base interface common to all nodes. |
CIBoolean | Interface for boolean nodes managed by GenApi. |
CICategory | Interface for category nodes managed by GenApi. |
CICommand | Interface for command nodes managed by GenApi. |
CIEnumEntry | Interface for enum entry nodes managed by GenApi. |
CIEnumeration | Interface for enumeration nodes managed by GenApi. |
CIFloat | Interface for float nodes managed by GenApi. |
CIInteger | Interface for integer nodes managed by GenApi. |
CINode | Interface common to all nodes. |
CINodeMap | Interface to access the node map. |
CIRegister | Interface for register nodes managed by GenApi. |
CISelector | Interface for groups of features selected by a single one. |
CIString | Interface for string nodes managed by GenApi. |
CIValue | Interface for value properties. |
CDeviceInfo | This 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 |
CIDefectDetection | Interface 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. |
CIDevice | Interface 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. |
CIImage | Image interface. It represents the image buffer grabbed from the device. The instance must be disposed when it's no longer required via IImage.Dispose. |
CInterfaceInfo | This 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. |
CISystem | Public 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. |
CPolarComponents | Convenient POD structure used as container for ExtractAllPolarComponents 's multi-result. |
CPolarComponentsColor | Convenient POD structure used as container for ExtractAllPolarComponentsColor 's multi-result. |
CStokesVectors | Convenient POD structure used as container for ComputeAllStokes 's multi-result. |