@NoOffset @Name(value="std::pair<int,float>") @Properties(inherit=opencv_dnn.class) public class IntFloatPair extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
IntFloatPair() |
IntFloatPair(int firstValue,
float secondValue) |
IntFloatPair(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
first() |
IntFloatPair |
first(int first) |
IntFloatPair |
put(int firstValue,
float secondValue) |
IntFloatPair |
put(IntFloatPair x) |
float |
second() |
IntFloatPair |
second(float second) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public IntFloatPair(Pointer p)
Pointer.Pointer(Pointer)
.public IntFloatPair(int firstValue, float secondValue)
public IntFloatPair()
@Name(value="operator =") @ByRef public IntFloatPair put(@ByRef IntFloatPair x)
@MemberGetter public int first()
public IntFloatPair first(int first)
@MemberGetter public float second()
public IntFloatPair second(float second)
public IntFloatPair put(int firstValue, float secondValue)
Copyright © 2020. All rights reserved.