Rosetta 3.5
|
Keep track of RNA centroid information inside the pose. / Rhiju move this to its own namespace! More...
#include <SubToFullInfo.hh>
Public Member Functions | |
SubToFullInfo () | |
SubToFullInfo (std::map< Size, Size > sub_to_full, utility::vector1< Size > moving_res_list, std::string full_sequence, utility::vector1< Size > cutpoints_in_full_pose) | |
SubToFullInfo (SubToFullInfo const &src) | |
basic::datacache::CacheableDataOP | clone () const |
std::map< Size, Size > | sub_to_full () |
utility::vector1< Size > | moving_res_list () |
std::string | full_sequence () |
utility::vector1< Size > | cutpoints_in_full_pose () |
void | set_sub_to_full (std::map< Size, Size > &setting) |
void | set_moving_res_list (utility::vector1< Size > &moving_res_list) |
Private Attributes | |
std::map< Size, Size > | sub_to_full_ |
utility::vector1< Size > | moving_res_list_ |
std::string | full_sequence_ |
utility::vector1< Size > | cutpoints_in_full_pose_ |
Keep track of RNA centroid information inside the pose. / Rhiju move this to its own namespace!
protocols::swa::monte_carlo::SubToFullInfo::SubToFullInfo | ( | ) |
Referenced by clone().
protocols::swa::monte_carlo::SubToFullInfo::SubToFullInfo | ( | std::map< Size, Size > | sub_to_full, |
utility::vector1< Size > | moving_res_list, | ||
std::string | full_sequence, | ||
utility::vector1< Size > | cutpoints_in_full_pose | ||
) |
protocols::swa::monte_carlo::SubToFullInfo::SubToFullInfo | ( | SubToFullInfo const & | src) |
Copy constructors must copy all data, not just some...
|
inline |
References SubToFullInfo().
|
inline |
References cutpoints_in_full_pose_.
|
inline |
References full_sequence_.
|
inline |
void protocols::swa::monte_carlo::SubToFullInfo::set_moving_res_list | ( | utility::vector1< Size > & | moving_res_list) |
References moving_res_list_.
|
inline |
References sub_to_full_.
References sub_to_full_.
|
private |
Referenced by cutpoints_in_full_pose().
|
private |
Referenced by full_sequence().
|
private |
Referenced by moving_res_list(), and set_moving_res_list().
Referenced by set_sub_to_full(), and sub_to_full().