@Properties(inherit=nppc.class) public class NppiRect extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
NppiRect()
Default native constructor.
|
NppiRect(long size)
Native array allocator.
|
NppiRect(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
NppiRect |
getPointer(long i) |
int |
height()
Rectangle height.
|
NppiRect |
height(int setter) |
NppiRect |
position(long position) |
int |
width()
Rectangle width.
|
NppiRect |
width(int setter) |
int |
x()
x-coordinate of upper left corner (lowest memory address).
|
NppiRect |
x(int setter) |
int |
y()
y-coordinate of upper left corner (lowest memory address).
|
NppiRect |
y(int 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 NppiRect()
public NppiRect(long size)
Pointer.position(long).public NppiRect(Pointer p)
Pointer(Pointer).public NppiRect getPointer(long i)
getPointer in class Pointerpublic int x()
public NppiRect x(int setter)
public int y()
public NppiRect y(int setter)
public int width()
public NppiRect width(int setter)
public int height()
public NppiRect height(int setter)
Copyright © 2024. All rights reserved.