DK11 for ActiveX | TatukGIS_XDK11.ITGIS_OpenCLEngine | Interfaces | Methods | Properties
Provides the means to initialize and enable the OpenCL computing engine.
// C# public interface ITGIS_OpenCLEngine: ITBaseObject { }
' VisualBasic Public Interface ITGIS_OpenCLEngine Implements ITBaseObject End Class
// Oxygene type ITGIS_OpenCLEngine = public interface( ITBaseObject ) end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Name | Visibility | Description | |
---|---|---|---|
ActiveDevice | public | Device used to execute the OpenCL programs; if set to nil then the default device will be used. | |
Available | public | True if OpenCL is available; calling this property attempts to initialize OpenCL. | |
Enabled | public | Specifies if OpenCL should be used whenever possible. | |
Initialized | public | True if OpenCL is initialized. | |
PlatformCount | public | Number of OpenCL platforms installed on the computer. | |
Platforms | public | List of OpenCL platforms installed on the computer. | |