![]() |
RDKit
Open-source cheminformatics and machine learning.
|
Defines Monomer information classes. More...
#include <string>
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Classes | |
class | RDKit::AtomMonomerInfo |
The abstract base class for atom-level monomer info. More... | |
class | RDKit::AtomPDBResidueInfo |
Captures atom-level information about peptide residues. More... | |
Namespaces | |
RDKit | |
Includes a bunch of functionality for handling Atom and Bond queries. | |
Functions | |
std::ostream & | operator<< (std::ostream &target, const RDKit::AtomPDBResidueInfo &apri) |
allows AtomPDBResidueInfo objects to be dumped to streams More... | |
Defines Monomer information classes.
Definition in file MonomerInfo.h.
std::ostream& operator<< | ( | std::ostream & | target, |
const RDKit::AtomPDBResidueInfo & | apri | ||
) |
allows AtomPDBResidueInfo objects to be dumped to streams
Referenced by RDKit::AtomPDBResidueInfo::copy().