Rosetta
Namespaces | Functions
RetrieveStoredTaskOperation.cc File Reference

Retrieves a stored task from the pose's CacheableData. Must be used in conjunction with the StoredTaskMover. Allows storage/retrieval of a task so that particular sets of residues can be stably addressed throughout the entirety of a RosettaScripts protocol. More...

#include <protocols/task_operations/RetrieveStoredTaskOperation.hh>
#include <protocols/task_operations/RetrieveStoredTaskOperationCreator.hh>
#include <basic/Tracer.hh>
#include <utility/exit.hh>
#include <utility/tag/Tag.hh>
#include <core/pose/Pose.hh>
#include <core/pack/task/PackerTask.hh>
#include <basic/datacache/BasicDataCache.hh>
#include <core/pose/datacache/CacheableDataType.hh>
#include <protocols/task_operations/STMStoredTask.hh>
#include <utility/tag/XMLSchemaGeneration.hh>
#include <core/pack/task/operation/task_op_schemas.hh>

Namespaces

 protocols
 The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP.
 
 protocols::task_operations
 

Functions

static basic::Tracer TR ("protocols.task_operations.RetrieveStoredTaskOperation")
 

Detailed Description

Retrieves a stored task from the pose's CacheableData. Must be used in conjunction with the StoredTaskMover. Allows storage/retrieval of a task so that particular sets of residues can be stably addressed throughout the entirety of a RosettaScripts protocol.

Author
Neil King (neilk.nosp@m.ing@.nosp@m.uw.ed.nosp@m.u)

Function Documentation

◆ TR()

static basic::Tracer TR ( "protocols.task_operations.RetrieveStoredTaskOperation"  )
static