MMDB atom list class. More...
#include <clipper_mmdb.h>
Public Member Functions | |
| MMDBAtom_list (const mmdb::PPCAtom ppcatom, const int natom) | |
| constructor: from PPCAtom | |
MMDB atom list class.
This class is used to convert an MMDB PPCAtom to a Clipper Atom_list. It is a trivial derivation of a clipper::Atom_list, and may be used wherever an Atom_list is required.
| clipper::MMDBAtom_list::MMDBAtom_list | ( | const mmdb::PPCAtom | ppcatom, | |
| const int | natom | |||
| ) |
constructor: from PPCAtom
The atom list is constructed from the MMDB atom pointers by copying. This should be fast compared to any task for which Clipper uses an atom list.
| ppcatom | The MMDB array of atom pointers. | |
| natom | The number of atoms. |
1.6.1