Package org.bytedeco.cuda.nvgraph
Class nvgraphCSCTopology32I_st
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.cuda.nvgraph.nvgraphCSCTopology32I_st
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=nvgraph.class) public class nvgraphCSCTopology32I_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 nvgraphCSCTopology32I_st()Default native constructor.nvgraphCSCTopology32I_st(long size)Native array allocator.nvgraphCSCTopology32I_st(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntPointerdestination_offsets()nvgraphCSCTopology32I_stdestination_offsets(IntPointer setter)nvgraphCSCTopology32I_stgetPointer(long i)intnedges()nvgraphCSCTopology32I_stnedges(int setter)intnvertices()nvgraphCSCTopology32I_stnvertices(int setter)nvgraphCSCTopology32I_stposition(long position)IntPointersource_indices()nvgraphCSCTopology32I_stsource_indices(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
-
nvgraphCSCTopology32I_st
public nvgraphCSCTopology32I_st()
Default native constructor.
-
nvgraphCSCTopology32I_st
public nvgraphCSCTopology32I_st(long size)
Native array allocator. Access withPointer.position(long).
-
nvgraphCSCTopology32I_st
public nvgraphCSCTopology32I_st(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public nvgraphCSCTopology32I_st position(long position)
-
getPointer
public nvgraphCSCTopology32I_st getPointer(long i)
- Overrides:
getPointerin classPointer
-
nvertices
public int nvertices()
-
nvertices
public nvgraphCSCTopology32I_st nvertices(int setter)
-
nedges
public int nedges()
-
nedges
public nvgraphCSCTopology32I_st nedges(int setter)
-
destination_offsets
public IntPointer destination_offsets()
-
destination_offsets
public nvgraphCSCTopology32I_st destination_offsets(IntPointer setter)
-
source_indices
public IntPointer source_indices()
-
source_indices
public nvgraphCSCTopology32I_st source_indices(IntPointer setter)
-
-