Rosetta Protocols  2015.19
Namespaces | Functions
util.hh File Reference
#include <core/pose/Pose.fwd.hh>
#include <core/types.hh>
#include <set>
#include <list>
#include <map>

Namespaces

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

Functions

bool protocols::denovo_design::same_pose (core::pose::Pose const &pose1, core::pose::Pose const &pose2)
 Tells whether the two given poses are identical based on # resides and dihedrals. More...
 
void protocols::denovo_design::construct_poly_ala_pose (core::pose::Pose &pose, bool const keep_disulf, std::set< core::Size > const &set1, std::set< core::Size > const &set2)
 creates a poly-ala pose where every non-gly, non-cyd, protein residue except those in the given set are converted to alanine More...
 
void protocols::denovo_design::construct_poly_ala_pose (core::pose::Pose &pose, bool const keep_disulf, std::set< core::Size > const &res_set)
 creates a poly-ala pose where every non-gly, non-cyd, protein residue except those in the given set are converted to alanine More...
 
std::ostream & protocols::denovo_design::operator<< (std::ostream &os, std::set< core::Size > const &set)
 outputs a set More...
 
std::ostream & protocols::denovo_design::operator<< (std::ostream &os, std::set< std::string > const &set)
 outputs a set More...
 
std::ostream & protocols::denovo_design::operator<< (std::ostream &os, std::list< std::string > const &list)
 outputs a list of strings More...
 
std::ostream & protocols::denovo_design::operator<< (std::ostream &os, std::map< core::Size, core::Size > const &map)
 outputs a map More...
 
std::ostream & protocols::denovo_design::operator<< (std::ostream &os, std::map< std::string, core::Size > const &map)
 outputs a map More...
 
std::ostream & protocols::denovo_design::operator<< (std::ostream &os, std::map< std::pair< std::string, std::string >, core::Size > const &map)
 outputs a map More...
 
std::ostream & protocols::denovo_design::operator<< (std::ostream &os, std::map< std::string, core::Real > const &map)
 outputs a map More...