@Namespace(value="cv::ocl") @NoOffset @Properties(inherit=opencv_core.class) public class PlatformInfo extends Pointer
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
PlatformInfo.Impl  | 
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description | 
|---|
PlatformInfo()  | 
PlatformInfo(long size)
Native array allocator. 
 | 
PlatformInfo(PlatformInfo i)  | 
PlatformInfo(Pointer id)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
deviceNumber()  | 
boolean | 
empty()  | 
void | 
getDevice(Device device,
         int d)  | 
PlatformInfo | 
getPointer(long i)  | 
BytePointer | 
name()  | 
PlatformInfo | 
position(long position)  | 
PlatformInfo | 
put(PlatformInfo i)  | 
BytePointer | 
vendor()  | 
BytePointer | 
version()
See CL_PLATFORM_VERSION 
 | 
int | 
versionMajor()  | 
int | 
versionMinor()  | 
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic PlatformInfo(long size)
Pointer.position(long).public PlatformInfo()
public PlatformInfo(Pointer id)
id - pointer cl_platform_id (cl_platform_id*)public PlatformInfo(@Const @ByRef PlatformInfo i)
public PlatformInfo position(long position)
public PlatformInfo getPointer(long i)
getPointer in class Pointer@ByRef @Name(value="operator =") public PlatformInfo put(@Const @ByRef PlatformInfo i)
@opencv_core.Str public BytePointer name()
@opencv_core.Str public BytePointer vendor()
@opencv_core.Str public BytePointer version()
public int versionMajor()
public int versionMinor()
public int deviceNumber()
Copyright © 2025. All rights reserved.