|
Rosetta
|
#include <StepWiseBasicOptions.hh>

Public Member Functions | |
| StepWiseBasicOptions () | |
| StepWiseBasicOptionsOP | clone () const |
| clone the options More... | |
| virtual void | parse_my_tag (utility::tag::TagCOP) |
| Initialize from the recursive "tag" structure. More... | |
| virtual std::string | type () const |
| The class name (its type) for a particular ResourceOptions instance. This function allows for better error message delivery. More... | |
| std::string const & | silent_file () const |
| void | set_silent_file (std::string const &setting) |
| std::string const & | sampler_silent_file () const |
| void | set_sampler_silent_file (std::string const &setting) |
| core::Size | sampler_num_pose_kept () const |
| void | set_sampler_num_pose_kept (core::Size const &setting) |
| core::Real | cluster_rmsd () const |
| void | set_cluster_rmsd (core::Real const &setting) |
| core::Size | num_pose_minimize () const |
| void | set_num_pose_minimize (core::Size const &setting) |
| core::Size | num_random_samples () const |
| void | set_num_random_samples (core::Size const &setting) |
| core::Size | max_tries_multiplier_for_ccd () const |
| void | set_max_tries_multiplier_for_ccd (core::Size const &setting) |
| void | set_atr_rep_screen (bool const &setting) |
| bool | atr_rep_screen () const |
| void | set_atr_rep_screen_for_docking (bool const &setting) |
| bool | atr_rep_screen_for_docking () const |
| utility::vector1< std::string > const & | VDW_rep_screen_info () const |
| void | set_VDW_rep_screen_info (utility::vector1< std::string > const &setting) |
| void | set_rmsd_screen (core::Real const &setting) |
| core::Real | rmsd_screen () const |
| bool | output_minimized_pose_list () const |
| void | set_output_minimized_pose_list (bool const &setting) |
| bool | output_cluster_size () const |
| void | set_output_cluster_size (bool const &setting) |
| void | set_min_type (std::string const &setting) |
| std::string | min_type () const |
| void | set_min_tolerance (core::Real const &setting) |
| core::Real | min_tolerance () const |
| bool | vary_rna_bond_geometry () const |
| void | set_vary_rna_bond_geometry (bool const &setting) |
| bool | vary_polar_hydrogen_geometry () const |
| void | set_vary_polar_hydrogen_geometry (bool const &setting) |
| void | set_disallow_pack_polar_hydrogens (bool const &setting) |
| bool | disallow_pack_polar_hydrogens () const |
| void | set_use_packer_instead_of_rotamer_trials (bool const &setting) |
| bool | use_packer_instead_of_rotamer_trials () const |
| bool | mapfile_activated () const |
| void | set_mapfile_activated (bool const &setting) |
| void | set_lores (bool const &setting) |
| bool | lores () const |
| void | set_verbose_sampler (bool const &setting) |
| bool | verbose_sampler () const |
| void | set_minimize_waters (bool const &setting) |
| bool | minimize_waters () const |
| void | set_hydrate_magnesiums (bool const &setting) |
| bool | hydrate_magnesiums () const |
| void | set_test_all_mg_hydration_frames (bool const &setting) |
| bool | test_all_mg_hydration_frames () const |
| modeler::MinimizerMode const & | minimizer_mode () const |
| void | set_minimizer_mode (modeler::MinimizerMode const &setting) |
| core::Size | n_cycles () const |
| void | set_n_cycles (core::Size const setting) |
| core::Real | thermal_sampler_temperature () const |
| void | set_thermal_sampler_output_min_pose (bool const setting) |
| bool | thermal_sampler_output_min_pose () const |
| void | set_sample_pH (bool const setting) |
| bool | sample_pH () const |
| bool | boltzmann_choice_post_enumerated_minimize () const |
| void | set_boltzmann_choice_post_enumerated_minimize (bool const setting) |
Static Public Member Functions | |
| static void | list_options_read (utility::options::OptionKeyList &opt) |
Protected Member Functions | |
| void | initialize_from_command_line () |
| void | initialize_from_options_collection (utility::options::OptionCollection const &options) |
| void | initialize_variables () |
Private Attributes | |
| std::string | silent_file_ |
| core::Size | sampler_num_pose_kept_ |
| core::Real | cluster_rmsd_ |
| core::Size | num_pose_minimize_ |
| core::Size | num_random_samples_ |
| core::Size | max_tries_multiplier_for_ccd_ |
| bool | atr_rep_screen_ |
| bool | atr_rep_screen_for_docking_ |
| core::Real | rmsd_screen_ |
| utility::vector1< std::string > | VDW_rep_screen_info_ |
| bool | output_minimized_pose_list_ |
| bool | output_cluster_size_ |
| std::string | min_type_ |
| core::Real | min_tolerance_ |
| bool | vary_rna_bond_geometry_ |
| bool | vary_polar_hydrogen_geometry_ |
| bool | disallow_pack_polar_hydrogens_ |
| bool | use_packer_instead_of_rotamer_trials_ |
| bool | lores_ |
| bool | verbose_sampler_ |
| std::string | sampler_silent_file_ |
| bool | minimize_waters_ |
| bool | hydrate_magnesiums_ |
| bool | test_all_mg_hydration_frames_ |
| bool | mapfile_activated_ |
| modeler::MinimizerMode | minimizer_mode_ |
| core::Size | n_cycles_ |
| core::Real | thermal_sampler_temperature_ |
| bool | thermal_sampler_output_min_pose_ |
| bool | sample_pH_ |
| bool | boltzmann_choice_post_enumerated_minimize_ = false |
| protocols::stepwise::options::StepWiseBasicOptions::StepWiseBasicOptions | ( | ) |
|
inline |
References atr_rep_screen_.
Referenced by protocols::stepwise::monte_carlo::options::StepWiseMonteCarloOptions::setup_modeler_options().
|
inline |
References atr_rep_screen_for_docking_.
|
inline |
References boltzmann_choice_post_enumerated_minimize_.
| StepWiseBasicOptionsOP protocols::stepwise::options::StepWiseBasicOptions::clone | ( | ) | const |
clone the options
|
inline |
References cluster_rmsd_.
|
inline |
References disallow_pack_polar_hydrogens_.
|
inline |
References hydrate_magnesiums_.
|
protected |
|
protected |
|
protected |
|
static |
|
inline |
References lores_.
|
inline |
References mapfile_activated_.
|
inline |
References max_tries_multiplier_for_ccd_.
|
inline |
References min_tolerance_.
|
inline |
References min_type_.
|
inline |
References minimize_waters_.
|
inline |
References minimizer_mode_.
|
inline |
References n_cycles_.
|
inline |
|
inline |
References num_random_samples_.
Referenced by protocols::stepwise::monte_carlo::options::StepWiseMonteCarloOptions::setup_modeler_options().
|
inline |
References output_cluster_size_.
|
inline |
References output_minimized_pose_list_.
|
inlinevirtual |
Initialize from the recursive "tag" structure.
Reimplemented in protocols::stepwise::monte_carlo::options::StepWiseMonteCarloOptions, protocols::stepwise::modeler::options::StepWiseModelerOptions, and protocols::stepwise::modeler::options::StepWiseBasicModelerOptions.
|
inline |
References rmsd_screen_.
Referenced by protocols::stepwise::monte_carlo::options::StepWiseMonteCarloOptions::setup_modeler_options().
|
inline |
References sample_pH_.
|
inline |
References sampler_num_pose_kept_.
|
inline |
References sampler_silent_file_.
|
inline |
References atr_rep_screen_.
|
inline |
References atr_rep_screen_for_docking_.
|
inline |
References boltzmann_choice_post_enumerated_minimize_.
|
inline |
References cluster_rmsd_.
|
inline |
References disallow_pack_polar_hydrogens_.
|
inline |
References hydrate_magnesiums_.
|
inline |
References lores_.
|
inline |
References mapfile_activated_.
|
inline |
References max_tries_multiplier_for_ccd_.
|
inline |
References min_tolerance_.
|
inline |
References min_type_.
|
inline |
References minimize_waters_.
|
inline |
References minimizer_mode_.
|
inline |
References n_cycles_.
|
inline |
References num_pose_minimize_.
Referenced by protocols::stepwise::modeler::options::StepWiseBasicModelerOptions::initialize_from_command_line(), protocols::stepwise::monte_carlo::options::StepWiseMonteCarloOptions::initialize_from_options_collection(), and protocols::stepwise::monte_carlo::options::StepWiseMonteCarloOptions::setup_modeler_options().
|
inline |
|
inline |
References output_cluster_size_.
|
inline |
References output_minimized_pose_list_.
|
inline |
References rmsd_screen_.
|
inline |
References sample_pH_.
|
inline |
References sampler_num_pose_kept_.
|
inline |
References sampler_silent_file_.
|
inline |
|
inline |
References test_all_mg_hydration_frames_.
|
inline |
References thermal_sampler_output_min_pose_.
|
inline |
References use_packer_instead_of_rotamer_trials_.
|
inline |
References vary_polar_hydrogen_geometry_.
|
inline |
References vary_rna_bond_geometry_.
|
inline |
References VDW_rep_screen_info_.
|
inline |
References verbose_sampler_.
|
inline |
References silent_file_.
|
inline |
References test_all_mg_hydration_frames_.
|
inline |
References thermal_sampler_output_min_pose_.
|
inline |
References thermal_sampler_temperature_.
|
inlinevirtual |
The class name (its type) for a particular ResourceOptions instance. This function allows for better error message delivery.
Reimplemented in protocols::stepwise::monte_carlo::options::StepWiseMonteCarloOptions, protocols::stepwise::modeler::options::StepWiseModelerOptions, and protocols::stepwise::modeler::options::StepWiseBasicModelerOptions.
|
inline |
References use_packer_instead_of_rotamer_trials_.
|
inline |
References vary_polar_hydrogen_geometry_.
|
inline |
References vary_rna_bond_geometry_.
|
inline |
|
inline |
References verbose_sampler_.
|
private |
Referenced by atr_rep_screen(), and set_atr_rep_screen().
|
private |
Referenced by atr_rep_screen_for_docking(), and set_atr_rep_screen_for_docking().
|
private |
|
private |
Referenced by cluster_rmsd(), and set_cluster_rmsd().
|
private |
Referenced by disallow_pack_polar_hydrogens(), and set_disallow_pack_polar_hydrogens().
|
private |
Referenced by hydrate_magnesiums(), and set_hydrate_magnesiums().
|
private |
Referenced by lores(), and set_lores().
|
private |
Referenced by mapfile_activated(), and set_mapfile_activated().
|
private |
Referenced by max_tries_multiplier_for_ccd(), and set_max_tries_multiplier_for_ccd().
|
private |
Referenced by min_tolerance(), and set_min_tolerance().
|
private |
Referenced by min_type(), and set_min_type().
|
private |
Referenced by minimize_waters(), and set_minimize_waters().
|
private |
Referenced by minimizer_mode(), and set_minimizer_mode().
|
private |
Referenced by n_cycles(), and set_n_cycles().
|
private |
Referenced by num_pose_minimize(), and set_num_pose_minimize().
|
private |
Referenced by num_random_samples(), and set_num_random_samples().
|
private |
Referenced by output_cluster_size(), and set_output_cluster_size().
|
private |
Referenced by output_minimized_pose_list(), and set_output_minimized_pose_list().
|
private |
Referenced by rmsd_screen(), and set_rmsd_screen().
|
private |
Referenced by sample_pH(), and set_sample_pH().
|
private |
Referenced by sampler_num_pose_kept(), and set_sampler_num_pose_kept().
|
private |
Referenced by sampler_silent_file(), and set_sampler_silent_file().
|
private |
Referenced by set_silent_file(), and silent_file().
|
private |
Referenced by set_test_all_mg_hydration_frames(), and test_all_mg_hydration_frames().
|
private |
Referenced by set_thermal_sampler_output_min_pose(), and thermal_sampler_output_min_pose().
|
private |
Referenced by thermal_sampler_temperature().
|
private |
Referenced by set_use_packer_instead_of_rotamer_trials(), and use_packer_instead_of_rotamer_trials().
|
private |
Referenced by set_vary_polar_hydrogen_geometry(), and vary_polar_hydrogen_geometry().
|
private |
Referenced by set_vary_rna_bond_geometry(), and vary_rna_bond_geometry().
|
private |
Referenced by set_VDW_rep_screen_info(), and VDW_rep_screen_info().
|
private |
Referenced by set_verbose_sampler(), and verbose_sampler().