Package ffx.openmm
Class IntSet
java.lang.Object
ffx.openmm.IntSet
Int Set.
-
Constructor Details
-
IntSet
public IntSet()Constructor.
-
-
Method Details
-
insert
public void insert(int value) Insert a value into the set.- Parameters:
value
- Value to insert.
-
getPointer
public com.sun.jna.ptr.PointerByReference getPointer()Get the pointer to the set.- Returns:
- Pointer to the set.
-
getSize
public int getSize()Get the size of the set.- Returns:
- Size of the set.
-
destroy
public void destroy()Destroy the set.
-