Package org.bytedeco.cuda.nppc
Class NppiHaarBuffer
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.cuda.nppc.NppiHaarBuffer
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=nppc.class) public class NppiHaarBuffer extends Pointer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Constructor Summary
Constructors Constructor Description NppiHaarBuffer()Default native constructor.NppiHaarBuffer(long size)Native array allocator.NppiHaarBuffer(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NppiHaarBuffergetPointer(long i)IntPointerhaarBuffer()bufferNppiHaarBufferhaarBuffer(IntPointer setter)inthaarBufferSize()size of the bufferNppiHaarBufferhaarBufferSize(int setter)NppiHaarBufferposition(long position)-
Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
-
-
-
Constructor Detail
-
NppiHaarBuffer
public NppiHaarBuffer()
Default native constructor.
-
NppiHaarBuffer
public NppiHaarBuffer(long size)
Native array allocator. Access withPointer.position(long).
-
NppiHaarBuffer
public NppiHaarBuffer(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public NppiHaarBuffer position(long position)
-
getPointer
public NppiHaarBuffer getPointer(long i)
- Overrides:
getPointerin classPointer
-
haarBufferSize
public int haarBufferSize()
size of the buffer
-
haarBufferSize
public NppiHaarBuffer haarBufferSize(int setter)
-
haarBuffer
@Cast("Npp32s*") public IntPointer haarBuffer()
buffer
-
haarBuffer
public NppiHaarBuffer haarBuffer(IntPointer setter)
-
-