Package ffx.openmm

Class IntSet

java.lang.Object
ffx.openmm.IntSet

public class IntSet extends Object
Int Set.
  • Constructor Details Link icon

    • IntSet Link icon

      public IntSet()
      Constructor.
  • Method Details Link icon

    • insert Link icon

      public void insert(int value)
      Insert a value into the set.
      Parameters:
      value - Value to insert.
    • getPointer Link icon

      public com.sun.jna.ptr.PointerByReference getPointer()
      Get the pointer to the set.
      Returns:
      Pointer to the set.
    • getSize Link icon

      public int getSize()
      Get the size of the set.
      Returns:
      Size of the set.
    • destroy Link icon

      public void destroy()
      Destroy the set.