![]() |
Rosetta Protocols
2014.35
|
#include <protocols/wum/WorkUnitBase.fwd.hh>
#include <core/pose/Pose.fwd.hh>
#include <core/types.hh>
#include <protocols/moves/Mover.hh>
#include <protocols/wum/SilentStructStore.hh>
#include <utility/pointer/ReferenceCount.hh>
#include <string>
#include <vector>
#include <utility/vector1.hh>
Classes | |
class | protocols::wum::WorkUnitBase |
The base class for all work units. More... | |
struct | protocols::wum::WorkUnitBase::WU_Header |
this structure can contain any non-dynamicly allocated data. Any simple data types can be used here, ints, real, floats, char, etc.. More... | |
class | protocols::wum::WorkUnit_Wait |
class | protocols::wum::WorkUnit_SilentStructStore |
This WorkUnit type has structures in it. Most Workunits should derive from this one rather THe the Base class. More... | |
class | protocols::wum::WorkUnit_MoverWrapper |
This WorkUnit type can encapsulate any MoverOP. When registering this WOrkunit provide it with a MoverOP and then, when executed on the slaves, this workunit will run the mover On every single input structure and return the results. More... | |
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::wum | |