Package org.bytedeco.cuda.nvgraph
Class nvgraphCSRTopology32I_st
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.cuda.nvgraph.nvgraphCSRTopology32I_st
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=nvgraph.class) public class nvgraphCSRTopology32I_st 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 nvgraphCSRTopology32I_st()Default native constructor.nvgraphCSRTopology32I_st(long size)Native array allocator.nvgraphCSRTopology32I_st(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntPointerdestination_indices()nvgraphCSRTopology32I_stdestination_indices(IntPointer setter)nvgraphCSRTopology32I_stgetPointer(long i)intnedges()nvgraphCSRTopology32I_stnedges(int setter)intnvertices()nvgraphCSRTopology32I_stnvertices(int setter)nvgraphCSRTopology32I_stposition(long position)IntPointersource_offsets()nvgraphCSRTopology32I_stsource_offsets(IntPointer 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
-
nvgraphCSRTopology32I_st
public nvgraphCSRTopology32I_st()
Default native constructor.
-
nvgraphCSRTopology32I_st
public nvgraphCSRTopology32I_st(long size)
Native array allocator. Access withPointer.position(long).
-
nvgraphCSRTopology32I_st
public nvgraphCSRTopology32I_st(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public nvgraphCSRTopology32I_st position(long position)
-
getPointer
public nvgraphCSRTopology32I_st getPointer(long i)
- Overrides:
getPointerin classPointer
-
nvertices
public int nvertices()
-
nvertices
public nvgraphCSRTopology32I_st nvertices(int setter)
-
nedges
public int nedges()
-
nedges
public nvgraphCSRTopology32I_st nedges(int setter)
-
source_offsets
public IntPointer source_offsets()
-
source_offsets
public nvgraphCSRTopology32I_st source_offsets(IntPointer setter)
-
destination_indices
public IntPointer destination_indices()
-
destination_indices
public nvgraphCSRTopology32I_st destination_indices(IntPointer setter)
-
-