Rosetta
Namespaces | Functions
not_universal_main.hh File Reference

Simple main method for applying a Mover to a set of input Poses. More...

#include <core/pose/Pose.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::jobdist
 

Functions

bool protocols::jobdist::pose_matches_user_tag (core::pose::Pose &pose, utility::vector1< std::string > const &user_tags)
 
int protocols::jobdist::not_universal_main (protocols::moves::Mover &mover)
 main function that applies a mover to a set of input poses and only does silent-file output. Similar in idea to universal_main, but without all of the code duplication for silent-files/PDB files. More...
 

Detailed Description

Simple main method for applying a Mover to a set of input Poses.

Author
James Thompson