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

Public Types | |
| typedef RestrictOperationsBase | parent |
Public Types inherited from protocols::task_operations::RestrictOperationsBase | |
| typedef core::pack::task::operation::TaskOperation | TaskOperation |
| typedef core::pack::task::operation::TaskOperationOP | TaskOperationOP |
| typedef TaskOperation | parent |
Public Types inherited from core::pack::task::operation::TaskOperation | |
| typedef utility::tag::TagCOP | TagCOP |
| typedef basic::datacache::DataMap | DataMap |
| typedef pose::Pose | Pose |
Public Member Functions | |
| FindEndpointsOperation () | |
| ~FindEndpointsOperation () override | |
| TaskOperationOP | clone () const override |
| Create another task operation of the type matching the most-derived version of the class. More... | |
| void | apply (core::pose::Pose const &, core::pack::task::PackerTask &) const override |
| restricts to repacking all residues outside of design_shell_ around each residue More... | |
| void | parse_tag (TagCOP, DataMap &) override |
| Used to parse an xml-like tag to load parameters and properties. More... | |
| core::Size | Cterm_offset () const |
| void | Cterm_offset (core::Size const c) |
| core::Size | Nterm_offset () const |
| void | Nterm_offset (core::Size const n) |
| bool | even () const |
| void | even (bool const b) |
| bool | odd () const |
| void | odd (bool const b) |
| core::Real | distance_cutoff () const |
| void | distance_cutoff (core::Real const d) |
| core::Size | neighbors () const |
| void | neighbors (core::Size const s) |
| bool | point_inside () const |
| void | point_inside (bool const b) |
| core::Size | sequence_separation () const |
| void | sequence_separation (core::Size const s) |
Public Member Functions inherited from protocols::task_operations::RestrictOperationsBase | |
| RestrictOperationsBase () | |
| ~RestrictOperationsBase () override | |
Public Member Functions inherited from core::pack::task::operation::TaskOperation | |
| ~TaskOperation () override | |
| virtual void | provide_citation_info (basic::citation_manager::CitationCollectionList &) const |
| Provide citations to the passed CitationCollectionList Subclasses should add the info for themselves and any other classes they use. More... | |
Static Public Member Functions | |
| static std::string | keyname () |
| static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
Private Attributes | |
| core::Size | Cterm_offset_ |
| core::Size | Nterm_offset_ |
| bool | even_ |
| bool | odd_ |
| core::Real | distance_cutoff_ |
| core::Size | neighbors_ |
| bool | point_inside_ |
| core::Size | sequence_separation_ |
Additional Inherited Members | |
Protected Member Functions inherited from protocols::task_operations::RestrictOperationsBase | |
| void | run_calculator (core::pose::Pose const &pose, std::string const &calculator, std::string const &calculation, utility::vector1_bool &residues) const |
| this is the only real function - it takes a calculator name and calculation, and a PackerTask-compatible vector, and flips booleans in the vector according to the calculator More... | |
Find the endpoints on a beta barrel
| protocols::splice::FindEndpointsOperation::FindEndpointsOperation | ( | ) |
|
overridedefault |
|
overridevirtual |
restricts to repacking all residues outside of design_shell_ around each residue
Implements protocols::task_operations::RestrictOperationsBase.
References distance_cutoff(), protocols::simple_filters::dssp(), core::scoring::dssp::Dssp::dssp_reduced(), even(), core::scoring::dssp::Dssp::get_dssp_secstruct(), core::conformation::Residue::name3(), neighbors(), protocols::splice::neighbors_in_vector(), odd(), protocols::task_operations::DesignAroundOperation::repack_shell(), core::pose::Pose::residue(), sequence_separation(), core::pose::Pose::size(), protocols::splice::TR(), and core::conformation::Residue::xyz().
|
overridevirtual |
Create another task operation of the type matching the most-derived version of the class.
Implements protocols::task_operations::RestrictOperationsBase.
|
inline |
References Cterm_offset_.
Referenced by parse_tag().
|
inline |
References core::pack::dunbrack::c, and Cterm_offset_.
|
inline |
References distance_cutoff_.
Referenced by apply(), and parse_tag().
|
inline |
References distance_cutoff_.
|
inline |
References even_.
Referenced by apply(), and parse_tag().
|
inline |
References protocols::match::upstream::b, and even_.
|
inlinestatic |
Referenced by protocols::splice::FindEndpointsOperationCreator::keyname(), and provide_xml_schema().
|
inline |
References neighbors_.
Referenced by apply(), and parse_tag().
|
inline |
References neighbors_.
|
inline |
References Nterm_offset_.
Referenced by parse_tag().
|
inline |
References Nterm_offset_.
|
inline |
References odd_.
Referenced by apply(), and parse_tag().
|
inline |
References protocols::match::upstream::b, and odd_.
Used to parse an xml-like tag to load parameters and properties.
Reimplemented from core::pack::task::operation::TaskOperation.
References Cterm_offset(), distance_cutoff(), even(), neighbors(), Nterm_offset(), odd(), point_inside(), sequence_separation(), and protocols::splice::TR().
|
inline |
References point_inside_.
Referenced by parse_tag().
|
inline |
References protocols::match::upstream::b, and point_inside_.
|
static |
|
inline |
References sequence_separation_.
Referenced by apply(), and parse_tag().
|
inline |
References sequence_separation_.
|
private |
Referenced by Cterm_offset().
|
private |
Referenced by distance_cutoff().
|
private |
Referenced by neighbors().
|
private |
Referenced by Nterm_offset().
|
private |
Referenced by point_inside().
|
private |
Referenced by sequence_separation().
1.8.7