Class NeighborList.AtomIndex

java.lang.Object
ffx.potential.nonbonded.NeighborList.AtomIndex
Enclosing class:
NeighborList

public static class NeighborList.AtomIndex extends Object
Hold the atom index and its symmetry operator.
  • Field Details

    • iSymm

      public final int iSymm
    • i

      public final int i
  • Constructor Details

    • AtomIndex

      public AtomIndex(int iSymm, int i)