![]() |
Rosetta
2021.16
|
#include <BasicRotamerLibrarySpecification.hh>

Public Member Functions | |
| BasicRotamerLibrarySpecification () | |
| RotamerLibrarySpecificationOP | clone () const override |
| Create a copy of the RotamerLibrarySpecification, respecting the subclassing. More... | |
| std::string | keyname () const override |
| Which type of SingleResidueRotamerLibrary does this specification sub-type correspond to? More... | |
| std::string | cache_tag (ResidueType const &) const override |
| void | describe (std::ostream &out) const override |
| Write a params-file-like description of this RotamerLibrarySpecification to the given output stream. Can be multi-line, will be ended with a newline. More... | |
Public Member Functions inherited from core::chemical::rotamers::RotamerLibrarySpecification | |
| RotamerLibrarySpecification ()=default | |
Static Public Member Functions | |
| static std::string | library_name () |
| Static function for access to type_name, to have a single string which is used for both this class and for the SingleResidueRotamerLibraryCreator. More... | |
|
default |
|
overridevirtual |
There's only a single BasicRotamerLibrary
Reimplemented from core::chemical::rotamers::RotamerLibrarySpecification.
References library_name().
|
overridevirtual |
Create a copy of the RotamerLibrarySpecification, respecting the subclassing.
Implements core::chemical::rotamers::RotamerLibrarySpecification.
|
overridevirtual |
Write a params-file-like description of this RotamerLibrarySpecification to the given output stream. Can be multi-line, will be ended with a newline.
Implements core::chemical::rotamers::RotamerLibrarySpecification.
References library_name().
|
overridevirtual |
Which type of SingleResidueRotamerLibrary does this specification sub-type correspond to?
Implements core::chemical::rotamers::RotamerLibrarySpecification.
References library_name().
|
static |
Static function for access to type_name, to have a single string which is used for both this class and for the SingleResidueRotamerLibraryCreator.
Referenced by cache_tag(), describe(), core::pack::rotamers::SingleBasicRotamerLibraryCreator::keyname(), core::chemical::rotamers::BasicRotamerLibrarySpecificationCreator::keyname(), and keyname().
1.8.7