Rosetta
|
#include <iostream>
#include <cmath>
#include <algorithm>
#include <vector>
#include <functional>
#include <basic/options/option.hh>
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <devel/init.hh>
#include <utility/vector1.hh>
#include <core/pose/Pose.hh>
#include <utility/pointer/owning_ptr.hh>
#include <core/pose/variant_util.hh>
#include <core/import_pose/import_pose.hh>
#include <core/scoring/ScoreFunctionFactory.hh>
#include <core/scoring/ScoreFunction.hh>
#include <core/chemical/AtomType.hh>
#include <core/chemical/AtomTypeSet.hh>
#include <core/chemical/AtomTypeSet.fwd.hh>
#include <core/scoring/etable/EtableOptions.hh>
#include <core/conformation/Conformation.hh>
#include <numeric/xyzVector.hh>
#include <core/id/AtomID.hh>
#include <protocols/jd2/JobDistributor.hh>
#include <protocols/simple_moves/ScoreMover.hh>
#include <protocols/moves/MoverContainer.hh>
#include <protocols/membrane/AddMembraneMover.hh>
#include <protocols/membrane/visualize/VisualizeEmbeddingMover.hh>
#include <core/conformation/membrane/MembraneInfo.hh>
#include <core/conformation/membrane/ImplicitLipidInfo.hh>
#include <core/energy_methods/FaMPEnvEnergy.hh>
#include <core/scoring/memb_etable/MembEtable.hh>
Functions | |
core::Real | membrane_center_protein_core (core::pose::PoseOP mypose) |
core::Real | micelle_raidus_from_protein_core (core::Real protein_core) |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
core::Real membrane_center_protein_core | ( | core::pose::PoseOP | mypose | ) |
References ObjexxFCL::abs(), aj, dist(), create_a3b_hbs::i, ObjexxFCL::index(), and ObjexxFCL::pow().
Referenced by main().
core::Real micelle_raidus_from_protein_core | ( | core::Real | protein_core | ) |
Referenced by main().