#include "ccp4srs_container.h"
#include "memio_.h"
#include "mmdb2/mmdb_atom.h"
#include "mmdb2/mmdb_mmcif_.h"
#include "mmdb2/mmdb_defs.h"
Go to the source code of this file.
|
| ccp4srs::DefineClass (Atom) |
|
void | ccp4srs::get_atom_from_cif (int &index, mmdb::mmcif::PLoop loop, mmdb::cpstr Tag, int row, Container< Atom > &atoms, int &rc) |
|
void | ccp4srs::get_atom_from_cif (int &index, mmdb::mmcif::PStruct mmCIFStruct, mmdb::cpstr Tag, Container< Atom > &atoms, int &rc) |
|
void | ccp4srs::add_atom_to_cif (mmdb::mmcif::PLoop loop, int atom_no, Container< Atom > &atoms) |
|