etomica.atom
Interface AtomFilterCollective

All Superinterfaces:
AtomFilter

public interface AtomFilterCollective
extends AtomFilter

Filter that needs to be informed whenever something has changed and the filtered status of atoms should be redetermined.


Method Summary
 void resetFilter()
          Informs the filter that something in the system has changed (atom positions, velocityies, etc) has changed and the filtered status of the atoms should be determined.
 
Methods inherited from interface etomica.atom.AtomFilter
accept, accept
 

Method Detail

resetFilter

void resetFilter()
Informs the filter that something in the system has changed (atom positions, velocityies, etc) has changed and the filtered status of the atoms should be determined.