Package org.bytedeco.cuda.nppc
Class NppLibraryVersion
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.cuda.nppc.NppLibraryVersion
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=nppc.class) public class NppLibraryVersion 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 NppLibraryVersion()Default native constructor.NppLibraryVersion(long size)Native array allocator.NppLibraryVersion(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intbuild()Build number.NppLibraryVersionbuild(int setter)NppLibraryVersiongetPointer(long i)intmajor()Major version numberNppLibraryVersionmajor(int setter)intminor()Minor version numberNppLibraryVersionminor(int setter)NppLibraryVersionposition(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
-
NppLibraryVersion
public NppLibraryVersion()
Default native constructor.
-
NppLibraryVersion
public NppLibraryVersion(long size)
Native array allocator. Access withPointer.position(long).
-
NppLibraryVersion
public NppLibraryVersion(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public NppLibraryVersion position(long position)
-
getPointer
public NppLibraryVersion getPointer(long i)
- Overrides:
getPointerin classPointer
-
major
public int major()
Major version number
-
major
public NppLibraryVersion major(int setter)
-
minor
public int minor()
Minor version number
-
minor
public NppLibraryVersion minor(int setter)
-
build
public int build()
Build number. This reflects the nightly build this release was made from.
-
build
public NppLibraryVersion build(int setter)
-
-