Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

BaseMolecule.h File Reference

#include "NameList.h"
#include "Atom.h"
#include "Residue.h"
#include "Timestep.h"
#include "Fragment.h"
#include "intstack.h"

Go to the source code of this file.

Compounds

class  BaseMolecule
 Base class for all molecules, without display-specific information. This portion of a molecule contains the structural data, and all routines to find the structure (backbone, residues, etc). It contains the animation list as well. More...


Defines

#define IS_HYDROGEN(s)   (s[0] == 'H' || (isdigit(s[0]) && s[1] == 'H' ))


Define Documentation

#define IS_HYDROGEN      (s[0] == 'H' || (isdigit(s[0]) && s[1] == 'H' ))
 

Definition at line 350 of file BaseMolecule.h.

Referenced by BaseMolecule::analyze, and vmd_bond_search.


Generated on Thu Jul 3 01:28:02 2008 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002