Rosetta Protocols  2015.09
Namespaces | Functions
util.hh File Reference

collection of useful utilities for setting up and using a GeneticAlgorithm with multistate design More...

#include <core/pack/task/PackerTask.fwd.hh>
#include <core/types.hh>
#include <protocols/genetic_algorithm/Entity.fwd.hh>
#include <utility/vector1.hh>

Namespaces

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

Functions

protocols::genetic_algorithm::EntityElements protocols::multistate_design::list_amino_acid_options (core::Size i, core::pack::task::ResidueLevelTask const &rtask)
 
protocols::genetic_algorithm::EntityElements protocols::multistate_design::entity_elements_from_1letterstring (std::string const &input)
 Creates a set of PosType entity-elements from a string of 1-letter AA codes. More...
 

Detailed Description

collection of useful utilities for setting up and using a GeneticAlgorithm with multistate design

Author
Justin Ashworth wrote this, but Andrew Leaver-Fay copy-and-pasted it into this file.