![]() |
IMP
2.1.1
The Integrative Modeling Platform
|
Functions to read mol2s. More...
#include <IMP/atom/atom_config.h>#include "Hierarchy.h"#include "atom_macros.h"#include "internal/mol2.h"#include <IMP/kernel/Model.h>#include <IMP/kernel/Particle.h>#include <IMP/base/file.h>
Include dependency graph for mol2.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | IMP::atom::AllMol2Selector |
| Read all atoms. More... | |
| class | IMP::atom::Mol2Selector |
| A base class for choosing which Mol2 atoms to read. More... | |
| class | IMP::atom::NonHydrogenMol2Selector |
| Defines a selector that will pick only non-hydrogen atoms. More... | |
Namespaces | |
| IMP | |
| All IMP::kernel code is brought into the IMP namespace. | |
| IMP::atom | |
| See IMP.atom for more information. | |
Mol2 IO | |
The read function produces a hierarchy containing the molecule. The write hierarchy writes all the Residue types in the hierarchy to the file. | |
| Hierarchy | IMP::atom::read_mol2 (base::TextInput mol2_file, kernel::Model *model, Mol2Selector *mol2sel=nullptr) |
| Create a hierarchy from a Mol2 file. | |
| void | IMP::atom::write_mol2 (Hierarchy rhd, base::TextOutput file_name) |
| Write a lignand hierarchy as a mol2 file. More... | |