Package org.lwjgl.assimp
Class AISkeletonBone
- All Implemented Interfaces:
AutoCloseable,NativeResource,Pointer
struct aiSkeletonBone {
int mParent;
{@link AINode struct aiNode} * mArmature;
{@link AINode struct aiNode} * mNode;
unsigned int mNumnWeights;
{@link AIMesh struct aiMesh} * mMeshId;
{@link AIVertexWeight struct aiVertexWeight} * mWeights;
{@link AIMatrix4x4 struct aiMatrix4x4} mOffsetMatrix;
{@link AIMatrix4x4 struct aiMatrix4x4} mLocalMatrix;
}-
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 member offsets.static final intThe struct member offsets.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
ConstructorsConstructorDescriptionAISkeletonBone(ByteBuffer container) Creates aAISkeletonBoneinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic AISkeletonBonecalloc()Returns a newAISkeletonBoneinstance allocated withmemCalloc.static AISkeletonBone.Buffercalloc(int capacity) Returns a newAISkeletonBone.Bufferinstance allocated withmemCalloc.static AISkeletonBone.Buffercalloc(int capacity, MemoryStack stack) Returns a newAISkeletonBone.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static AISkeletonBonecalloc(MemoryStack stack) Returns a newAISkeletonBoneinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static AISkeletonBonecreate()Returns a newAISkeletonBoneinstance allocated withBufferUtils.static AISkeletonBone.Buffercreate(int capacity) Returns a newAISkeletonBone.Bufferinstance allocated withBufferUtils.static AISkeletonBonecreate(long address) Returns a newAISkeletonBoneinstance for the specified memory address.static AISkeletonBone.Buffercreate(long address, int capacity) Create aAISkeletonBone.Bufferinstance at the specified memory.static @Nullable AISkeletonBonecreateSafe(long address) static @Nullable AISkeletonBone.BuffercreateSafe(long address, int capacity) static AISkeletonBonemalloc()Returns a newAISkeletonBoneinstance allocated withmemAlloc.static AISkeletonBone.Buffermalloc(int capacity) Returns a newAISkeletonBone.Bufferinstance allocated withmemAlloc.static AISkeletonBone.Buffermalloc(int capacity, MemoryStack stack) Returns a newAISkeletonBone.Bufferinstance allocated on the specifiedMemoryStack.static AISkeletonBonemalloc(MemoryStack stack) Returns a newAISkeletonBoneinstance allocated on the specifiedMemoryStack.@Nullable AINodeSets the address of the specifiedAINodeto themArmaturefield.mLocalMatrix(Consumer<AIMatrix4x4> consumer) Passes themLocalMatrixfield to the specifiedConsumer.mLocalMatrix(AIMatrix4x4 value) Copies the specifiedAIMatrix4x4to themLocalMatrixfield.mMeshId()mMeshId(AIMesh.Buffer value) Sets the address of the specifiedAIMesh.Bufferto themMeshIdfield.@Nullable AINodemNode()Sets the address of the specifiedAINodeto themNodefield.intmNumnWeights(int value) Sets the specified value to themNumnWeightsfield.mOffsetMatrix(Consumer<AIMatrix4x4> consumer) Passes themOffsetMatrixfield to the specifiedConsumer.mOffsetMatrix(AIMatrix4x4 value) Copies the specifiedAIMatrix4x4to themOffsetMatrixfield.intmParent()mParent(int value) Sets the specified value to themParentfield.mWeights()mWeights(AIVertexWeight.Buffer value) Sets the address of the specifiedAIVertexWeight.Bufferto themWeightsfield.static @Nullable AINodenmArmature(long struct) Unsafe version ofmArmature().static voidnmArmature(long struct, @Nullable AINode value) Unsafe version ofmArmature.static AIMatrix4x4nmLocalMatrix(long struct) Unsafe version ofmLocalMatrix().static voidnmLocalMatrix(long struct, AIMatrix4x4 value) Unsafe version ofmLocalMatrix.static AIMesh.BuffernmMeshId(long struct) Unsafe version ofmMeshId().static voidnmMeshId(long struct, AIMesh.Buffer value) Unsafe version ofmMeshId.static @Nullable AINodenmNode(long struct) Unsafe version ofmNode().static voidUnsafe version ofmNode.static intnmNumnWeights(long struct) Unsafe version ofmNumnWeights().static voidnmNumnWeights(long struct, int value) Sets the specified value to themNumnWeightsfield of the specifiedstruct.static AIMatrix4x4nmOffsetMatrix(long struct) Unsafe version ofmOffsetMatrix().static voidnmOffsetMatrix(long struct, AIMatrix4x4 value) Unsafe version ofmOffsetMatrix.static intnmParent(long struct) Unsafe version ofmParent().static voidnmParent(long struct, int value) Unsafe version ofmParent.static AIVertexWeight.BuffernmWeights(long struct) Unsafe version ofmWeights().static voidnmWeights(long struct, AIVertexWeight.Buffer value) Unsafe version ofmWeights.set(int mParent, @Nullable AINode mArmature, @Nullable AINode mNode, int mNumnWeights, AIMesh.Buffer mMeshId, AIVertexWeight.Buffer mWeights, AIMatrix4x4 mOffsetMatrix, AIMatrix4x4 mLocalMatrix) Initializes this struct with the specified values.set(AISkeletonBone src) Copies the specified struct data to this struct.intsizeof()Returnssizeof(struct).static voidvalidate(long struct) Validates pointer members that should not beNULL.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. -
MPARENT
public static final int MPARENTThe struct member offsets. -
MARMATURE
public static final int MARMATUREThe struct member offsets. -
MNODE
public static final int MNODEThe struct member offsets. -
MNUMNWEIGHTS
public static final int MNUMNWEIGHTSThe struct member offsets. -
MMESHID
public static final int MMESHIDThe struct member offsets. -
MWEIGHTS
public static final int MWEIGHTSThe struct member offsets. -
MOFFSETMATRIX
public static final int MOFFSETMATRIXThe struct member offsets. -
MLOCALMATRIX
public static final int MLOCALMATRIXThe struct member offsets.
-
-
Constructor Details
-
AISkeletonBone
Creates aAISkeletonBoneinstance 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<AISkeletonBone>
-
mParent
public int mParent()- Returns:
- the value of the
mParentfield.
-
mArmature
- Returns:
- a
AINodeview of the struct pointed to by themArmaturefield.
-
mNode
- Returns:
- a
AINodeview of the struct pointed to by themNodefield.
-
mNumnWeights
public int mNumnWeights()- Returns:
- the value of the
mNumnWeightsfield.
-
mMeshId
- Returns:
- a
AIMesh.Bufferview of the struct array pointed to by themMeshIdfield.
-
mWeights
- Returns:
- a
AIVertexWeight.Bufferview of the struct array pointed to by themWeightsfield.
-
mOffsetMatrix
- Returns:
- a
AIMatrix4x4view of themOffsetMatrixfield.
-
mLocalMatrix
- Returns:
- a
AIMatrix4x4view of themLocalMatrixfield.
-
mParent
Sets the specified value to themParentfield. -
mArmature
Sets the address of the specifiedAINodeto themArmaturefield. -
mNode
Sets the address of the specifiedAINodeto themNodefield. -
mNumnWeights
Sets the specified value to themNumnWeightsfield. -
mMeshId
Sets the address of the specifiedAIMesh.Bufferto themMeshIdfield. -
mWeights
Sets the address of the specifiedAIVertexWeight.Bufferto themWeightsfield. -
mOffsetMatrix
Copies the specifiedAIMatrix4x4to themOffsetMatrixfield. -
mOffsetMatrix
Passes themOffsetMatrixfield to the specifiedConsumer. -
mLocalMatrix
Copies the specifiedAIMatrix4x4to themLocalMatrixfield. -
mLocalMatrix
Passes themLocalMatrixfield to the specifiedConsumer. -
set
public AISkeletonBone set(int mParent, @Nullable AINode mArmature, @Nullable AINode mNode, int mNumnWeights, AIMesh.Buffer mMeshId, AIVertexWeight.Buffer mWeights, AIMatrix4x4 mOffsetMatrix, AIMatrix4x4 mLocalMatrix) 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 newAISkeletonBoneinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newAISkeletonBoneinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newAISkeletonBoneinstance allocated withBufferUtils. -
create
Returns a newAISkeletonBoneinstance for the specified memory address. -
createSafe
-
malloc
Returns a newAISkeletonBone.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newAISkeletonBone.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newAISkeletonBone.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aAISkeletonBone.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
malloc
Returns a newAISkeletonBoneinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newAISkeletonBoneinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newAISkeletonBone.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newAISkeletonBone.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nmParent
public static int nmParent(long struct) Unsafe version ofmParent(). -
nmArmature
Unsafe version ofmArmature(). -
nmNode
Unsafe version ofmNode(). -
nmNumnWeights
public static int nmNumnWeights(long struct) Unsafe version ofmNumnWeights(). -
nmMeshId
Unsafe version ofmMeshId(). -
nmWeights
Unsafe version ofmWeights(). -
nmOffsetMatrix
Unsafe version ofmOffsetMatrix(). -
nmLocalMatrix
Unsafe version ofmLocalMatrix(). -
nmParent
public static void nmParent(long struct, int value) Unsafe version ofmParent. -
nmArmature
Unsafe version ofmArmature. -
nmNode
Unsafe version ofmNode. -
nmNumnWeights
public static void nmNumnWeights(long struct, int value) Sets the specified value to themNumnWeightsfield of the specifiedstruct. -
nmMeshId
Unsafe version ofmMeshId. -
nmWeights
Unsafe version ofmWeights. -
nmOffsetMatrix
Unsafe version ofmOffsetMatrix. -
nmLocalMatrix
Unsafe version ofmLocalMatrix. -
validate
public static void validate(long struct) Validates pointer members that should not beNULL.- Parameters:
struct- the struct to validate
-