Class AIVertexWeight.Buffer

All Implemented Interfaces:
AutoCloseable, Iterable<AIVertexWeight>, NativeResource, Pointer
Enclosing class:
AIVertexWeight

public static class AIVertexWeight.Buffer extends StructBuffer<AIVertexWeight,AIVertexWeight.Buffer> implements NativeResource
An array of AIVertexWeight structs.
  • Constructor Details

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new AIVertexWeight.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 by AIVertexWeight.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 Details

    • mVertexId

      public int mVertexId()
      Returns:
      the value of the mVertexId field.
    • mWeight

      public float mWeight()
      Returns:
      the value of the mWeight field.
    • mVertexId

      public AIVertexWeight.Buffer mVertexId(int value)
      Sets the specified value to the mVertexId field.
    • mWeight

      public AIVertexWeight.Buffer mWeight(float value)
      Sets the specified value to the mWeight field.