@Name(value="cv::Complex<double>") @NoOffset @Properties(inherit=opencv_core.class) public class Complexd extends DoublePointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Complexd()
default constructor
|
Complexd(double _re) |
Complexd(double _re,
double _im) |
Complexd(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Complexd |
conj()
conjugation
|
double |
im() |
Complexd |
im(double setter) |
double |
re() |
Complexd |
re(double setter) |
asBuffer, capacity, get, get, get, get, limit, position, put, put, put, put, sizeofaddress, 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, zeropublic Complexd(Pointer p)
Pointer.Pointer(Pointer).public Complexd()
public Complexd(double _re,
double _im)
public Complexd(double _re)
Copyright © 2020. All rights reserved.