@Namespace(value="cv::ocl") @NoOffset @Properties(inherit=opencv_core.class) public class PlatformInfo extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
PlatformInfo() |
PlatformInfo(long size)
Native array allocator.
|
PlatformInfo(PlatformInfo i) |
PlatformInfo(Pointer id) |
| Modifier and Type | Method and Description |
|---|---|
int |
deviceNumber() |
void |
getDevice(Device device,
int d) |
BytePointer |
name() |
PlatformInfo |
position(long position) |
PlatformInfo |
put(PlatformInfo i) |
BytePointer |
vendor() |
BytePointer |
version() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic PlatformInfo(long size)
Pointer.position(long).public PlatformInfo()
public PlatformInfo(Pointer id)
public PlatformInfo(@Const @ByRef PlatformInfo i)
public PlatformInfo position(long position)
@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 deviceNumber()
Copyright © 2019. All rights reserved.