Package org.bytedeco.hdf5
Class UserData4Visit
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.hdf5.UserData4Visit
-
- All Implemented Interfaces:
AutoCloseable
@Namespace("H5") @Properties(inherit=hdf5.class) public class UserData4Visit 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 UserData4Visit()
Default native constructor.UserData4Visit(long size)
Native array allocator.UserData4Visit(Pointer p)
Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserData4Visit
getPointer(long i)
H5Object
obj()
UserData4Visit
obj(H5Object setter)
visit_operator_t
op()
UserData4Visit
op(visit_operator_t setter)
Pointer
opData()
UserData4Visit
opData(Pointer setter)
UserData4Visit
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
-
UserData4Visit
public UserData4Visit()
Default native constructor.
-
UserData4Visit
public UserData4Visit(long size)
Native array allocator. Access withPointer.position(long)
.
-
UserData4Visit
public UserData4Visit(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer)
.
-
-
Method Detail
-
position
public UserData4Visit position(long position)
-
getPointer
public UserData4Visit getPointer(long i)
- Overrides:
getPointer
in classPointer
-
op
public visit_operator_t op()
-
op
public UserData4Visit op(visit_operator_t setter)
-
opData
public Pointer opData()
-
opData
public UserData4Visit opData(Pointer setter)
-
obj
public H5Object obj()
-
obj
public UserData4Visit obj(H5Object setter)
-
-