@Name(value="cv::Scalar_<int>") @Properties(inherit=opencv_core.class) public class Scalar4i extends IntPointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
Scalar4i()
default constructor
|
Scalar4i(int v0) |
Scalar4i(int v0,
int v1) |
Scalar4i(int v0,
int v1,
int v2,
int v3) |
Scalar4i(Pointer p)
Pointer cast constructor.
|
Scalar4i(Scalar4i s) |
Modifier and Type | Method and Description |
---|---|
static Scalar4i |
all(int v0)
returns a scalar with all elements set to v0
|
Scalar4i |
conj()
returns (v0, -v1, -v2, -v3)
|
boolean |
isReal()
returns true iff v1 == v2 == v3 == 0
|
Scalar4i |
mul(Scalar4i a) |
Scalar4i |
mul(Scalar4i a,
double scale)
per-element product
|
Scalar4i |
put(Scalar4i s) |
asBuffer, capacity, get, get, get, get, getString, getStringCodePoints, limit, position, put, put, put, put, putString, sizeof
address, asByteBuffer, availablePhysicalBytes, calloc, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public Scalar4i(Pointer p)
Pointer.Pointer(Pointer)
.public Scalar4i()
public Scalar4i(int v0, int v1, int v2, int v3)
public Scalar4i(int v0, int v1)
public Scalar4i(int v0)
Copyright © 2020. All rights reserved.