Rosetta
|
#include <devel/init.hh>
#include <protocols/membrane/AddMembraneMover.hh>
#include <protocols/membrane/TransformIntoMembraneMover.hh>
#include <protocols/jd2/JobDistributor.hh>
#include <protocols/jd2/util.hh>
#include <protocols/jd2/internal_util.hh>
#include <core/pose/Pose.hh>
#include <core/conformation/Conformation.hh>
#include <utility/vector1.hh>
#include <utility/excn/Exceptions.hh>
#include <numeric/random/random.hh>
#include <utility/pointer/owning_ptr.hh>
#include <basic/Tracer.hh>
#include <iostream>
Classes | |
class | MembraneTransformMover |
Membrane Transform Mover: Transform a pose into a new mover. More... | |
Typedefs | |
typedef utility::pointer::owning_ptr< MembraneTransformMover > | MembraneTransformMoverOP |
typedef utility::pointer::owning_ptr< MembraneTransformMover const > | MembraneTransformMoverCOP |
Functions | |
int | main (int argc, char *argv[]) |
Main method. More... | |
Variables | |
static basic::Tracer | TR ("apps.pilot.ralford.transform_into_mem") |
typedef utility::pointer::owning_ptr< MembraneTransformMover const > MembraneTransformMoverCOP |
typedef utility::pointer::owning_ptr< MembraneTransformMover > MembraneTransformMoverOP |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Main method.
References argv, test.T009_Exceptions::e, basic::init(), and register_options().
|
static |