Package org.lwjgl.assimp
Class AIVectorKey
- All Implemented Interfaces:
AutoCloseable,NativeResource,Pointer
struct aiVectorKey {
double mTime;
struct aiVector3D mValue;
aiAnimInterpolation mInterpolation;
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionAIVectorKey(ByteBuffer container) Creates aAIVectorKeyinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic AIVectorKeycalloc()Returns a newAIVectorKeyinstance allocated withmemCalloc.static AIVectorKey.Buffercalloc(int capacity) Returns a newAIVectorKey.Bufferinstance allocated withmemCalloc.static AIVectorKey.Buffercalloc(int capacity, MemoryStack stack) Returns a newAIVectorKey.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static AIVectorKeycalloc(MemoryStack stack) Returns a newAIVectorKeyinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static AIVectorKeycreate()Returns a newAIVectorKeyinstance allocated withBufferUtils.static AIVectorKey.Buffercreate(int capacity) Returns a newAIVectorKey.Bufferinstance allocated withBufferUtils.static AIVectorKeycreate(long address) Returns a newAIVectorKeyinstance for the specified memory address.static AIVectorKey.Buffercreate(long address, int capacity) Create aAIVectorKey.Bufferinstance at the specified memory.static @Nullable AIVectorKeycreateSafe(long address) static @Nullable AIVectorKey.BuffercreateSafe(long address, int capacity) static AIVectorKeymalloc()Returns a newAIVectorKeyinstance allocated withmemAlloc.static AIVectorKey.Buffermalloc(int capacity) Returns a newAIVectorKey.Bufferinstance allocated withmemAlloc.static AIVectorKey.Buffermalloc(int capacity, MemoryStack stack) Returns a newAIVectorKey.Bufferinstance allocated on the specifiedMemoryStack.static AIVectorKeymalloc(MemoryStack stack) Returns a newAIVectorKeyinstance allocated on the specifiedMemoryStack.intmInterpolation(int value) Sets the specified value to themInterpolationfield.doublemTime()mTime(double value) Sets the specified value to themTimefield.mValue()mValue(Consumer<AIVector3D> consumer) Passes themValuefield to the specifiedConsumer.mValue(AIVector3D value) Copies the specifiedAIVector3Dto themValuefield.static intnmInterpolation(long struct) Unsafe version ofmInterpolation().static voidnmInterpolation(long struct, int value) Unsafe version ofmInterpolation.static doublenmTime(long struct) Unsafe version ofmTime().static voidnmTime(long struct, double value) Unsafe version ofmTime.static AIVector3DnmValue(long struct) Unsafe version ofmValue().static voidnmValue(long struct, AIVector3D value) Unsafe version ofmValue.set(double mTime, AIVector3D mValue, int mInterpolation) Initializes this struct with the specified values.set(AIVectorKey src) Copies the specified struct data to this struct.intsizeof()Returnssizeof(struct).Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
MTIME
public static final int MTIMEThe struct member offsets. -
MVALUE
public static final int MVALUEThe struct member offsets. -
MINTERPOLATION
public static final int MINTERPOLATIONThe struct member offsets.
-
-
Constructor Details
-
AIVectorKey
Creates aAIVectorKeyinstance at the current position of the specifiedByteBuffercontainer. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Details
-
sizeof
public int sizeof()Description copied from class:StructReturnssizeof(struct).- Specified by:
sizeofin classStruct<AIVectorKey>
-
mTime
public double mTime()- Returns:
- the value of the
mTimefield.
-
mValue
- Returns:
- a
AIVector3Dview of themValuefield.
-
mInterpolation
public int mInterpolation()- Returns:
- the value of the
mInterpolationfield.
-
mTime
Sets the specified value to themTimefield. -
mValue
Copies the specifiedAIVector3Dto themValuefield. -
mValue
Passes themValuefield to the specifiedConsumer. -
mInterpolation
Sets the specified value to themInterpolationfield. -
set
Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newAIVectorKeyinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newAIVectorKeyinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newAIVectorKeyinstance allocated withBufferUtils. -
create
Returns a newAIVectorKeyinstance for the specified memory address. -
createSafe
-
malloc
Returns a newAIVectorKey.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newAIVectorKey.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newAIVectorKey.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aAIVectorKey.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
malloc
Returns a newAIVectorKeyinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newAIVectorKeyinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newAIVectorKey.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newAIVectorKey.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nmTime
public static double nmTime(long struct) Unsafe version ofmTime(). -
nmValue
Unsafe version ofmValue(). -
nmInterpolation
public static int nmInterpolation(long struct) Unsafe version ofmInterpolation(). -
nmTime
public static void nmTime(long struct, double value) Unsafe version ofmTime. -
nmValue
Unsafe version ofmValue. -
nmInterpolation
public static void nmInterpolation(long struct, int value) Unsafe version ofmInterpolation.
-