Rosetta  2021.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Macros | Functions
SymmetricAddMembraneMover.cc File Reference

Add Membrane Representation to a Symmetric starting pose. More...

#include <protocols/membrane/symmetry/SymmetricAddMembraneMover.hh>
#include <protocols/membrane/symmetry/SymmetricAddMembraneMoverCreator.hh>
#include <protocols/membrane/AddMembraneMover.hh>
#include <protocols/moves/Mover.hh>
#include <protocols/membrane/util.hh>
#include <core/pose/PDBInfo.hh>
#include <core/conformation/membrane/MembraneParams.hh>
#include <core/conformation/membrane/MembraneInfo.hh>
#include <core/conformation/membrane/SpanningTopology.hh>
#include <core/conformation/membrane/Span.hh>
#include <core/conformation/symmetry/SymmetricConformation.hh>
#include <core/conformation/symmetry/SymmetryInfo.hh>
#include <core/conformation/symmetry/SymmData.hh>
#include <core/conformation/symmetry/util.hh>
#include <core/conformation/Conformation.hh>
#include <core/pose/symmetry/util.hh>
#include <core/conformation/Residue.hh>
#include <core/conformation/ResidueFactory.hh>
#include <core/chemical/ResidueTypeSet.hh>
#include <core/chemical/ChemicalManager.hh>
#include <core/kinematics/FoldTree.hh>
#include <core/pose/Pose.hh>
#include <core/types.hh>
#include <protocols/rosetta_scripts/util.hh>
#include <protocols/filters/Filter.hh>
#include <utility/vector1.hh>
#include <numeric/xyzVector.hh>
#include <utility/file/FileName.hh>
#include <utility/file/file_sys_util.hh>
#include <basic/options/option.hh>
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <basic/options/keys/mp.OptionKeys.gen.hh>
#include <utility/tag/Tag.hh>
#include <basic/datacache/DataMap.hh>
#include <basic/Tracer.hh>
#include <cstdlib>
#include <utility/tag/XMLSchemaGeneration.hh>
#include <protocols/moves/mover_schemas.hh>

Namespaces

 protocols
 The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP.
 
 protocols::membrane
 
 protocols::membrane::symmetry
 

Macros

#define INCLUDED_protocols_membrane_symmetry_SymmetricAddMembraneMover_cc
 

Functions

static basic::Tracer TR ("protocols.membrane.symmetry.SymmetricAddMembraneMover")
 

Detailed Description

Add Membrane Representation to a Symmetric starting pose.

Given a symmetrized pose, add the membrane components, ensuring all data descriptions are for the asymmetric subunit (in terms of scoring) and the membrane is the root of the whole system. After applying SymmetricAddMembraneMover pose.conformaiton().is_membrane() AND is_symmetric( pose ) should both return true

Author
Rebecca Alford (rfalf.nosp@m.ord1.nosp@m.2@gma.nosp@m.il.c.nosp@m.om)

Given a symmetrized pose, add the membrane components, ensuring all data descriptions are for the asymmetric subunit (in terms of scoring) and the membrane is the root of the whole system. After applying SymmetricAddMembraneMover pose.conformaiton().is_membrane() AND is_symmetric( pose ) should both return true

Author
Rebecca Alford (rfalf.nosp@m.ord1.nosp@m.2@gma.nosp@m.il.c.nosp@m.om)
Note
Last Modified (2/9/15)

Macro Definition Documentation

#define INCLUDED_protocols_membrane_symmetry_SymmetricAddMembraneMover_cc

Function Documentation

static basic::Tracer TR ( "protocols.membrane.symmetry.SymmetricAddMembraneMover"  )
static