Clipper
Public Member Functions
clipper::Atom_list Class Reference

Atom list class. More...

#include <coords.h>

List of all members.

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.

Detailed Description

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.


The documentation for this class was generated from the following file: