Molmodel
Public Member Functions

SimTK::Compound::SingleAtom Class Reference

Base class for single-atom Compound building blocks. More...

#include <Compound.h>

Inheritance diagram for SimTK::Compound::SingleAtom:

List of all members.

Public Member Functions

 SingleAtom (const Compound::AtomName &atomName, const Element &element)

Detailed Description

Base class for single-atom Compound building blocks.

There is not an explicit Atom class in the public Molmodel API. The Compound::SingleAtom class is intended to provide single atom Compounds that can be linked together during the construction of Molecules. Many of the predefined Molecule types in the Molmodel API use SingleAtoms in their construction.


Constructor & Destructor Documentation

SimTK::Compound::SingleAtom::SingleAtom ( const Compound::AtomName atomName,
const Element element 
) [inline]
Parameters:
atomNamename for new atom
elementchemical element of new atom

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines