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()Returns the value of themNumValuesAndWeightsfield.AIMeshMorphKey.BuffermNumValuesAndWeights(int value)Sets the specified value to themNumValuesAndWeightsfield.doublemTime()Returns the value of themTimefield.AIMeshMorphKey.BuffermTime(double value)Sets the specified value to themTimefield.java.nio.IntBuffermValues()Returns aIntBufferview of the data pointed to by themValuesfield.AIMeshMorphKey.BuffermValues(java.nio.IntBuffer value)Sets the address of the specifiedIntBufferto themValuesfield.java.nio.DoubleBuffermWeights()Returns aDoubleBufferview of the data pointed to by themWeightsfield.AIMeshMorphKey.BuffermWeights(java.nio.DoubleBuffer value)Sets the address of the specifiedDoubleBufferto themWeightsfield.
-
-
-
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 themTimefield.
-
mValues
public java.nio.IntBuffer mValues()
Returns aIntBufferview of the data pointed to by themValuesfield.
-
mWeights
public java.nio.DoubleBuffer mWeights()
Returns aDoubleBufferview of the data pointed to by themWeightsfield.
-
mNumValuesAndWeights
public int mNumValuesAndWeights()
Returns the value of themNumValuesAndWeightsfield.
-
mTime
public AIMeshMorphKey.Buffer mTime(double value)
Sets the specified value to themTimefield.
-
mValues
public AIMeshMorphKey.Buffer mValues(java.nio.IntBuffer value)
Sets the address of the specifiedIntBufferto themValuesfield.
-
mWeights
public AIMeshMorphKey.Buffer mWeights(java.nio.DoubleBuffer value)
Sets the address of the specifiedDoubleBufferto themWeightsfield.
-
mNumValuesAndWeights
public AIMeshMorphKey.Buffer mNumValuesAndWeights(int value)
Sets the specified value to themNumValuesAndWeightsfield.
-
-