Rosetta
|
base class for containers of movers such as SequenceMover More...
#include <protocols/moves/MoverContainer.fwd.hh>
#include <protocols/moves/Mover.hh>
#include <core/types.hh>
#include <core/pose/Pose.fwd.hh>
#include <utility/tag/Tag.fwd.hh>
#include <basic/datacache/DataMap.fwd.hh>
#include <string>
#include <utility/vector0.hh>
#include <utility/vector1.hh>
Classes | |
class | protocols::moves::MoverContainer |
class | protocols::moves::SequenceMover |
A Mover that iterates through a vector of Movers, applying each one sequentially. More... | |
class | protocols::moves::RandomMover |
RandomMover picks a random move and applies it. More... | |
class | protocols::moves::CycleMover |
CycleMover iterates through its vector of Movers one at a time over many calls to apply(). More... | |
class | protocols::moves::SwitchMover |
SwitchMover can hold multiple movers and execute only the requested one. More... | |
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::moves | |
base class for containers of movers such as SequenceMover