Rosetta Protocols  2015.09
Namespaces | Functions
util.hh File Reference
#include <utility/tag/Tag.fwd.hh>
#include <core/types.hh>
#include <protocols/filters/Filter.fwd.hh>
#include <protocols/moves/Mover.fwd.hh>
#include <utility/vector1.hh>

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 protocols::moves::Movers_map &movers)
 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 protocols::filters::Filters_map &filters)
 Searches <filters> for the named filter, returning it if it exists, otherwise halts execution with an error message. More...
 

Detailed Description

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