etomica.box
Interface BoxCellManager

All Known Implementing Classes:
NeighborCellManager, NeighborCellManagerList, NeighborSiteManager

public interface BoxCellManager

Interface for class that handles assignment of atoms to cells in a box. This facility is needed by neighbor-listing schemes, though it may find use for other purposes.


Method Summary
 void assignCellAll()
          Assigns cells to all molecules in the box.
 CellLattice getLattice()
          Returns the lattice that defines the cell arrangement.
 

Method Detail

getLattice

CellLattice getLattice()
Returns the lattice that defines the cell arrangement.


assignCellAll

void assignCellAll()
Assigns cells to all molecules in the box.