Rosetta
Classes | Typedefs | Functions | Variables
transform_into_mem.cc File Reference
#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< MembraneTransformMoverMembraneTransformMoverOP
 
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 Documentation

◆ MembraneTransformMoverCOP

typedef utility::pointer::owning_ptr< MembraneTransformMover const > MembraneTransformMoverCOP

◆ MembraneTransformMoverOP

typedef utility::pointer::owning_ptr< MembraneTransformMover > MembraneTransformMoverOP

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Variable Documentation

◆ TR

basic::Tracer TR("apps.pilot.ralford.transform_into_mem") ( "apps.pilot.ralford.transform_into_mem"  )
static