Rosetta
Namespaces | Functions
util.hh File Reference
#include <protocols/filters/Filter.fwd.hh>
#include <protocols/moves/Mover.fwd.hh>
#include <basic/datacache/DataMap.fwd.hh>
#include <utility/tag/Tag.fwd.hh>
#include <string>

Namespaces

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

Functions

protocols::moves::MoverOP protocols::moves::find_mover_or_die (const std::string &mover_name, utility::tag::TagCOP tag, const basic::datacache::DataMap &data)
 Searches <movers> for the named mover, returning it if it exists, otherwise halts execution with an error message. More...
 
protocols::filters::FilterOP protocols::moves::find_filter_or_die (const std::string &filter_name, utility::tag::TagCOP tag, const basic::datacache::DataMap &data)
 Searches <filters> for the named filter, returning it if it exists, otherwise halts execution with an error message. Now parses logic to create a CompoundFilter if string is more than one word. More...
 

Detailed Description

Author
Christopher Miles (cmile.nosp@m.s@uw.nosp@m..edu)