Rosetta
|
a bunch of utility functions used in enzdes More...
#include <core/conformation/Residue.fwd.hh>
#include <core/chemical/ResidueType.fwd.hh>
#include <utility/vector1.hh>
Namespaces | |
core | |
A class for reading in the atom type properties. | |
core::pack | |
core::pack::rotamer_set | |
Functions | |
utility::vector1< core::conformation::ResidueCOP > | core::pack::rotamer_set::bb_independent_rotamers (core::chemical::ResidueTypeCOP rot_restype, bool ignore_cmdline=false) |
a crude function to spit out a list of rotamers given the residue type only, independent of backbone currently there is no proper way of doing this, since the Dunbrack bbind library is not implemented in rosetta. this function tries to circumvent that by constructing a one residue pose and then using the regular dunbrack library, which will use neutral phi/psi for the only residue in the pose the bool ignore_cmdline can be used if someone only wants base inverse rotamers but use the full set in packing More... | |
a bunch of utility functions used in enzdes