#include "NamdTypes.h"Go to the source code of this file.
Classes | |
| class | AtomMap |
| class | AtomMapper |
Enumerations | |
| enum | { notUsed = -1 } |
|
|
AtomMap maps the global atom ID (int) to the atom's assigned patch ID (int) and local index (int) within that patch. An array of "LocalID" of length (number of atoms) is allocated. The total space required is 2*sizeof(int)*(number of atoms). Definition at line 30 of file AtomMap.h. 00030 { notUsed = -1 };
|
1.3.9.1