Rosetta
|
A simple base class providing common access to a residue identity for movers and filters. The anticipated usage is to derive movers and filters multiply, from the relevant base class and from ResId and make these movers/filters use the residue id encapsulated in this class. More...
#include <core/types.hh>
#include <protocols/moves/ResId.fwd.hh>
#include <core/pose/ResidueIndexDescription.fwd.hh>
#include <utility/VirtualBase.fwd.hh>
#include <core/pose/Pose.fwd.hh>
Classes | |
class | protocols::moves::ResId |
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::moves | |
Functions | |
void | protocols::moves::modify_ResId_based_object (utility::VirtualBaseOP const obj, core::Size const resid) |
Checks whether a referencecount object is a derived from ResId and if so, sets its resid. More... | |
void | protocols::moves::modify_ResId_based_object (utility::VirtualBaseOP const obj, core::pose::ResidueIndexDescriptionCOP r) |
Checks whether a referencecount object is a derived from ResId and if so, sets its resid. More... | |
A simple base class providing common access to a residue identity for movers and filters. The anticipated usage is to derive movers and filters multiply, from the relevant base class and from ResId and make these movers/filters use the residue id encapsulated in this class.