@Namespace(value="cv::ocl")
@NoOffset
public static class opencv_core.PlatformInfo
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
PlatformInfo() |
PlatformInfo(long size)
Native array allocator.
|
PlatformInfo(opencv_core.PlatformInfo i) |
PlatformInfo(org.bytedeco.javacpp.Pointer id) |
| Modifier and Type | Method and Description |
|---|---|
int |
deviceNumber() |
void |
getDevice(opencv_core.Device device,
int d) |
org.bytedeco.javacpp.BytePointer |
name() |
opencv_core.PlatformInfo |
position(long position) |
opencv_core.PlatformInfo |
put(opencv_core.PlatformInfo i) |
org.bytedeco.javacpp.BytePointer |
vendor() |
org.bytedeco.javacpp.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(org.bytedeco.javacpp.Pointer id)
public PlatformInfo(@Const @ByRef
opencv_core.PlatformInfo i)
public opencv_core.PlatformInfo position(long position)
position in class org.bytedeco.javacpp.Pointer@ByRef @Name(value="operator =") public opencv_core.PlatformInfo put(@Const @ByRef opencv_core.PlatformInfo i)
@opencv_core.Str public org.bytedeco.javacpp.BytePointer name()
@opencv_core.Str public org.bytedeco.javacpp.BytePointer vendor()
@opencv_core.Str public org.bytedeco.javacpp.BytePointer version()
public int deviceNumber()
public void getDevice(@ByRef
opencv_core.Device device,
int d)
Copyright © 2018. All rights reserved.