|
Rosetta 3.5
|
#include <EnzdesCstCache.hh>


Friends | |
| class | EnzConstraintParameters |
Definition at line 105 of file EnzdesCstCache.hh.
| protocols::toolbox::match_enzdes_util::EnzdesCstParamCache::EnzdesCstParamCache | ( | ) |
Default constructor right now two instances of cached template res get created probably not ideal in general case, but is always the case in the current implementation of enzdes, and this is the only thing using this at the moment.
Definition at line 157 of file EnzdesCstCache.cc.
| protocols::toolbox::match_enzdes_util::EnzdesCstParamCache::EnzdesCstParamCache | ( | EnzdesCstParamCache const & | other) |
Definition at line 163 of file EnzdesCstCache.cc.
References template_res_cache_.
|
virtual |
Definition at line 175 of file EnzdesCstCache.cc.
|
inline |
Definition at line 134 of file EnzdesCstCache.hh.
References active_pose_constraints_.
|
inline |
Definition at line 138 of file EnzdesCstCache.hh.
References active_pose_constraints_.
| void protocols::toolbox::match_enzdes_util::EnzdesCstParamCache::clear_active_pose_constraints | ( | ) |
Definition at line 186 of file EnzdesCstCache.cc.
References active_pose_constraints_.
| bool protocols::toolbox::match_enzdes_util::EnzdesCstParamCache::contains_position | ( | core::Size | seqpos) | const |
Definition at line 234 of file EnzdesCstCache.cc.
References template_res_cache_.
|
inline |
Definition at line 153 of file EnzdesCstCache.hh.
References covalent_connections_.
| bool protocols::toolbox::match_enzdes_util::EnzdesCstParamCache::missing_in_pose | ( | ) | const |
Definition at line 192 of file EnzdesCstCache.cc.
References template_res_cache_.
Referenced by protocols::enzdes::enzutil::create_remark_headers_from_cstcache().
| void protocols::toolbox::match_enzdes_util::EnzdesCstParamCache::remap_resid | ( | core::id::SequenceMapping const & | smap) |
remapping sequence positions
have to remap all the data that's cached
Definition at line 248 of file EnzdesCstCache.cc.
References active_pose_constraints_, covalent_connections_, and template_res_cache_.
| void protocols::toolbox::match_enzdes_util::EnzdesCstParamCache::remove_seqpos_from_template_res | ( | core::Size | seqpos) |
Definition at line 201 of file EnzdesCstCache.cc.
References template_res_cache_.
| void protocols::toolbox::match_enzdes_util::EnzdesCstParamCache::set_active_pose_constraints | ( | utility::vector1< core::scoring::constraints::ConstraintCOP > const & | constraints) |
Definition at line 179 of file EnzdesCstCache.cc.
References active_pose_constraints_.
| void protocols::toolbox::match_enzdes_util::EnzdesCstParamCache::set_position_for_missing_res | ( | core::Size | seqpos) |
Definition at line 218 of file EnzdesCstCache.cc.
References template_res_cache_.
|
inline |
Definition at line 122 of file EnzdesCstCache.hh.
References template_res_cache_.
Referenced by protocols::enzdes::enzutil::create_remark_headers_from_cstcache().
|
inline |
Definition at line 126 of file EnzdesCstCache.hh.
References template_res_cache_.
|
inline |
Definition at line 130 of file EnzdesCstCache.hh.
References template_res_cache_.
Referenced by protocols::enzdes::enzutil::create_remark_headers_from_cstcache().
|
friend |
Definition at line 109 of file EnzdesCstCache.hh.
|
private |
Definition at line 175 of file EnzdesCstCache.hh.
Referenced by active_pose_constraints(), clear_active_pose_constraints(), remap_resid(), and set_active_pose_constraints().
|
private |
Definition at line 176 of file EnzdesCstCache.hh.
Referenced by covalent_connections(), and remap_resid().
|
private |
Definition at line 174 of file EnzdesCstCache.hh.
Referenced by contains_position(), EnzdesCstParamCache(), missing_in_pose(), remap_resid(), remove_seqpos_from_template_res(), set_position_for_missing_res(), template_res_cache(), and template_res_cache_size().
1.8.4