Package org.bytedeco.cuda.cudart
Class cudaHostNodeParams
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.cuda.cudart.cudaHostNodeParams
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=cudart.class) public class cudaHostNodeParams extends Pointer
CUDA host node parameters
-
-
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 cudaHostNodeParams()Default native constructor.cudaHostNodeParams(long size)Native array allocator.cudaHostNodeParams(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description cudaHostFn_tfn()The function to call when the node executescudaHostNodeParamsfn(cudaHostFn_t setter)cudaHostNodeParamsgetPointer(long i)cudaHostNodeParamsposition(long position)PointeruserData()Argument to pass to the functioncudaHostNodeParamsuserData(Pointer 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
-
cudaHostNodeParams
public cudaHostNodeParams()
Default native constructor.
-
cudaHostNodeParams
public cudaHostNodeParams(long size)
Native array allocator. Access withPointer.position(long).
-
cudaHostNodeParams
public cudaHostNodeParams(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public cudaHostNodeParams position(long position)
-
getPointer
public cudaHostNodeParams getPointer(long i)
- Overrides:
getPointerin classPointer
-
fn
public cudaHostFn_t fn()
The function to call when the node executes
-
fn
public cudaHostNodeParams fn(cudaHostFn_t setter)
-
userData
public Pointer userData()
Argument to pass to the function
-
userData
public cudaHostNodeParams userData(Pointer setter)
-
-