#include <PAtomShell.h>
Public Member Functions | |
| PAtomShell (Real covalentRadius, Real vanDerWaalsRadius, const string &name, GLColor color) | |
| Real | getCovalentRadius () const |
| Real | getVanDerWaalsRadius () const |
| string | getName () const |
| GLColor | getColor () const |
| PAtomShell::PAtomShell | ( | Real | covalentRadius, | |
| Real | vanDerWaalsRadius, | |||
| const string & | name, | |||
| GLColor | color | |||
| ) |
Constructs a new PAtomShell. Caller must specify both the covalent and van der Waals radius, in Angstroms; the name of the atom; and the color to be used when drawing the atom.
| Real PAtomShell::getCovalentRadius | ( | ) | const [inline] |
Returns the covalent radius of this atom.
| Real PAtomShell::getVanDerWaalsRadius | ( | ) | const [inline] |
Returns the van der Waals radius of this atom.
| string PAtomShell::getName | ( | ) | const [inline] |
Returns the name of this atom.
| GLColor PAtomShell::getColor | ( | ) | const [inline] |
Returns the color to be drawn when this atom is displayed graphically.
1.5.1