com.supermap.data
类 OpenCLCapability

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.data.OpenCLCapability

public class OpenCLCapability
extends Enum

OpenCL并行计算能力


字段摘要
static OpenCLCapability CAPABLE
          有OpenCL并行计算能力。
static OpenCLCapability NOAVAILABLEGPUDEVICE
          无可用GPU设备。
static OpenCLCapability NOPLATFORM
          运行环境中无OpenCL平台。
 
方法摘要
 
从类 com.supermap.data.Enum 继承的方法
equals, getEnums, getNameByValue, getNames, getPredefineValues, getValueByName, getValues, hashCode, isDefined, isDefined, name, parse, parse, toString, value
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

CAPABLE

public static final OpenCLCapability CAPABLE
有OpenCL并行计算能力。


NOPLATFORM

public static final OpenCLCapability NOPLATFORM
运行环境中无OpenCL平台。


NOAVAILABLEGPUDEVICE

public static final OpenCLCapability NOAVAILABLEGPUDEVICE
无可用GPU设备。