#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' )) |
|
|
Definition at line 350 of file BaseMolecule.h. Referenced by BaseMolecule::analyze, and vmd_bond_search. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002