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()
Returns the value of themNumValuesAndWeights
field.AIMeshMorphKey.Buffer
mNumValuesAndWeights(int value)
Sets the specified value to themNumValuesAndWeights
field.double
mTime()
Returns the value of themTime
field.AIMeshMorphKey.Buffer
mTime(double value)
Sets the specified value to themTime
field.java.nio.IntBuffer
mValues()
Returns aIntBuffer
view of the data pointed to by themValues
field.AIMeshMorphKey.Buffer
mValues(java.nio.IntBuffer value)
Sets the address of the specifiedIntBuffer
to themValues
field.java.nio.DoubleBuffer
mWeights()
Returns aDoubleBuffer
view of the data pointed to by themWeights
field.AIMeshMorphKey.Buffer
mWeights(java.nio.DoubleBuffer value)
Sets the address of the specifiedDoubleBuffer
to themWeights
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 themTime
field.
-
mValues
public java.nio.IntBuffer mValues()
Returns aIntBuffer
view of the data pointed to by themValues
field.
-
mWeights
public java.nio.DoubleBuffer mWeights()
Returns aDoubleBuffer
view of the data pointed to by themWeights
field.
-
mNumValuesAndWeights
public int mNumValuesAndWeights()
Returns the value of themNumValuesAndWeights
field.
-
mTime
public AIMeshMorphKey.Buffer mTime(double value)
Sets the specified value to themTime
field.
-
mValues
public AIMeshMorphKey.Buffer mValues(java.nio.IntBuffer value)
Sets the address of the specifiedIntBuffer
to themValues
field.
-
mWeights
public AIMeshMorphKey.Buffer mWeights(java.nio.DoubleBuffer value)
Sets the address of the specifiedDoubleBuffer
to themWeights
field.
-
mNumValuesAndWeights
public AIMeshMorphKey.Buffer mNumValuesAndWeights(int value)
Sets the specified value to themNumValuesAndWeights
field.
-
-