Simpatico  v1.10
Classes | Typedefs
Nonbonded Neighbors

Detailed Description

Classes used to keep track of nonbonded neighbors.

The Cell and CellTag classes are used only in the implementation of a CellList.

Classes

class  McMd::Cell
 A set of Atoms in a small region. More...
 
class  McMd::CellList
 A cell list for Atom objects in a periodic system boundary. More...
 
class  McMd::CellTag
 Location of the pointer to a particular Atom in a CellList. More...
 
class  McMd::PairIterator
 Iterator for pairs in a PairList. More...
 
class  McMd::PairList
 A Verlet neighbor list. More...
 

Typedefs

typedef FSArray< Atom *, MaxNeighbor > McMd::CellList::NeighborArray
 Static array for holding neighbors in a cell list. More...
 

Typedef Documentation

typedef FSArray<Atom*, MaxNeighbor> McMd::CellList::NeighborArray

Static array for holding neighbors in a cell list.

Definition at line 76 of file mcMd/neighbor/CellList.h.