Rosetta
Classes | Namespaces
PoseFolder.hh File Reference

Given a pose with all residues, assign a 3D conformation to that pose. More...

#include <protocols/denovo_design/components/PoseFolder.fwd.hh>
#include <protocols/loops/Loops.fwd.hh>
#include <core/pose/Pose.fwd.hh>
#include <core/select/residue_selector/ResidueSelector.fwd.hh>
#include <basic/datacache/DataMap.fwd.hh>
#include <utility/excn/Exceptions.hh>
#include <utility/VirtualBase.hh>
#include <utility/tag/Tag.fwd.hh>

Classes

class  protocols::denovo_design::components::EXCN_Fold
 Exception thrown by PoseFolder::apply to indicate folding was not successful. More...
 
class  protocols::denovo_design::components::PoseFolder
 Given a pose with all residues, and a StructureData object, assign a 3D conformation to the pose. More...
 

Namespaces

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

Detailed Description

Given a pose with all residues, assign a 3D conformation to that pose.

Author
Tom Linsky (tlins.nosp@m.ky@u.nosp@m.w.edu)
Note
This is interface: it has no fields, and only pure virtual methods. No further constructors should be defined.