@Namespace(value="cv") @NoOffset public static class opencv_core.MatSize extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.MatSize(int[] _p) |
opencv_core.MatSize(IntBuffer _p) |
opencv_core.MatSize(IntPointer _p) |
opencv_core.MatSize(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Size |
apply() |
IntPointer |
asIntPointer() |
boolean |
equals(opencv_core.MatSize sz) |
IntPointer |
get(int i) |
boolean |
notEquals(opencv_core.MatSize sz) |
IntPointer |
p() |
opencv_core.MatSize |
p(IntPointer p) |
address, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_core.MatSize(Pointer p)
Pointer.Pointer(Pointer).public opencv_core.MatSize(IntPointer _p)
public opencv_core.MatSize(IntBuffer _p)
public opencv_core.MatSize(int[] _p)
@ByVal @Name(value="operator ()") public opencv_core.Size apply()
@ByRef @Name(value="operator []") public IntPointer get(int i)
@Const @Name(value="operator const int*") public IntPointer asIntPointer()
@Cast(value="bool") @Name(value="operator ==") public boolean equals(@Const@ByRef opencv_core.MatSize sz)
@Cast(value="bool") @Name(value="operator !=") public boolean notEquals(@Const@ByRef opencv_core.MatSize sz)
public IntPointer p()
public opencv_core.MatSize p(IntPointer p)
Copyright © 2016. All rights reserved.