@Properties(inherit=nppc.class) public class NppiWarpAffineBatchCXR extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
NppiWarpAffineBatchCXR()
Default native constructor.
|
NppiWarpAffineBatchCXR(long size)
Native array allocator.
|
NppiWarpAffineBatchCXR(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DoublePointer |
aTransformedCoeffs() |
double |
aTransformedCoeffs(int i,
int j) |
NppiWarpAffineBatchCXR |
aTransformedCoeffs(int i,
int j,
double setter) |
NppiWarpAffineBatchCXR |
getPointer(long i) |
int |
nDstStep() |
NppiWarpAffineBatchCXR |
nDstStep(int setter) |
int |
nSrcStep() |
NppiWarpAffineBatchCXR |
nSrcStep(int setter) |
DoublePointer |
pCoeffs() |
NppiWarpAffineBatchCXR |
pCoeffs(DoublePointer setter) |
Pointer |
pDst() |
NppiWarpAffineBatchCXR |
pDst(Pointer setter) |
NppiWarpAffineBatchCXR |
position(long position) |
Pointer |
pSrc() |
NppiWarpAffineBatchCXR |
pSrc(Pointer setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic NppiWarpAffineBatchCXR()
public NppiWarpAffineBatchCXR(long size)
Pointer.position(long).public NppiWarpAffineBatchCXR(Pointer p)
Pointer(Pointer).public NppiWarpAffineBatchCXR position(long position)
public NppiWarpAffineBatchCXR getPointer(long i)
getPointer in class Pointerpublic NppiWarpAffineBatchCXR pSrc(Pointer setter)
public int nSrcStep()
public NppiWarpAffineBatchCXR nSrcStep(int setter)
public Pointer pDst()
public NppiWarpAffineBatchCXR pDst(Pointer setter)
public int nDstStep()
public NppiWarpAffineBatchCXR nDstStep(int setter)
@Cast(value="Npp64f*") public DoublePointer pCoeffs()
public NppiWarpAffineBatchCXR pCoeffs(DoublePointer setter)
public NppiWarpAffineBatchCXR aTransformedCoeffs(int i, int j, double setter)
@MemberGetter @Cast(value="Npp64f(* /*[2]*/ )[3]") public DoublePointer aTransformedCoeffs()
Copyright © 2023. All rights reserved.