Copyright © 1996 by the Regents of the University of California.

Molecule Interface

The Molecule interface provides the base level functionality for the Molecule class. The Molecule class is used as the master collection class and optionally contains (depending on what is selected in genlib input file) atoms, bonds, residues, coordinate sets, and comments. Of these contained instances, only the functionality for comments is builtin to the Molecule class. It uses the Symbol class from the Molecule Toolkit support library.

Molecule Member Functions

Molecule()
Constructor.
(And genlib generated functions: molComments(), findMolComment(), etc.)

Implementations

Molecule_default
The Molecule_default implementation has a comment collection.

Greg Couch, UCSF Computer Graphics Laboratory