![]() |
Rosetta
2021.16
|
a class which represents a residue index as a PDB information (chain, resindex, insertion code) More...
#include <ResidueIndexDescription.hh>

Public Member Functions | |
| ResidueIndexDescriptionPDB (char chain, int resindex, char insertion_code= ' ') | |
| ResidueIndexDescriptionPDB (RID_SourceCOP source, char chain, int resindex, char insertion_code= ' ') | |
| ~ResidueIndexDescriptionPDB () override | |
| char | chain () const |
| int | resindex () const |
| char | insertion_code () const |
| Size | resolve_index (core::pose::Pose const &p, bool no_error=false) const override |
| Turn the internal data into a pose index (in the range from 1 to total residue) If it can't be converted, throw an exception, unless no_error is true. If no_error is true, return 0 or a residue number outside the pose range. More... | |
| void | show (std::ostream &) const override |
| Output a description of the residue. More... | |
Public Member Functions inherited from core::pose::ResidueIndexDescription | |
| ResidueIndexDescription () | |
| ResidueIndexDescription (RID_SourceCOP source) | |
| ~ResidueIndexDescription () override | |
| RID_SourceCOP | get_source () const |
Private Attributes | |
| char | chain_ |
| int | resindex_ |
| char | insertion_code_ |
Additional Inherited Members | |
Protected Member Functions inherited from core::pose::ResidueIndexDescription | |
| std::string | source_string () const |
| Provide a formatted string representing the source of the information (if any) More... | |
| core::Size | do_error (bool no_error, std::string const &msg) const |
| Convenience function for triggering error conditions. More... | |
a class which represents a residue index as a PDB information (chain, resindex, insertion code)
|
inline |
|
inline |
|
overridedefault |
|
inline |
References chain_.
|
inline |
References insertion_code_.
|
inline |
References resindex_.
|
overridevirtual |
Turn the internal data into a pose index (in the range from 1 to total residue) If it can't be converted, throw an exception, unless no_error is true. If no_error is true, return 0 or a residue number outside the pose range.
Implements core::pose::ResidueIndexDescription.
References chain_, core::pose::ResidueIndexDescription::do_error(), insertion_code_, core::pose::Pose::pdb_info(), resindex_, core::pose::ResidueIndexDescription::source_string(), and core::id::to_string().
|
overridevirtual |
Output a description of the residue.
In general will give a form which can be added "in-line" (no line ending)
Implements core::pose::ResidueIndexDescription.
References chain_, insertion_code_, and resindex_.
|
private |
Referenced by chain(), resolve_index(), and show().
|
private |
Referenced by insertion_code(), resolve_index(), and show().
|
private |
Referenced by resindex(), resolve_index(), and show().
1.8.7