@Namespace(value="cv") @NoOffset public static class opencv_core.MatSize extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
MatSize(int[] _p) |
MatSize(IntBuffer _p) |
MatSize(IntPointer _p) |
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, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic MatSize(Pointer p)
Pointer.Pointer(Pointer).public MatSize(IntPointer _p)
public MatSize(IntBuffer _p)
public 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 © 2017. All rights reserved.