NeighborIteratorCell
, NeighborIteratorSite
public interface NeighborIterator
Modifier and Type | Interface | Description |
---|---|---|
static interface |
NeighborIterator.AtomPairConsumer |
Modifier and Type | Method | Description |
---|---|---|
default void |
forEachNeighbor(IAtom targetAtom,
IteratorDirective.Direction direction,
NeighborIterator.AtomPairConsumer action) |
|
void |
forEachNeighbor(IAtom targetAtom,
IteratorDirective.Direction direction,
NeighborIterator.AtomPairConsumer upAction,
NeighborIterator.AtomPairConsumer downAction) |
void forEachNeighbor(IAtom targetAtom, IteratorDirective.Direction direction, NeighborIterator.AtomPairConsumer upAction, NeighborIterator.AtomPairConsumer downAction)
default void forEachNeighbor(IAtom targetAtom, IteratorDirective.Direction direction, NeighborIterator.AtomPairConsumer action)