![]() |
Rosetta Core
2014.16.56682
|
#include <FullModelParameters.hh>
Private Member Functions | |
| std::map< Size, utility::vector1< Size > > | convert_to_res_lists_by_value (utility::vector1< Size > const ¶meter_values_at_res) |
| utility::vector1< Size > | convert_to_parameter_values_at_res (utility::vector1< Size > const &res_list) |
| void | get_sequence_with_gaps_filled_with_n (pose::Pose const &pose, std::string &sequence, utility::vector1< int > &full_numbering, utility::vector1< Size > const &res_list) const |
| utility::vector1< Size > | get_cutpoint_open_from_pdb_info (pose::Pose const &pose) const |
| utility::vector1< Size > | chains_in_full_model () const |
| void | keep_chain_and_cutpoint_open_matched (FullModelParameterType const &type) |
Private Attributes | |
| std::map < FullModelParameterType, utility::vector1< Size > > | parameter_values_at_res_ |
| std::map < FullModelParameterType, std::map< Size, utility::vector1< Size > > > | parameter_values_as_res_lists_ |
| std::string | full_sequence_ |
| utility::vector1< int > | conventional_numbering_ |
| core::pose::full_model_info::FullModelParameters::FullModelParameters | ( | std::string const | full_sequence | ) |
References conventional_numbering_, and core::pose::full_model_info::initialize_parameters().
Referenced by clone().
| core::pose::full_model_info::FullModelParameters::FullModelParameters | ( | std::string const | full_sequence, |
| utility::vector1< Size > const & | cutpoint_open_in_full_model, | ||
| utility::vector1< Size > const & | res_numbers_in_pose | ||
| ) |
| core::pose::full_model_info::FullModelParameters::FullModelParameters | ( | pose::Pose const & | pose, |
| utility::vector1< Size > const & | res_list | ||
| ) |
References conventional_numbering_, convert_to_parameter_values_at_res(), core::pose::full_model_info::CUTPOINT_OPEN, core::pose::full_model_info::FIXED_DOMAIN, full_sequence_, get_cutpoint_open_from_pdb_info(), get_sequence_with_gaps_filled_with_n(), utility::vector1< T, class >::has_value(), utility::vector1< T, class >::index(), core::pose::full_model_info::initialize_parameters(), runtime_assert, and set_parameter().
| core::pose::full_model_info::FullModelParameters::FullModelParameters | ( | FullModelParameters const & | src | ) |
| core::pose::full_model_info::FullModelParameters::~FullModelParameters | ( | ) |
|
private |
References core::pose::full_model_info::CUTPOINT_OPEN, full_sequence_, get_parameter(), and utility::vector1< T, class >::has_value().
Referenced by keep_chain_and_cutpoint_open_matched().
|
inline |
References FullModelParameters().
|
inline |
References conventional_numbering_.
|
private |
References runtime_assert, and size().
Referenced by FullModelParameters(), and set_parameter_as_res_list().
|
private |
References runtime_assert, and size().
Referenced by set_parameter().
|
inline |
References full_sequence_.
|
private |
References cutpoint_open, core::pose::Pose::pdb_info(), and core::pose::Pose::total_residue().
Referenced by FullModelParameters().
| utility::vector1< Size > const & core::pose::full_model_info::FullModelParameters::get_parameter | ( | FullModelParameterType const | type | ) | const |
References parameter_values_at_res_, and runtime_assert.
Referenced by chains_in_full_model(), and keep_chain_and_cutpoint_open_matched().
| utility::vector1< Size > const & core::pose::full_model_info::FullModelParameters::get_res_list | ( | FullModelParameterType const | type, |
| Size const | value | ||
| ) | const |
References parameter_values_as_res_lists_, and runtime_assert.
|
inline |
References get_res_list().
Referenced by get_res_list().
|
private |
References core::pose::Pose::sequence(), and core::pose::Pose::total_residue().
Referenced by FullModelParameters().
|
private |
References core::pose::full_model_info::CHAIN, chains_in_full_model(), core::pose::full_model_info::CUTPOINT_OPEN, get_parameter(), runtime_assert, and set_parameter().
Referenced by set_parameter().
| void core::pose::full_model_info::FullModelParameters::set_parameter | ( | FullModelParameterType const | type, |
| utility::vector1< Size > const & | setting | ||
| ) |
| void core::pose::full_model_info::FullModelParameters::set_parameter_as_res_list | ( | FullModelParameterType const | type, |
| utility::vector1< Size > const & | setting | ||
| ) |
References convert_to_parameter_values_at_res(), and set_parameter().
Referenced by core::pose::full_model_info::initialize_parameters().
|
inline |
References full_sequence_.
Referenced by convert_to_parameter_values_at_res(), and convert_to_res_lists_by_value().
|
private |
Referenced by conventional_numbering(), and FullModelParameters().
|
private |
Referenced by chains_in_full_model(), full_sequence(), FullModelParameters(), and size().
|
private |
Referenced by get_res_list(), and set_parameter().
|
private |
Referenced by get_parameter(), and set_parameter().
1.8.7