Package org.bytedeco.hdf5
Class UserData4Aiterate
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.hdf5.UserData4Aiterate
-
- All Implemented Interfaces:
AutoCloseable
@Namespace("H5") @Properties(inherit=hdf5.class) public class UserData4Aiterate 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 UserData4Aiterate()
Default native constructor.UserData4Aiterate(long size)
Native array allocator.UserData4Aiterate(Pointer p)
Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserData4Aiterate
getPointer(long i)
H5Object
location()
UserData4Aiterate
location(H5Object setter)
attr_operator_t
op()
UserData4Aiterate
op(attr_operator_t setter)
Pointer
opData()
UserData4Aiterate
opData(Pointer setter)
UserData4Aiterate
position(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, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
-
-
-
Constructor Detail
-
UserData4Aiterate
public UserData4Aiterate()
Default native constructor.
-
UserData4Aiterate
public UserData4Aiterate(long size)
Native array allocator. Access withPointer.position(long)
.
-
UserData4Aiterate
public UserData4Aiterate(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer)
.
-
-
Method Detail
-
position
public UserData4Aiterate position(long position)
-
getPointer
public UserData4Aiterate getPointer(long i)
- Overrides:
getPointer
in classPointer
-
op
public attr_operator_t op()
-
op
public UserData4Aiterate op(attr_operator_t setter)
-
opData
public Pointer opData()
-
opData
public UserData4Aiterate opData(Pointer setter)
-
location
public H5Object location()
-
location
public UserData4Aiterate location(H5Object setter)
-
-