Rosetta
Classes | Typedefs | Functions | Variables
mpframework_test.cc File Reference

testing random small stuff in MPframework More...

#include <devel/init.hh>
#include <protocols/jd2/JobDistributor.hh>
#include <protocols/jd2/internal_util.hh>
#include <core/pose/Pose.hh>
#include <protocols/membrane/geometry/EmbeddingDef.fwd.hh>
#include <protocols/moves/Mover.hh>
#include <protocols/rigid/RigidBodyMover.hh>
#include <protocols/docking/membrane/MPDockingSetupMover.fwd.hh>
#include <protocols/membrane/visualize/VisualizeEmbeddingMover.hh>
#include <basic/options/keys/mp.OptionKeys.gen.hh>
#include <protocols/simple_moves/SuperimposeMover.hh>
#include <core/types.hh>
#include <core/pose/util.hh>
#include <utility/pointer/owning_ptr.hh>
#include <numeric/xyzVector.hh>
#include <utility/vector1.hh>
#include <utility/excn/Exceptions.hh>
#include <basic/Tracer.hh>
#include <iostream>
#include <core/conformation/Residue.hh>

Classes

class  MPframeworkTestMover
 Load Membrane Mover: Load and Initialize a Membrane Protein using Rosetta's new Membrane Framework. More...
 

Typedefs

typedef utility::pointer::shared_ptr< MPframeworkTestMoverMPframeworkTestMoverOP
 

Functions

void remove_membrane_residue (Pose &pose)
 Remove membrane residue(s) More...
 
utility::vector1< bool > interface_between_chains (Pose &pose)
 
int main (int argc, char *argv[])
 Main method. More...
 

Variables

static basic::Tracer TR ("apps.pilot.jkleman.mpframework_test")
 

Detailed Description

testing random small stuff in MPframework

Author
JKLeman (julia.nosp@m..koe.nosp@m.hler1.nosp@m.982@.nosp@m.gmail.nosp@m..com)

Typedef Documentation

◆ MPframeworkTestMoverOP

typedef utility::pointer::shared_ptr< MPframeworkTestMover > MPframeworkTestMoverOP

Function Documentation

◆ interface_between_chains()

utility::vector1< bool > interface_between_chains ( Pose pose)

◆ main()

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

◆ remove_membrane_residue()

void remove_membrane_residue ( Pose pose)

Remove membrane residue(s)

References create_a3b_hbs::i, and beta_nonlocal::pose.

Variable Documentation

◆ TR

basic::Tracer TR("apps.pilot.jkleman.mpframework_test") ( "apps.pilot.jkleman.mpframework_test"  )
static