Class NeighborList.AtomIndex

java.lang.Object
ffx.potential.nonbonded.NeighborList.AtomIndex
All Implemented Interfaces:
Comparable<NeighborList.AtomIndex>
Enclosing class:
NeighborList

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

    • iSymm

      public final int iSymm
    • i

      public final int i
    • z

      public final double z
  • Constructor Details

    • AtomIndex

      public AtomIndex(int iSymm, int i, double z)
  • Method Details