Package org.bytedeco.cuda.nppc
Class NppiPoint
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.cuda.nppc.NppiPoint
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=nppc.class) public class NppiPoint extends Pointer
2D Point
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NppiPointgetPointer(long i)NppiPointposition(long position)intx()x-coordinate.NppiPointx(int setter)inty()y-coordinate.NppiPointy(int setter)-
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
-
NppiPoint
public NppiPoint()
Default native constructor.
-
NppiPoint
public NppiPoint(long size)
Native array allocator. Access withPointer.position(long).
-
NppiPoint
public NppiPoint(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
getPointer
public NppiPoint getPointer(long i)
- Overrides:
getPointerin classPointer
-
x
public int x()
x-coordinate.
-
x
public NppiPoint x(int setter)
-
y
public int y()
y-coordinate.
-
y
public NppiPoint y(int setter)
-
-