![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
#include <occupancy_handlers.h>
Public Member Functions | |
| template<class Iterator > | |
| Atom_list_occupancy_policy (Iterator begin, Iterator end) | |
Keep only a set of atoms given by their atom serial number This object provides an occupancy policy to keep atoms with an occupancy != 1 and with no alternate location using their atom serial number.
| Line_format | is a helper class to read molecular data files such as ESBTL::PDB::Line_format. |
|
inline |
Constructor. The serial numbers of atoms to be kept are given by an iterator range.
| Iterator | is an iterator over unsigned integers. |
| begin | is the first iterator over the range of atom serial numbers. |
| end | is the past-end iterator over the range of atom serial numbers. |