39 static const int Capacity = 4;
81 int atomIds_[Capacity];
95 for (
int i=0; i < size_ ; ++i) {
96 if (atomIds_[i] ==
id)
return true;
Set of Atoms for which pair interactions with a parent Atom are "masked".
int operator[](int i) const
Return value of atom index number i.
void clear()
Clear the masked set (remove all atoms).
void append(int id)
Add an Atom to the masked set.
File containing preprocessor macros for error handling.
Parallel domain decomposition (DD) MD simulation.
int size() const
Return the number of masked atoms.
bool isMasked(int id) const
True if the atom is in the masked set for the parent Atom.