NeighborIterator
public class NeighborIteratorCell extends java.lang.Object implements NeighborIterator
NeighborIterator.AtomPairConsumer
Constructor | Description |
---|---|
NeighborIteratorCell(NeighborCellManager neighborCellManager) |
Modifier and Type | Method | Description |
---|---|---|
void |
forEachNeighbor(IAtom targetAtom,
IteratorDirective.Direction direction,
NeighborIterator.AtomPairConsumer upAction,
NeighborIterator.AtomPairConsumer downAction) |
forEachNeighbor
public NeighborIteratorCell(NeighborCellManager neighborCellManager)
public void forEachNeighbor(IAtom targetAtom, IteratorDirective.Direction direction, NeighborIterator.AtomPairConsumer upAction, NeighborIterator.AtomPairConsumer downAction)
forEachNeighbor
in interface NeighborIterator