Package org.bytedeco.cuda.nppc
Class NppPointPolar
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.cuda.nppc.NppPointPolar
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=nppc.class) public class NppPointPolar extends Pointer
2D Polar Point
-
-
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 NppPointPolar()Default native constructor.NppPointPolar(long size)Native array allocator.NppPointPolar(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NppPointPolargetPointer(long i)NppPointPolarposition(long position)floatrho()NppPointPolarrho(float setter)floattheta()NppPointPolartheta(float 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
-
NppPointPolar
public NppPointPolar()
Default native constructor.
-
NppPointPolar
public NppPointPolar(long size)
Native array allocator. Access withPointer.position(long).
-
NppPointPolar
public NppPointPolar(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public NppPointPolar position(long position)
-
getPointer
public NppPointPolar getPointer(long i)
- Overrides:
getPointerin classPointer
-
rho
@Cast("Npp32f") public float rho()
-
rho
public NppPointPolar rho(float setter)
-
theta
@Cast("Npp32f") public float theta()
-
theta
public NppPointPolar theta(float setter)
-
-