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 ofAIMeshMorphKey
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
mNumValuesAndWeights()
AIMeshMorphKey.Buffer
mNumValuesAndWeights(int value)
Sets the specified value to theAIMeshMorphKey.mNumValuesAndWeights()
field.double
mTime()
AIMeshMorphKey.Buffer
mTime(double value)
Sets the specified value to theAIMeshMorphKey.mTime()
field.java.nio.IntBuffer
mValues()
AIMeshMorphKey.Buffer
mValues(java.nio.IntBuffer value)
Sets the address of the specifiedIntBuffer
to theAIMeshMorphKey.mValues()
field.java.nio.DoubleBuffer
mWeights()
AIMeshMorphKey.Buffer
mWeights(java.nio.DoubleBuffer value)
Sets the address of the specifiedDoubleBuffer
to theAIMeshMorphKey.mWeights()
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newAIMeshMorphKey.Buffer
instance 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
IntBuffer
view of the data pointed to by theAIMeshMorphKey.mValues()
field.
-
mWeights
public java.nio.DoubleBuffer mWeights()
- Returns:
- a
DoubleBuffer
view 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 specifiedIntBuffer
to theAIMeshMorphKey.mValues()
field.
-
mWeights
public AIMeshMorphKey.Buffer mWeights(java.nio.DoubleBuffer value)
Sets the address of the specifiedDoubleBuffer
to theAIMeshMorphKey.mWeights()
field.
-
mNumValuesAndWeights
public AIMeshMorphKey.Buffer mNumValuesAndWeights(int value)
Sets the specified value to theAIMeshMorphKey.mNumValuesAndWeights()
field.
-
-