IMP Reference Guide
develop.298718d020,2025/02/22
The Integrative Modeling Platform
|
Functions to read PDBs in mmCIF or BinaryCIF format. More...
Go to the source code of this file.
Namespaces | |
IMP | |
Base functionality and abstract base classes for representation, scoring and sampling. | |
IMP::atom | |
Functionality for loading, creating, manipulating and scoring atomic structures. | |
Functions | |
Hierarchy | IMP::atom::read_bcif (TextInput input, Model *model, PDBSelector *selector=get_default_pdb_selector(), bool select_first_model=true) |
Read all the molecules in the first model of the BinaryCIF file. More... | |
Hierarchy | IMP::atom::read_mmcif (TextInput input, Model *model, PDBSelector *selector=get_default_pdb_selector(), bool select_first_model=true) |
Read all the molecules in the first model of the mmCIF file. More... | |
Hierarchies | IMP::atom::read_multimodel_bcif (TextInput input, Model *model, PDBSelector *selector=get_default_pdb_selector()) |
Read all models from the BinaryCIF file. More... | |
Hierarchies | IMP::atom::read_multimodel_mmcif (TextInput input, Model *model, PDBSelector *selector=get_default_pdb_selector()) |
Read all models from the mmCIF file. More... | |
Hierarchies | IMP::atom::read_multimodel_pdb_any (TextInput input, Model *model, PDBSelector *selector=get_default_pdb_selector()) |
Read all models from the PDB-like file. More... | |
Hierarchy | IMP::atom::read_pdb_any (TextInput input, Model *model, PDBSelector *selector=get_default_pdb_selector(), bool select_first_model=true) |
Read all the molecules in the first model of the PDB-like file. More... | |