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

Libmol Overview

Libmolkit.a provides support for genlib Molecule toolkit. The following classes are provided: AtomicSymbol, MolResId, and TimeStamp. There are also some PDBio helper functions.

Compiling with libmolkit

Since genlib adds a -I${OTFROOT}/include to its compiles, one only needs to "#include <molkit/class.h>" to get the corresponding class definition. To link against the library, one typically adds "-L${OTFROOT}/lib -lmolkit" compiler arguments for linking.
Greg Couch, UCSF Computer Graphics Laboratory