![]() |
Rosetta
2020.50
|
Functions for switching the residue type set of a pose. More...
#include <core/types.hh>
#include <core/pose/Pose.fwd.hh>
#include <core/chemical/ChemicalManager.fwd.hh>
#include <core/chemical/ResidueTypeSet.fwd.hh>
#include <core/chemical/ResidueType.fwd.hh>
#include <core/chemical/MutableResidueType.fwd.hh>
#include <core/conformation/symmetry/SymmetryInfo.fwd.hh>
#include <utility/vector1.hh>
Namespaces | |
core | |
A class for reading in the atom type properties. | |
core::util | |
Functions | |
void | core::util::switch_to_residue_type_set (core::pose::Pose &pose, core::chemical::ResidueTypeSet const &type_set, core::Size const threads_to_request, bool allow_sloppy_match, bool switch_protein_res_only, bool keep_energies) |
void | core::util::switch_to_residue_type_set (core::pose::Pose &pose, core::chemical::TypeSetMode type_set_mode, core::Size const threads_to_request, bool allow_sloppy_match, bool switch_protein_res_only, bool keep_energies) |
void | core::util::switch_to_residue_type_set (core::pose::Pose &pose, std::string const &type_set_name, core::Size const threads_to_request, bool allow_sloppy_match, bool switch_protein_res_only, bool keep_energies) |
void | core::util::switch_to_centroid_rot_set (core::pose::Pose &pose, core::conformation::symmetry::SymmetryInfoCOP symm_info, core::chemical::ResidueTypeSet const &rsd_set, bool) |
core::chemical::MutableResidueTypeOP | core::util::generate_replacement_restype (core::chemical::ResidueType const &restype, core::chemical::TypeSetMode mode) |
Attempt to generate a new residue type of the appropriate mode. If not possible, return a nullptr. More... | |
void | core::util::rebuild_fa_disulfides (core::pose::Pose &pose, core::Size const threads_to_request=0) |
Rebuild disulfides after a transition to a full atom ResidueTypeSet. More... | |
Functions for switching the residue type set of a pose.