![]() |
Rosetta
2021.16
|
#include <RECCES_Options.hh>

Public Member Functions | |
| RECCES_Options () | |
| RECCES_OptionsOP | 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... | |
| void | initialize_from_command_line () |
| void | set_n_cycle (core::Size const &setting) |
| core::Size | n_cycle () const |
| void | set_n_dump (core::Size const &setting) |
| core::Size | n_dump () const |
| void | set_a_form_range (core::Real const &setting) |
| core::Real | a_form_range () const |
| void | set_base_pair_rmsd_cutoff (core::Real const &setting) |
| core::Real | base_pair_rmsd_cutoff () const |
| void | set_base_pair_rotation_mag (core::Real const &setting) |
| core::Real | base_pair_rotation_mag () const |
| void | set_base_pair_translation_mag (core::Real const &setting) |
| core::Real | base_pair_translation_mag () const |
| void | set_legacy_turner_mode (bool const &setting) |
| bool | legacy_turner_mode () const |
| void | set_dump_pdb (bool const &setting) |
| bool | dump_pdb () const |
| void | set_save_scores (bool const &setting) |
| bool | save_scores () const |
| void | set_block_stack (bool const &setting) |
| bool | block_stack () const |
| void | set_dump_freq (core::Size const &setting) |
| core::Size | dump_freq () const |
| void | set_dump_silent (bool const &setting) |
| bool | dump_silent () const |
| void | set_out_torsions (bool const &setting) |
| bool | out_torsions () const |
| void | set_setup_base_pair_constraints (bool const &setting) |
| bool | setup_base_pair_constraints () const |
| void | set_seq1 (std::string const &setting) |
| std::string | seq1 () const |
| void | set_seq2 (std::string const &setting) |
| std::string | seq2 () const |
| void | set_infile (std::string const &setting) |
| std::string | infile () const |
| void | set_xyz_file (std::string const &setting) |
| std::string | xyz_file () const |
| void | set_out_prefix (std::string const &setting) |
| std::string | out_prefix () const |
| void | set_temperatures (utility::vector1< core::Real > const &setting) |
| utility::vector1< core::Real > | temperatures () const |
| void | set_st_weights (utility::vector1< core::Real > const &setting) |
| utility::vector1< core::Real > | st_weights () const |
| void | set_sample_residues (utility::vector1< core::Size > const &setting) |
| utility::vector1< core::Size > | sample_residues () const |
| void | set_free_residues (utility::vector1< core::Size > const &setting) |
| utility::vector1< core::Size > | free_residues () const |
| void | set_loop_residues (utility::vector1< core::Size > const &setting) |
| utility::vector1< core::Size > | loop_residues () const |
| void | set_angle_range_bb (core::Real const &setting) |
| core::Real | angle_range_bb () const |
| void | set_angle_range_free_bb (core::Real const &setting) |
| core::Real | angle_range_free_bb () const |
| void | set_angle_range_chi (core::Real const &setting) |
| core::Real | angle_range_chi () const |
| void | set_angle_range_free_chi (core::Real const &setting) |
| core::Real | angle_range_free_chi () const |
| void | set_chi_stdev (core::Real const &setting) |
| core::Real | chi_stdev () const |
| void | set_bb_stdev (core::Real const &setting) |
| core::Real | bb_stdev () const |
| void | set_standard_bb_stdev (core::Real const &setting) |
| core::Real | standard_bb_stdev () const |
| void | set_silent_file (std::string const &setting) |
| std::string | silent_file () const |
| void | set_histogram_min (core::Real const &setting) |
| core::Real | histogram_min () const |
| void | set_histogram_max (core::Real const &setting) |
| core::Real | histogram_max () const |
| void | set_histogram_spacing (core::Real const &setting) |
| core::Real | histogram_spacing () const |
| void | set_thermal_sampler_mode (bool const &setting) |
| bool | thermal_sampler_mode () const |
| void | set_blank_score_terms (bool const &setting) |
| bool | blank_score_terms () const |
| void | set_skip_last_accept (bool const &setting) |
| bool | skip_last_accept () const |
| void | set_suppress_sampler_display (bool const &setting) |
| bool | suppress_sampler_display () const |
| void | set_prefix_each_output_pdb (bool const &setting) |
| bool | prefix_each_output_pdb () const |
| void | set_show_more_pose_scores (bool const &setting) |
| bool | show_more_pose_scores () const |
| void | set_output_simple_text_files (bool const &setting) |
| bool | output_simple_text_files () const |
| void | set_accept_no_op_moves (bool const &setting) |
| bool | accept_no_op_moves () const |
| void | set_sample_jump (bool const &setting) |
| bool | sample_jump () const |
| void | set_rna_secstruct (core::pose::rna::RNA_SecStruct const &setting) |
| core::pose::rna::RNA_SecStruct | rna_secstruct () const |
| protocols::recces::options::RECCES_Options::RECCES_Options | ( | ) |
|
inline |
References a_form_range_.
Referenced by protocols::recces::sampler::initialize_sampler().
|
inline |
References accept_no_op_moves_.
|
inline |
References angle_range_bb_.
Referenced by protocols::recces::sampler::initialize_thermal_sampler().
|
inline |
References angle_range_chi_.
Referenced by protocols::recces::sampler::initialize_thermal_sampler().
|
inline |
References angle_range_free_bb_.
Referenced by protocols::recces::sampler::initialize_thermal_sampler().
|
inline |
References angle_range_free_chi_.
Referenced by protocols::recces::sampler::initialize_thermal_sampler().
|
inline |
References base_pair_rmsd_cutoff_.
Referenced by protocols::recces::sampler::initialize_jump_sampler().
|
inline |
References base_pair_rotation_mag_.
Referenced by protocols::recces::sampler::initialize_jump_sampler().
|
inline |
References base_pair_translation_mag_.
Referenced by protocols::recces::sampler::initialize_jump_sampler().
|
inline |
References bb_stdev_.
|
inline |
References blank_score_terms_.
|
inline |
References block_stack_.
Referenced by protocols::recces::pose_setup_from_file().
|
inline |
References chi_stdev_.
| RECCES_OptionsOP protocols::recces::options::RECCES_Options::clone | ( | ) | const |
clone the options
|
inline |
References dump_freq_.
|
inline |
References dump_silent_.
|
inline |
References free_residues_.
Referenced by protocols::recces::sampler::initialize_thermal_sampler(), and protocols::recces::set_gaussian_stdevs_thermal_sampler().
|
inline |
References histogram_max_.
|
inline |
References histogram_min_.
|
inline |
References histogram_spacing_.
|
inline |
References infile_.
Referenced by protocols::recces::pose_setup_from_file(), and protocols::recces::recces_pose_setup().
| void protocols::recces::options::RECCES_Options::initialize_from_command_line | ( | ) |
References core::io::pdb::dump_pdb(), legacy_turner_mode(), legacy_turner_mode_, protocols::hybridization::path, rna_secstruct_, seq1(), set_a_form_range(), set_angle_range_bb(), set_angle_range_chi(), set_angle_range_free_bb(), set_angle_range_free_chi(), set_base_pair_rmsd_cutoff(), set_base_pair_rotation_mag(), set_base_pair_translation_mag(), set_bb_stdev(), set_block_stack(), set_chi_stdev(), set_dump_freq(), set_dump_pdb(), set_dump_silent(), set_free_residues(), set_histogram_max(), set_histogram_min(), set_histogram_spacing(), set_infile(), set_loop_residues(), set_n_cycle(), set_n_dump(), set_out_prefix(), set_out_torsions(), set_sample_jump(), set_sample_residues(), set_save_scores(), set_seq1(), set_seq2(), set_setup_base_pair_constraints(), set_silent_file(), set_st_weights(), set_standard_bb_stdev(), set_temperatures(), set_thermal_sampler_mode(), set_xyz_file(), and core::pose::rna::setup_base_pair_constraints().
|
inline |
|
inline |
References loop_residues_.
|
inline |
References n_cycle_.
|
inline |
References n_dump_.
|
inline |
References out_prefix_.
|
inline |
References out_torsions_.
|
inline |
References output_simple_text_files_.
|
inlinevirtual |
Initialize from the recursive "tag" structure.
|
inline |
References prefix_each_output_pdb_.
|
inline |
|
inline |
References sample_jump_.
Referenced by protocols::recces::sampler::initialize_sampler(), and protocols::recces::sampler::initialize_thermal_sampler().
|
inline |
|
inline |
References save_scores_.
|
inline |
References seq1_.
Referenced by initialize_from_command_line(), and protocols::recces::recces_pose_setup().
|
inline |
References seq2_.
Referenced by protocols::recces::recces_pose_setup().
|
inline |
References a_form_range_.
Referenced by initialize_from_command_line().
|
inline |
References accept_no_op_moves_.
|
inline |
References angle_range_bb_.
Referenced by initialize_from_command_line().
|
inline |
References angle_range_chi_.
Referenced by initialize_from_command_line().
|
inline |
References angle_range_free_bb_.
Referenced by initialize_from_command_line().
|
inline |
References angle_range_free_chi_.
Referenced by initialize_from_command_line().
|
inline |
References base_pair_rmsd_cutoff_.
Referenced by initialize_from_command_line().
|
inline |
References base_pair_rotation_mag_.
Referenced by initialize_from_command_line().
|
inline |
References base_pair_translation_mag_.
Referenced by initialize_from_command_line().
|
inline |
References bb_stdev_.
Referenced by initialize_from_command_line().
|
inline |
References blank_score_terms_.
|
inline |
References block_stack_.
Referenced by initialize_from_command_line().
|
inline |
References chi_stdev_.
Referenced by initialize_from_command_line().
|
inline |
References dump_freq_.
Referenced by initialize_from_command_line().
|
inline |
References dump_pdb_.
Referenced by initialize_from_command_line().
|
inline |
References dump_silent_.
Referenced by initialize_from_command_line().
|
inline |
References free_residues_.
Referenced by initialize_from_command_line().
|
inline |
References histogram_max_.
Referenced by initialize_from_command_line().
|
inline |
References histogram_min_.
Referenced by initialize_from_command_line().
|
inline |
References histogram_spacing_.
Referenced by initialize_from_command_line().
|
inline |
References infile_.
Referenced by initialize_from_command_line().
|
inline |
References legacy_turner_mode_.
|
inline |
References loop_residues_.
Referenced by initialize_from_command_line().
|
inline |
References n_cycle_.
Referenced by initialize_from_command_line().
|
inline |
References n_dump_.
Referenced by initialize_from_command_line().
|
inline |
References out_prefix_.
Referenced by initialize_from_command_line().
|
inline |
References out_torsions_.
Referenced by initialize_from_command_line().
|
inline |
References output_simple_text_files_.
|
inline |
References prefix_each_output_pdb_.
|
inline |
References rna_secstruct_.
|
inline |
References sample_jump_.
Referenced by initialize_from_command_line().
|
inline |
References sample_residues_.
Referenced by initialize_from_command_line().
|
inline |
References save_scores_.
Referenced by initialize_from_command_line().
|
inline |
References seq1_.
Referenced by initialize_from_command_line().
|
inline |
References seq2_.
Referenced by initialize_from_command_line().
|
inline |
References setup_base_pair_constraints_.
Referenced by initialize_from_command_line().
|
inline |
References show_more_pose_scores_.
|
inline |
References silent_file_.
Referenced by initialize_from_command_line().
|
inline |
References skip_last_accept_.
|
inline |
References st_weights_.
Referenced by initialize_from_command_line().
|
inline |
References standard_bb_stdev_.
Referenced by initialize_from_command_line().
|
inline |
References suppress_sampler_display_.
|
inline |
References temperatures_.
Referenced by initialize_from_command_line().
|
inline |
References thermal_sampler_mode_.
Referenced by initialize_from_command_line().
|
inline |
References xyz_file_.
Referenced by initialize_from_command_line().
|
inline |
References setup_base_pair_constraints_.
Referenced by protocols::recces::recces_pose_setup().
|
inline |
References show_more_pose_scores_.
|
inline |
References silent_file_.
|
inline |
References skip_last_accept_.
|
inline |
References st_weights_.
|
inline |
References standard_bb_stdev_.
|
inline |
References suppress_sampler_display_.
Referenced by protocols::recces::sampler::initialize_sampler().
|
inline |
References temperatures_.
|
inline |
References thermal_sampler_mode_.
Referenced by protocols::recces::sampler::initialize_sampler(), and protocols::recces::set_sampler_gaussian_stdev().
|
inlinevirtual |
The class name (its type) for a particular ResourceOptions instance. This function allows for better error message delivery.
|
inline |
References xyz_file_.
Referenced by protocols::recces::sampler::initialize_sampler().
|
private |
Referenced by a_form_range(), and set_a_form_range().
|
private |
Referenced by accept_no_op_moves(), and set_accept_no_op_moves().
|
private |
Referenced by angle_range_bb(), and set_angle_range_bb().
|
private |
Referenced by angle_range_chi(), and set_angle_range_chi().
|
private |
Referenced by angle_range_free_bb(), and set_angle_range_free_bb().
|
private |
Referenced by angle_range_free_chi(), and set_angle_range_free_chi().
|
private |
Referenced by base_pair_rmsd_cutoff(), and set_base_pair_rmsd_cutoff().
|
private |
Referenced by base_pair_rotation_mag(), and set_base_pair_rotation_mag().
|
private |
Referenced by base_pair_translation_mag(), and set_base_pair_translation_mag().
|
private |
Referenced by bb_stdev(), and set_bb_stdev().
|
private |
Referenced by blank_score_terms(), and set_blank_score_terms().
|
private |
Referenced by block_stack(), and set_block_stack().
|
private |
Referenced by chi_stdev(), and set_chi_stdev().
|
private |
Referenced by dump_freq(), and set_dump_freq().
|
private |
Referenced by dump_pdb(), and set_dump_pdb().
|
private |
Referenced by dump_silent(), and set_dump_silent().
|
private |
Referenced by free_residues(), and set_free_residues().
|
private |
Referenced by histogram_max(), and set_histogram_max().
|
private |
Referenced by histogram_min(), and set_histogram_min().
|
private |
Referenced by histogram_spacing(), and set_histogram_spacing().
|
private |
Referenced by infile(), and set_infile().
|
private |
Referenced by initialize_from_command_line(), legacy_turner_mode(), and set_legacy_turner_mode().
|
private |
Referenced by loop_residues(), and set_loop_residues().
|
private |
Referenced by n_cycle(), and set_n_cycle().
|
private |
Referenced by n_dump(), and set_n_dump().
|
private |
Referenced by out_prefix(), and set_out_prefix().
|
private |
Referenced by out_torsions(), and set_out_torsions().
|
private |
Referenced by output_simple_text_files(), and set_output_simple_text_files().
|
private |
Referenced by prefix_each_output_pdb(), and set_prefix_each_output_pdb().
|
private |
Referenced by initialize_from_command_line(), rna_secstruct(), and set_rna_secstruct().
|
private |
Referenced by sample_jump(), and set_sample_jump().
|
private |
Referenced by sample_residues(), and set_sample_residues().
|
private |
Referenced by save_scores(), and set_save_scores().
|
private |
Referenced by seq1(), and set_seq1().
|
private |
Referenced by seq2(), and set_seq2().
|
private |
Referenced by set_setup_base_pair_constraints(), and setup_base_pair_constraints().
|
private |
Referenced by set_show_more_pose_scores(), and show_more_pose_scores().
|
private |
Referenced by set_silent_file(), and silent_file().
|
private |
Referenced by set_skip_last_accept(), and skip_last_accept().
|
private |
Referenced by set_st_weights(), and st_weights().
|
private |
Referenced by set_standard_bb_stdev(), and standard_bb_stdev().
|
private |
Referenced by set_suppress_sampler_display(), and suppress_sampler_display().
|
private |
Referenced by set_temperatures(), and temperatures().
|
private |
Referenced by set_thermal_sampler_mode(), and thermal_sampler_mode().
|
private |
Referenced by set_xyz_file(), and xyz_file().
1.8.7