#include <PointMutationCalculator.hh>
|
| | PointMutationCalculator () |
| | default ctor More...
|
| |
| | PointMutationCalculator (core::pack::task::TaskFactoryOP task_factory, core::scoring::ScoreFunctionOP scorefxn, protocols::moves::MoverOP relax_mover, utility::vector1< protocols::filters::FilterOP > filters, utility::vector1< std::string > sample_types, bool dump_pdb=false, bool rtmin=false, bool parallel=false, core::Real design_shell=-1.0, core::Real repack_shell=8.0) |
| |
| | PointMutationCalculator (core::pack::task::TaskFactoryOP task_factory, core::scoring::ScoreFunctionOP scorefxn, protocols::moves::MoverOP relax_mover, protocols::filters::FilterOP filter, std::string sample_type="low", bool dump_pdb=false, bool rtmin=false, bool parallel=false, core::Real design_shell=-1.0, core::Real repack_shell=8.0) |
| |
| virtual | ~PointMutationCalculator () |
| |
| void | mutate_and_relax (core::pose::Pose &pose, core::Size const &resi, core::chemical::AA const &target_aa) |
| |
| void | mutate_and_relax (core::pose::Pose &pose, core::Size const &resi, core::chemical::AA const &target_aa, protocols::simple_moves::GreenPackerOP green_packer) |
| |
| void | eval_filters (core::pose::Pose &pose, bool &filter_pass, utility::vector1< core::Real > &vals) |
| |
| void | calc_point_mut_filters (Pose const &start_pose, utility::vector1< std::pair< core::Size, utility::vector1< std::pair< core::chemical::AA, utility::vector1< core::Real > > > > > &seqpos_aa_vals_vec) |
| |
| void | calc_point_mut_filters (Pose const &start_pose, utility::vector1< std::pair< core::Size, utility::vector1< std::pair< core::chemical::AA, core::Real > > > > &seqpos_aa_val_vec) |
| |
| protocols::design_opt::PointMutationCalculatorOP | clone () const |
| |
| core::pack::task::TaskFactoryOP | task_factory () const |
| |
| void | task_factory (core::pack::task::TaskFactoryOP task_factory) |
| |
| core::scoring::ScoreFunctionOP | scorefxn () const |
| |
| void | scorefxn (core::scoring::ScoreFunctionOP scorefxn) |
| |
utility::vector1
< protocols::filters::FilterOP > | filters () const |
| |
| void | filters (utility::vector1< protocols::filters::FilterOP > filters) |
| |
| protocols::moves::MoverOP | relax_mover () const |
| |
| void | relax_mover (protocols::moves::MoverOP relax_mover) |
| |
| bool | dump_pdb () const |
| |
| void | dump_pdb (bool const dump_pdb) |
| |
| utility::vector1< std::string > | sample_types () const |
| |
| void | sample_types (utility::vector1< std::string > const sample_types) |
| |
| void | rtmin (bool const r) |
| |
| bool | rtmin () const |
| |
| void | parallel (bool const r) |
| |
| bool | parallel () const |
| |
| void | set_design_shell (core::Real dz_shell) |
| |
| void | set_repack_shell (core::Real rp_shell) |
| |
| protocols::design_opt::PointMutationCalculator::PointMutationCalculator |
( |
| ) |
|
default ctor
Referenced by clone().
References design_shell_, dump_pdb(), dump_pdb_, filters(), filters_, parallel(), parallel_, relax_mover(), relax_mover_, repack_shell_, rtmin(), rtmin_, runtime_assert, sample_types(), sample_types_, scorefxn(), scorefxn_, task_factory(), task_factory_, and protocols::design_opt::TR.
References design_shell_, dump_pdb(), dump_pdb_, filters(), filters_, parallel(), parallel_, relax_mover(), relax_mover_, repack_shell_, rtmin(), rtmin_, runtime_assert, sample_types(), sample_types_, scorefxn(), scorefxn_, task_factory(), task_factory_, and protocols::design_opt::TR.
| protocols::design_opt::PointMutationCalculator::~PointMutationCalculator |
( |
| ) |
|
|
virtual |
| bool protocols::design_opt::PointMutationCalculator::dump_pdb |
( |
| ) |
const |
| void protocols::design_opt::PointMutationCalculator::dump_pdb |
( |
bool const |
dump_pdb | ) |
|
| void protocols::design_opt::PointMutationCalculator::parallel |
( |
bool const |
r | ) |
|
| bool protocols::design_opt::PointMutationCalculator::parallel |
( |
| ) |
const |
| void protocols::design_opt::PointMutationCalculator::rtmin |
( |
bool const |
r | ) |
|
| bool protocols::design_opt::PointMutationCalculator::rtmin |
( |
| ) |
const |
| vector1< std::string > protocols::design_opt::PointMutationCalculator::sample_types |
( |
| ) |
const |
| void protocols::design_opt::PointMutationCalculator::set_design_shell |
( |
core::Real |
dz_shell | ) |
|
| void protocols::design_opt::PointMutationCalculator::set_repack_shell |
( |
core::Real |
rp_shell | ) |
|
| core::Real protocols::design_opt::PointMutationCalculator::design_shell_ |
|
private |
| bool protocols::design_opt::PointMutationCalculator::dump_pdb_ |
|
private |
| bool protocols::design_opt::PointMutationCalculator::parallel_ |
|
private |
| core::Real protocols::design_opt::PointMutationCalculator::repack_shell_ |
|
private |
| bool protocols::design_opt::PointMutationCalculator::rtmin_ |
|
private |
The documentation for this class was generated from the following files: