Rosetta
|
#include <protocols/membrane/TranslationRotationMover.hh>
#include <protocols/membrane/TranslationRotationMoverCreator.hh>
#include <protocols/moves/Mover.hh>
#include <protocols/rigid/RigidBodyMover.hh>
#include <core/conformation/Conformation.hh>
#include <core/conformation/membrane/MembraneInfo.hh>
#include <protocols/membrane/util.hh>
#include <core/kinematics/Stub.hh>
#include <core/kinematics/Jump.hh>
#include <core/kinematics/FoldTree.hh>
#include <core/pose/Pose.hh>
#include <core/types.hh>
#include <numeric/conversions.hh>
#include <numeric/xyz.functions.hh>
#include <utility/vector1.hh>
#include <numeric/xyzVector.hh>
#include <basic/options/option.hh>
#include <basic/options/keys/mp.OptionKeys.gen.hh>
#include <utility/tag/Tag.hh>
#include <basic/datacache/DataMap.fwd.hh>
#include <basic/Tracer.hh>
#include <cstdlib>
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::membrane | |
Macros | |
#define | INCLUDED_protocols_membrane_TranslationRotationMover_cc |
Does translation and rotation of a pose or the membrane. More... | |
Functions | |
static basic::Tracer | TR ("protocols.membrane.TranslationRotationMover") |
#define INCLUDED_protocols_membrane_TranslationRotationMover_cc |
Does translation and rotation of a pose or the membrane.
Translates along a vector and rotates a pose or membrane around the axis perpendicular to both vectors. Works for both fixed protein/flexible membrane or fixed membrane/flexible protein Takes the jump number as input, default is the membrane jump
|
static |