|
Rosetta 3.5
|
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...
#include <WorkUnitBase.hh>


Public Member Functions | |
| WorkUnit_MoverWrapper (protocols::moves::MoverOP the_mover) | |
| virtual | ~WorkUnit_MoverWrapper () |
| virtual protocols::wum::WorkUnitBaseOP | clone () const |
| virtual void | run () |
| This Work unit doesnt do anything - its just keeps the structures. More... | |
Public Member Functions inherited from protocols::wum::WorkUnit_SilentStructStore | |
| WorkUnit_SilentStructStore () | |
| virtual | ~WorkUnit_SilentStructStore () |
| virtual void | serialize () |
| write decoys into serial data store overwritinge whatever was there before. It basically syncs the silent struct store with the derial data More... | |
| virtual void | deserialize () |
| Make ready for working. More... | |
| const protocols::wum::SilentStructStore & | decoys () const |
| Accessor for decoy store. More... | |
| protocols::wum::SilentStructStore & | decoys () |
| Accessor for decoy store. More... | |
Public Member Functions inherited from protocols::wum::WorkUnitBase | |
| WorkUnitBase () | |
| virtual | ~WorkUnitBase () |
| virtual void | clear_serial_data () |
| Remove all data, make sure that the memory is also cleared, hence the cals to reserve. More... | |
| void | print (std::ostream &out, bool verbose=false) const |
| Print header information to the stream, single line by default or verbose if verbose is set to true. More... | |
| core::Size | id () |
| Accessor to the ID of the WorkUnit. More... | |
| core::Size | extra_data_1 () |
| Accessor to the extra_data_1 and 3 field of the header. More... | |
| core::Size | extra_data_3 () |
| void | add_blacklist (int mpi_rank) |
| Adds to the blacklist. More... | |
| void | clear_blacklist () |
| Erases the blacklist. More... | |
| bool | in_blacklist (int mpi_rank) |
| Finds in blacklist, true if is, false if it isn't. More... | |
| core::Size | get_run_time () |
| Returns the differrence between unix start and stop times. More... | |
| std::string | get_wu_type () const |
| Accessor to header structure, return the WorkUnit Type. More... | |
| void | set_wu_type (const std::string &text) |
| Accessor to header structure, sets the WorkUnit Type. More... | |
| std::string | get_options () const |
| Optain the options string from the header. More... | |
| virtual core::Size | mem_footprint () const |
| Return the memory usage of this WorkUnit. More... | |
| core::Size | last_received_from () |
Protected Member Functions | |
| void | set_defaults () |
Private Attributes | |
| protocols::moves::MoverOP | the_mover_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::wum::WorkUnitBase | |
| WU_Header | header |
| The header data. More... | |
| core::Size | last_received_from_ |
| Contains the serial number of whatever Rank/Node this WU was last receeived from. More... | |
| std::vector< int > | blacklist_ |
| Contains blacklist of nodes. This data is NOT sent, and is only used on the sending side to determine where not to send a workunit. More... | |
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.
Definition at line 260 of file WorkUnitBase.hh.
| protocols::wum::WorkUnit_MoverWrapper::WorkUnit_MoverWrapper | ( | protocols::moves::MoverOP | the_mover) |
|
inlinevirtual |
Definition at line 264 of file WorkUnitBase.hh.
|
inlinevirtual |
Reimplemented from protocols::wum::WorkUnit_SilentStructStore.
Definition at line 266 of file WorkUnitBase.hh.
References WorkUnit_MoverWrapper().
|
virtual |
This Work unit doesnt do anything - its just keeps the structures.
Reimplemented from protocols::wum::WorkUnit_SilentStructStore.
Definition at line 285 of file WorkUnitBase.cc.
References protocols::wum::SilentStructStore::add(), protocols::wum::SilentStructStore::clear(), protocols::wum::WorkUnit_SilentStructStore::decoys(), protocols::wum::SilentStructStore::end(), core::io::serialization::size(), the_mover_, and protocols::wum::TR().
|
protected |
Definition at line 280 of file WorkUnitBase.cc.
Referenced by WorkUnit_MoverWrapper().
|
private |
Definition at line 277 of file WorkUnitBase.hh.
Referenced by run().
1.8.4