66 static const int Capacity = 4;
69 const Atom* atomPtrs_[Capacity];
86 const Atom* ptr = &atom;
87 for (
int i=0; i < size_ ; ++i) {
88 if (atomPtrs_[i] == ptr)
return true;
Set of Atoms for which pair interactions with a target Atom are "masked".
bool isMasked(const Atom &atom) const
True if the atom is in the masked set for the target Atom.
A point particle within a Molecule.
void clear()
Clear the mask set (remove all atoms).
int size() const
Return the number of masked atoms.
Single-processor Monte Carlo (MC) and molecular dynamics (MD).
void append(const Atom &atom)
Add an Atom to the masked set.