![]() |
Rosetta Core
2014.16.56682
|
#include <ostream>Namespaces | |
| core | |
| A class for defining atom parameters, known as atom_types. | |
| core::chemical | |
Functions | |
| AA | core::chemical::aa_from_name (std::string const &name) |
| Give an AA string name, return its enum type. More... | |
| bool | core::chemical::is_canonical_D_aa (AA aa) |
| Give an enum type, return true if and only if it is a D-amino acid that is the mirror image of a canonical alpha-L-amino acid. More... | |
| AA | core::chemical::get_L_equivalent (AA aa) |
| Given an enum type for a D-amino acid with a canonical side-chain, return the enum type for the corresponding L-amino acid (or aa_unk if the corresponding L-amino acid cannot be determined). More... | |
| AA | core::chemical::get_D_equivalent (AA aa) |
| Given an enum type for a L-amino acid with a canonical side-chain, return the enum type for the corresponding D-amino acid (or aa_unk if the corresponding D-amino acid cannot be determined). More... | |
| std::string | core::chemical::name_from_aa (AA aa) |
| give a enum type and return the string name More... | |
| char | core::chemical::oneletter_code_from_aa (AA aa) |
| give a enum type and return the string name More... | |
| AA | core::chemical::aa_from_oneletter_code (char onelettercode) |
| give a 1 letter code and return the string name More... | |
| bool | core::chemical::oneletter_code_specifies_aa (char onelettercode) |
| std::istream & | core::chemical::operator>> (std::istream &is, AA &aa) |
| input operator for AA enum type More... | |
| std::ostream & | core::chemical::operator<< (std::ostream &os, AA const &aa) |
| output operator for AA enum type More... | |
1.8.7