Rosetta  2021.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
ExternalPackerResultLoader.cc File Reference

A mover that reads the result of an externally-called packer, and applies it to a pose to generate a structure. More...

#include <protocols/quantum_annealing/ExternalPackerResultLoader.hh>
#include <protocols/quantum_annealing/ExternalPackerResultLoaderCreator.hh>
#include <core/pose/Pose.hh>
#include <core/pack/interaction_graph/util.hh>
#include <basic/Tracer.hh>
#include <utility/tag/Tag.hh>
#include <utility/string_util.hh>
#include <utility/pointer/memory.hh>
#include <utility/tag/XMLSchemaGeneration.hh>
#include <protocols/moves/mover_schemas.hh>

Namespaces

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

Functions

static basic::Tracer TR ("protocols.quantum_annealing.ExternalPackerResultLoader")
 
std::ostream & protocols::quantum_annealing::operator<< (std::ostream &os, ExternalPackerResultLoader const &mover)
 private methods /// More...
 

Detailed Description

A mover that reads the result of an externally-called packer, and applies it to a pose to generate a structure.

Author
Vikram K. Mulligan (vmull.nosp@m.igan.nosp@m.@flat.nosp@m.iron.nosp@m.insti.nosp@m.tute.nosp@m..org)

Function Documentation

static basic::Tracer TR ( "protocols.quantum_annealing.ExternalPackerResultLoader"  )
static