Rosetta  2020.27
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
util.hh File Reference

Utility functions for main task classes. More...

#include <core/pack/task/ResfileReader.fwd.hh>
#include <utility/vector1.hh>
#include <map>

Namespaces

 core
 A class for reading in the atom type properties.
 
 core::pack
 
 core::pack::task
 

Functions

utility::vector1
< ResfileCommandOP > 
core::pack::task::parse_res_agnostic_commands (std::string const &line, std::map< std::string, ResfileCommandOP > const &command_map)
 Parse a command line that is residue agnostic and has no residue information. IE "PIKAA ST" or [EMPTY NC xxx NC xxx]. More...
 
vector1< vector1
< ResfileCommandOP > > 
core::pack::task::get_resfile_commands (std::string const &motif)
 Take a Design Sequence Motif (like a simple version of a resfile), and parse into a list of ResfileCommands. These commands can then be used to do whatever you want with, including non-cannonicals. More...
 

Detailed Description

Utility functions for main task classes.

Author
Jared Adolf-Bryfogle (jadol.nosp@m.fbr@.nosp@m.gmail.nosp@m..com)