Rosetta
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
protocols::fold_from_loops::selectors::ConstraintResidueSelector Class Reference

#include <ConstraintResidueSelector.hh>

Inheritance diagram for protocols::fold_from_loops::selectors::ConstraintResidueSelector:
Inheritance graph
[legend]

Public Member Functions

 ConstraintResidueSelector ()
 
 ConstraintResidueSelector (ConstraintResidueSelector const &src)
 Copy constructor. More...
 
core::select::residue_selector::ResidueSelectorOP clone () const override
 Clone operator. More...
 
 ~ConstraintResidueSelector () override
 
core::select::residue_selector::ResidueSubset apply (core::pose::Pose const &pose) const override
 Return a ResidueSubset indicating a selection of Residues from the input Pose; the ResidueSubset is an array of booleans where a value of "true" for position i indicates that residue i is a part of the selected subset – and a value of "false" would indicate that it is not. More...
 
void parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &datamap) override
 Initialize any data members of this instance from an input tag and a DataMap object. More...
 
std::string get_name () const override
 
bool distance () const
 
void distance (bool pick)
 
bool angle () const
 
void angle (bool pick)
 
bool dihedral () const
 
void dihedral (bool pick)
 
- Public Member Functions inherited from core::select::residue_selector::ResidueSelector
 ResidueSelector ()
 Constructor. More...
 
 ~ResidueSelector () override
 Destructor. More...
 
utility::vector1< core::Sizeselection_positions (core::pose::Pose const &pose) const
 Calls apply and returns the Rosetta numbering corresponding to the selected residues. More...
 
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 bool default_distance ()
 
static bool default_angle ()
 
static bool default_dihedral ()
 
static std::string class_name ()
 
static void provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd)
 

Private Attributes

bool distance_
 
bool angle_
 
bool dihedral_
 

Constructor & Destructor Documentation

◆ ConstraintResidueSelector() [1/2]

protocols::fold_from_loops::selectors::ConstraintResidueSelector::ConstraintResidueSelector ( )

◆ ConstraintResidueSelector() [2/2]

protocols::fold_from_loops::selectors::ConstraintResidueSelector::ConstraintResidueSelector ( ConstraintResidueSelector const &  src)

Copy constructor.

◆ ~ConstraintResidueSelector()

protocols::fold_from_loops::selectors::ConstraintResidueSelector::~ConstraintResidueSelector ( )
override

Member Function Documentation

◆ angle() [1/2]

bool protocols::fold_from_loops::selectors::ConstraintResidueSelector::angle ( ) const
inline

References angle_.

Referenced by parse_my_tag().

◆ angle() [2/2]

void protocols::fold_from_loops::selectors::ConstraintResidueSelector::angle ( bool  pick)
inline

References angle_.

◆ apply()

core::select::residue_selector::ResidueSubset protocols::fold_from_loops::selectors::ConstraintResidueSelector::apply ( core::pose::Pose const &  pose) const
overridevirtual

Return a ResidueSubset indicating a selection of Residues from the input Pose; the ResidueSubset is an array of booleans where a value of "true" for position i indicates that residue i is a part of the selected subset – and a value of "false" would indicate that it is not.

Implements core::select::residue_selector::ResidueSelector.

References angle_, core::pose::Pose::constraint_set(), dihedral_, distance_, and core::pose::Pose::size().

◆ class_name()

std::string protocols::fold_from_loops::selectors::ConstraintResidueSelector::class_name ( )
static

◆ clone()

core::select::residue_selector::ResidueSelectorOP protocols::fold_from_loops::selectors::ConstraintResidueSelector::clone ( ) const
overridevirtual

Clone operator.

Copy this object and return an owning pointer to the new object.

Implements core::select::residue_selector::ResidueSelector.

◆ default_angle()

static bool protocols::fold_from_loops::selectors::ConstraintResidueSelector::default_angle ( )
inlinestatic

Referenced by parse_my_tag(), and provide_xml_schema().

◆ default_dihedral()

static bool protocols::fold_from_loops::selectors::ConstraintResidueSelector::default_dihedral ( )
inlinestatic

Referenced by parse_my_tag(), and provide_xml_schema().

◆ default_distance()

static bool protocols::fold_from_loops::selectors::ConstraintResidueSelector::default_distance ( )
inlinestatic

Referenced by parse_my_tag(), and provide_xml_schema().

◆ dihedral() [1/2]

bool protocols::fold_from_loops::selectors::ConstraintResidueSelector::dihedral ( ) const
inline

References dihedral_.

Referenced by parse_my_tag().

◆ dihedral() [2/2]

void protocols::fold_from_loops::selectors::ConstraintResidueSelector::dihedral ( bool  pick)
inline

References dihedral_.

◆ distance() [1/2]

bool protocols::fold_from_loops::selectors::ConstraintResidueSelector::distance ( ) const
inline

References distance_.

Referenced by parse_my_tag().

◆ distance() [2/2]

void protocols::fold_from_loops::selectors::ConstraintResidueSelector::distance ( bool  pick)
inline

References distance_.

◆ get_name()

std::string protocols::fold_from_loops::selectors::ConstraintResidueSelector::get_name ( ) const
overridevirtual

◆ parse_my_tag()

void protocols::fold_from_loops::selectors::ConstraintResidueSelector::parse_my_tag ( utility::tag::TagCOP  tag,
basic::datacache::DataMap datacache 
)
overridevirtual

Initialize any data members of this instance from an input tag and a DataMap object.

Noop implementation in the base class in the case that a derived class has no need to read data from an input tag

Reimplemented from core::select::residue_selector::ResidueSelector.

References angle(), default_angle(), default_dihedral(), default_distance(), dihedral(), and distance().

◆ provide_xml_schema()

void protocols::fold_from_loops::selectors::ConstraintResidueSelector::provide_xml_schema ( utility::tag::XMLSchemaDefinition &  xsd)
static

Member Data Documentation

◆ angle_

bool protocols::fold_from_loops::selectors::ConstraintResidueSelector::angle_
private

Referenced by angle(), and apply().

◆ dihedral_

bool protocols::fold_from_loops::selectors::ConstraintResidueSelector::dihedral_
private

Referenced by apply(), and dihedral().

◆ distance_

bool protocols::fold_from_loops::selectors::ConstraintResidueSelector::distance_
private

Referenced by apply(), and distance().


The documentation for this class was generated from the following files: