|
Clipper
|
#include <coords.h>
Public Member Functions | |
| Atom_list () | |
| null constructor | |
| Atom_list (const std::vector< Atom > &list) | |
| constructor: from std::vector<Atom> | |
| template<class T > | |
| Atom_list (const T &list) | |
| Constructor: from vector-like list of atom-like objects. | |
Atom list class.
This class defines a minimal atom list object providing only those properties required for an electron density calculation. It is a trivial derivation from std::vector<Atom>. In addition a template constructor allows it to be constructed from any other object with appropriate properties.
1.7.4