@Namespace(value="cv")
@NoOffset
public static class opencv_core.Mutex
extends org.bytedeco.javacpp.Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_core.Mutex.Impl |
| Constructor and Description |
|---|
Mutex() |
Mutex(long size)
Native array allocator.
|
Mutex(opencv_core.Mutex m) |
Mutex(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
lock() |
opencv_core.Mutex |
position(long position) |
opencv_core.Mutex |
put(opencv_core.Mutex m) |
boolean |
trylock() |
void |
unlock() |
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 Mutex(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public Mutex(long size)
Pointer.position(long).public Mutex()
public Mutex(@Const @ByRef
opencv_core.Mutex m)
public opencv_core.Mutex position(long position)
position in class org.bytedeco.javacpp.Pointer@ByRef @Name(value="operator =") public opencv_core.Mutex put(@Const @ByRef opencv_core.Mutex m)
public void lock()
@Cast(value="bool") public boolean trylock()
public void unlock()
Copyright © 2018. All rights reserved.