NAMD
Classes | Enumerations
AtomMap.h File Reference
#include "NamdTypes.h"

Go to the source code of this file.

Classes

class  AtomMap
 
class  AtomMapper
 

Enumerations

enum  { notUsed = -1 }
 

Enumeration Type Documentation

anonymous enum

Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved. 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).

Enumerator
notUsed 

Definition at line 30 of file AtomMap.h.

30 { notUsed = -1 };