Rosetta
|
#include <protocols/moves/util.hh>
#include <utility/exit.hh>
#include <protocols/filters/Filter.hh>
#include <protocols/filters/util.hh>
#include <protocols/moves/Mover.hh>
#include <basic/datacache/DataMap.hh>
#include <utility/vector0.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 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... | |