Chemical Data Processing Library C++ API - Version 1.1.1
|
A global dictionary for the lookup of meta-data associated with the residues in biological macromolecules. More...
#include <ResidueDictionary.hpp>
Classes | |
class | Entry |
Public Types | |
typedef std::shared_ptr< ResidueDictionary > | SharedPointer |
typedef boost::transform_iterator< std::function< const Entry &(const EntryLookupTable::value_type &)>, EntryLookupTable::const_iterator > | ConstEntryIterator |
Public Member Functions | |
void | addEntry (const Entry &entry) |
bool | containsEntry (const std::string &code) const |
void | removeEntry (const std::string &code) |
const Entry & | getEntry (const std::string &code) const |
void | clear () |
std::size_t | getNumEntries () const |
ConstEntryIterator | getEntriesBegin () const |
ConstEntryIterator | getEntriesEnd () const |
ConstEntryIterator | begin () const |
ConstEntryIterator | end () const |
void | loadDefaults () |
Static Public Member Functions | |
static void | set (const SharedPointer &dict) |
static const SharedPointer & | get () |
static const std::string & | getReplacedCode (const std::string &code) |
static const std::string & | getReplacedByCode (const std::string &code) |
static bool | isObsolete (const std::string &code) |
static const std::string & | getName (const std::string &code) |
static bool | isStdResidue (const std::string &code) |
static unsigned int | getType (const std::string &code) |
static Chem::MolecularGraph::SharedPointer | getStructure (const std::string &code) |
A global dictionary for the lookup of meta-data associated with the residues in biological macromolecules.
typedef std::shared_ptr<ResidueDictionary> CDPL::Biomol::ResidueDictionary::SharedPointer |
typedef boost::transform_iterator<std::function<const Entry&(const EntryLookupTable::value_type&)>, EntryLookupTable::const_iterator> CDPL::Biomol::ResidueDictionary::ConstEntryIterator |
void CDPL::Biomol::ResidueDictionary::addEntry | ( | const Entry & | entry | ) |
bool CDPL::Biomol::ResidueDictionary::containsEntry | ( | const std::string & | code | ) | const |
void CDPL::Biomol::ResidueDictionary::removeEntry | ( | const std::string & | code | ) |
const Entry& CDPL::Biomol::ResidueDictionary::getEntry | ( | const std::string & | code | ) | const |
void CDPL::Biomol::ResidueDictionary::clear | ( | ) |
std::size_t CDPL::Biomol::ResidueDictionary::getNumEntries | ( | ) | const |
ConstEntryIterator CDPL::Biomol::ResidueDictionary::getEntriesBegin | ( | ) | const |
ConstEntryIterator CDPL::Biomol::ResidueDictionary::getEntriesEnd | ( | ) | const |
ConstEntryIterator CDPL::Biomol::ResidueDictionary::begin | ( | ) | const |
ConstEntryIterator CDPL::Biomol::ResidueDictionary::end | ( | ) | const |
void CDPL::Biomol::ResidueDictionary::loadDefaults | ( | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |