Package org.bytedeco.cuda.nvgraph
Class nvgraphCOOTopology32I_st
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.cuda.nvgraph.nvgraphCOOTopology32I_st
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=nvgraph.class) public class nvgraphCOOTopology32I_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 nvgraphCOOTopology32I_st()Default native constructor.nvgraphCOOTopology32I_st(long size)Native array allocator.nvgraphCOOTopology32I_st(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntPointerdestination_indices()nvgraphCOOTopology32I_stdestination_indices(IntPointer setter)nvgraphCOOTopology32I_stgetPointer(long i)intnedges()nvgraphCOOTopology32I_stnedges(int setter)intnvertices()nvgraphCOOTopology32I_stnvertices(int setter)nvgraphCOOTopology32I_stposition(long position)IntPointersource_indices()nvgraphCOOTopology32I_stsource_indices(IntPointer setter)inttag()nvgraphCOOTopology32I_sttag(int 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
-
nvgraphCOOTopology32I_st
public nvgraphCOOTopology32I_st()
Default native constructor.
-
nvgraphCOOTopology32I_st
public nvgraphCOOTopology32I_st(long size)
Native array allocator. Access withPointer.position(long).
-
nvgraphCOOTopology32I_st
public nvgraphCOOTopology32I_st(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public nvgraphCOOTopology32I_st position(long position)
-
getPointer
public nvgraphCOOTopology32I_st getPointer(long i)
- Overrides:
getPointerin classPointer
-
nvertices
public int nvertices()
-
nvertices
public nvgraphCOOTopology32I_st nvertices(int setter)
-
nedges
public int nedges()
-
nedges
public nvgraphCOOTopology32I_st nedges(int setter)
-
source_indices
public IntPointer source_indices()
-
source_indices
public nvgraphCOOTopology32I_st source_indices(IntPointer setter)
-
destination_indices
public IntPointer destination_indices()
-
destination_indices
public nvgraphCOOTopology32I_st destination_indices(IntPointer setter)
-
tag
@Cast("nvgraphTag_t") public int tag()
-
tag
public nvgraphCOOTopology32I_st tag(int setter)
-
-