![]() |
Rosetta Core
2014.16.56682
|
#include <RestrictToInterface.hh>
Public Member Functions | |
| RestrictToInterface () | |
| RestrictToInterface (core::Size rb_jump_in, core::Real distance_in=8) | |
| RestrictToInterface (utility::vector1_size rb_jump_in, core::Real distance_in=8) | |
| Constructor with arguments for multiple jumps. More... | |
| RestrictToInterface (utility::vector1_size rb_jump_in, ObjexxFCL::FArray1D_bool loop_residues) | |
| RestrictToInterface (ObjexxFCL::FArray1D_bool loop_residues) | |
| RestrictToInterface (utility::vector1< bool > loop_residues) | |
| virtual | ~RestrictToInterface () |
| void | add_jump (core::Size rb_jump_in) |
| virtual TaskOperationOP | clone () const |
| Create another task operation of the type matching the most-derived version of the class. More... | |
| void | rb_jump (core::Size const jump_in) |
| void | distance (core::Real const distance_in) |
| void | symmetric_task (core::pose::Pose const &pose, task::PackerTask &task) const |
| virtual void | apply (core::pose::Pose const &pose, core::pack::task::PackerTask &task) const |
| Change a packer task in some way. The input pose is the one to which the input task will be later applied. More... | |
| virtual void | parse_tag (utility::tag::TagCOP tag) |
Public Member Functions inherited from core::pack::task::operation::TaskOperation | |
| virtual | ~TaskOperation () |
| virtual void | parse_tag (TagCOP, DataMap &) |
| Used to parse an xml-like tag to load parameters and properties. More... | |
| virtual void | parse_def (utility::lua::LuaObject const &def) |
Private Attributes | |
| utility::vector1_size | rb_jump_ |
| core::Real | distance_ |
| bool | loopy_interface_ |
| ObjexxFCL::FArray1D_bool | loop_residues_ |
| typedef core::pack::task::operation::TaskOperation core::pack::task::operation::RestrictToInterface::TaskOperation |
| typedef core::pack::task::operation::TaskOperationOP core::pack::task::operation::RestrictToInterface::TaskOperationOP |
|
inline |
|
inline |
References rb_jump_.
|
inline |
Constructor with arguments for multiple jumps.
References rb_jump_.
|
inline |
References loop_residues_, and rb_jump_.
|
inline |
References loop_residues_.
| core::pack::task::operation::RestrictToInterface::RestrictToInterface | ( | utility::vector1< bool > | loop_residues | ) |
References loop_residues_.
|
virtual |
|
inline |
References rb_jump_.
|
virtual |
Change a packer task in some way. The input pose is the one to which the input task will be later applied.
Implements core::pack::task::operation::TaskOperation.
References distance_, core::conformation::symmetry::is_symmetric(), loop_residues_, loopy_interface_, core::pack::task::PackerTask::nonconst_residue_task(), core::pack::task::ResidueLevelTask::prevent_repacking(), rb_jump_, symmetric_task(), and core::pose::Pose::total_residue().
|
virtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::TaskOperation.
References RestrictToInterface().
| void core::pack::task::operation::RestrictToInterface::distance | ( | core::Real const | distance_in | ) |
References distance_.
|
virtual |
| void core::pack::task::operation::RestrictToInterface::rb_jump | ( | core::Size const | jump_in | ) |
References rb_jump_.
| void core::pack::task::operation::RestrictToInterface::symmetric_task | ( | core::pose::Pose const & | pose, |
| task::PackerTask & | task | ||
| ) | const |
|
private |
Referenced by apply(), distance(), and parse_tag().
|
private |
Referenced by apply(), and RestrictToInterface().
|
private |
Referenced by apply().
|
private |
Referenced by add_jump(), apply(), parse_tag(), rb_jump(), and RestrictToInterface().
1.8.7