Package org.lwjgl.assimp
Class AIMeshMorphKey.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<AIMeshMorphKey,AIMeshMorphKey.Buffer>
-
- org.lwjgl.assimp.AIMeshMorphKey.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable,java.lang.Iterable<AIMeshMorphKey>,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
- Enclosing class:
- AIMeshMorphKey
public static class AIMeshMorphKey.Buffer extends org.lwjgl.system.StructBuffer<AIMeshMorphKey,AIMeshMorphKey.Buffer> implements org.lwjgl.system.NativeResource
An array ofAIMeshMorphKeystructs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intmNumValuesAndWeights()AIMeshMorphKey.BuffermNumValuesAndWeights(int value)Sets the specified value to theAIMeshMorphKey.mNumValuesAndWeights()field.doublemTime()AIMeshMorphKey.BuffermTime(double value)Sets the specified value to theAIMeshMorphKey.mTime()field.java.nio.IntBuffermValues()AIMeshMorphKey.BuffermValues(java.nio.IntBuffer value)Sets the address of the specifiedIntBufferto theAIMeshMorphKey.mValues()field.java.nio.DoubleBuffermWeights()AIMeshMorphKey.BuffermWeights(java.nio.DoubleBuffer value)Sets the address of the specifiedDoubleBufferto theAIMeshMorphKey.mWeights()field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newAIMeshMorphKey.Bufferinstance backed by the specified container. Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided byAIMeshMorphKey.SIZEOF, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
Buffer
public Buffer(long address, int cap)
-
-
Method Detail
-
mTime
public double mTime()
- Returns:
- the value of the
AIMeshMorphKey.mTime()field.
-
mValues
public java.nio.IntBuffer mValues()
- Returns:
- a
IntBufferview of the data pointed to by theAIMeshMorphKey.mValues()field.
-
mWeights
public java.nio.DoubleBuffer mWeights()
- Returns:
- a
DoubleBufferview of the data pointed to by theAIMeshMorphKey.mWeights()field.
-
mNumValuesAndWeights
public int mNumValuesAndWeights()
- Returns:
- the value of the
AIMeshMorphKey.mNumValuesAndWeights()field.
-
mTime
public AIMeshMorphKey.Buffer mTime(double value)
Sets the specified value to theAIMeshMorphKey.mTime()field.
-
mValues
public AIMeshMorphKey.Buffer mValues(java.nio.IntBuffer value)
Sets the address of the specifiedIntBufferto theAIMeshMorphKey.mValues()field.
-
mWeights
public AIMeshMorphKey.Buffer mWeights(java.nio.DoubleBuffer value)
Sets the address of the specifiedDoubleBufferto theAIMeshMorphKey.mWeights()field.
-
mNumValuesAndWeights
public AIMeshMorphKey.Buffer mNumValuesAndWeights(int value)
Sets the specified value to theAIMeshMorphKey.mNumValuesAndWeights()field.
-
-