@Properties(inherit=nppc.class) public class NppiWarpPerspectiveBatchCXR extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
NppiWarpPerspectiveBatchCXR()
Default native constructor.
|
NppiWarpPerspectiveBatchCXR(long size)
Native array allocator.
|
NppiWarpPerspectiveBatchCXR(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DoublePointer |
aTransformedCoeffs() |
double |
aTransformedCoeffs(int i,
int j) |
NppiWarpPerspectiveBatchCXR |
aTransformedCoeffs(int i,
int j,
double setter) |
NppiWarpPerspectiveBatchCXR |
getPointer(long i) |
int |
nDstStep() |
NppiWarpPerspectiveBatchCXR |
nDstStep(int setter) |
int |
nSrcStep() |
NppiWarpPerspectiveBatchCXR |
nSrcStep(int setter) |
DoublePointer |
pCoeffs() |
NppiWarpPerspectiveBatchCXR |
pCoeffs(DoublePointer setter) |
Pointer |
pDst() |
NppiWarpPerspectiveBatchCXR |
pDst(Pointer setter) |
NppiWarpPerspectiveBatchCXR |
position(long position) |
Pointer |
pSrc() |
NppiWarpPerspectiveBatchCXR |
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 NppiWarpPerspectiveBatchCXR()
public NppiWarpPerspectiveBatchCXR(long size)
Pointer.position(long).public NppiWarpPerspectiveBatchCXR(Pointer p)
Pointer(Pointer).public NppiWarpPerspectiveBatchCXR position(long position)
public NppiWarpPerspectiveBatchCXR getPointer(long i)
getPointer in class Pointerpublic NppiWarpPerspectiveBatchCXR pSrc(Pointer setter)
public int nSrcStep()
public NppiWarpPerspectiveBatchCXR nSrcStep(int setter)
public Pointer pDst()
public NppiWarpPerspectiveBatchCXR pDst(Pointer setter)
public int nDstStep()
public NppiWarpPerspectiveBatchCXR nDstStep(int setter)
@Cast(value="Npp64f*") public DoublePointer pCoeffs()
public NppiWarpPerspectiveBatchCXR pCoeffs(DoublePointer setter)
public NppiWarpPerspectiveBatchCXR aTransformedCoeffs(int i, int j, double setter)
@MemberGetter @Cast(value="Npp64f(* /*[3]*/ )[3]") public DoublePointer aTransformedCoeffs()
Copyright © 2023. All rights reserved.